var/cache/dev/ContainerFGZGu2N/App_KernelDevDebugContainer.php line 3406

Open in your IDE?
  1. <?php
  2. namespace ContainerFGZGu2N;
  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.state_machine.network_validation' => 'get_Container_Private_StateMachine_NetworkValidationService',
  45.             '.container.private.state_machine.prospect_validation' => 'get_Container_Private_StateMachine_ProspectValidationService',
  46.             '.container.private.twig' => 'get_Container_Private_TwigService',
  47.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  48.             'App\\Controller\\AgenceController' => 'getAgenceControllerService',
  49.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  50.             'App\\Controller\\AlertController' => 'getAlertControllerService',
  51.             'App\\Controller\\Api\\ClientController' => 'getClientControllerService',
  52.             'App\\Controller\\Api\\CodeController' => 'getCodeControllerService',
  53.             'App\\Controller\\Api\\CommonController' => 'getCommonControllerService',
  54.             'App\\Controller\\Api\\CustomerController' => 'getCustomerControllerService',
  55.             'App\\Controller\\Api\\DataRecordController' => 'getDataRecordControllerService',
  56.             'App\\Controller\\Api\\DeviceController' => 'getDeviceControllerService',
  57.             'App\\Controller\\Api\\DevicesCustomerController' => 'getDevicesCustomerControllerService',
  58.             'App\\Controller\\Api\\MapController' => 'getMapControllerService',
  59.             'App\\Controller\\Api\\NetworkController' => 'getNetworkControllerService',
  60.             'App\\Controller\\Api\\NetworkDeviceController' => 'getNetworkDeviceControllerService',
  61.             'App\\Controller\\Api\\OfferController' => 'getOfferControllerService',
  62.             'App\\Controller\\Api\\PaymentController' => 'getPaymentControllerService',
  63.             'App\\Controller\\Api\\ProspectController' => 'getProspectControllerService',
  64.             'App\\Controller\\Api\\SatisfactionController' => 'getSatisfactionControllerService',
  65.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  66.             'App\\Controller\\Api\\ZoneController' => 'getZoneControllerService',
  67.             'App\\Controller\\ArticleClientController' => 'getArticleClientControllerService',
  68.             'App\\Controller\\CaisseController' => 'getCaisseControllerService',
  69.             'App\\Controller\\CategorieController' => 'getCategorieControllerService',
  70.             'App\\Controller\\ChangementKitController' => 'getChangementKitControllerService',
  71.             'App\\Controller\\CodeController' => 'getCodeController2Service',
  72.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  73.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  74.             'App\\Controller\\DeviceController' => 'getDeviceController2Service',
  75.             'App\\Controller\\FabricationController' => 'getFabricationControllerService',
  76.             'App\\Controller\\FacturationController' => 'getFacturationControllerService',
  77.             'App\\Controller\\FournisseurController' => 'getFournisseurControllerService',
  78.             'App\\Controller\\InspectionController' => 'getInspectionControllerService',
  79.             'App\\Controller\\InterventionController' => 'getInterventionControllerService',
  80.             'App\\Controller\\InventaireController' => 'getInventaireControllerService',
  81.             'App\\Controller\\KoboController' => 'getKoboControllerService',
  82.             'App\\Controller\\LotController' => 'getLotControllerService',
  83.             'App\\Controller\\MapController' => 'getMapController2Service',
  84.             'App\\Controller\\Mobile\\CommonController' => 'getCommonController2Service',
  85.             'App\\Controller\\Mobile\\CustomerController' => 'getCustomerController2Service',
  86.             'App\\Controller\\Mobile\\Users' => 'getUsersService',
  87.             'App\\Controller\\Mobile\\UsersController' => 'getUsersControllerService',
  88.             'App\\Controller\\Mobile\\ZoneController' => 'getZoneController2Service',
  89.             'App\\Controller\\ModelController' => 'getModelControllerService',
  90.             'App\\Controller\\ModelePreEnregistreController' => 'getModelePreEnregistreControllerService',
  91.             'App\\Controller\\MouvementController' => 'getMouvementControllerService',
  92.             'App\\Controller\\MoveRequestController' => 'getMoveRequestControllerService',
  93.             'App\\Controller\\NetworkController' => 'getNetworkController2Service',
  94.             'App\\Controller\\OffersController' => 'getOffersControllerService',
  95.             'App\\Controller\\OperationController' => 'getOperationControllerService',
  96.             'App\\Controller\\PasswordResetController' => 'getPasswordResetControllerService',
  97.             'App\\Controller\\PlanifiedMaintenanceController' => 'getPlanifiedMaintenanceControllerService',
  98.             'App\\Controller\\ProduitController' => 'getProduitControllerService',
  99.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  100.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  101.             'App\\Controller\\ProspectController' => 'getProspectController2Service',
  102.             'App\\Controller\\ReadOnlyController' => 'getReadOnlyControllerService',
  103.             'App\\Controller\\ReceptionController' => 'getReceptionControllerService',
  104.             'App\\Controller\\RemplacementController' => 'getRemplacementControllerService',
  105.             'App\\Controller\\SatisfactionController' => 'getSatisfactionController2Service',
  106.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  107.             'App\\Controller\\SoldController' => 'getSoldControllerService',
  108.             'App\\Controller\\StatsController' => 'getStatsControllerService',
  109.             'App\\Controller\\StockController' => 'getStockControllerService',
  110.             'App\\Controller\\TransfertController' => 'getTransfertControllerService',
  111.             'App\\Controller\\ZoneController' => 'getZoneController3Service',
  112.             'App\\Naming\\DataRecordUploadNamer' => 'getDataRecordUploadNamerService',
  113.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  114.             'Faker\\Generator' => 'getGeneratorService',
  115.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  116.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  117.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  118.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  119.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  120.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  121.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  122.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  123.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  124.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  125.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  126.             'cache.app' => 'getCache_AppService',
  127.             'cache.app_clearer' => 'getCache_AppClearerService',
  128.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  129.             'cache.system' => 'getCache_SystemService',
  130.             'cache.system_clearer' => 'getCache_SystemClearerService',
  131.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  132.             'cache_warmer' => 'getCacheWarmerService',
  133.             'console.command_loader' => 'getConsole_CommandLoaderService',
  134.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  135.             'doctrine' => 'getDoctrineService',
  136.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  137.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  138.             'eight_points_guzzle.client.my_client' => 'getEightPointsGuzzle_Client_MyClientService',
  139.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  140.             'eight_points_guzzle.handler_stack.my_client' => 'getEightPointsGuzzle_HandlerStack_MyClientService',
  141.             'eight_points_guzzle.middleware.event_dispatch.my_client' => 'getEightPointsGuzzle_Middleware_EventDispatch_MyClientService',
  142.             'eight_points_guzzle.middleware.log.my_client' => 'getEightPointsGuzzle_Middleware_Log_MyClientService',
  143.             'eight_points_guzzle.middleware.profile.my_client' => 'getEightPointsGuzzle_Middleware_Profile_MyClientService',
  144.             'eight_points_guzzle.middleware.request_time.my_client' => 'getEightPointsGuzzle_Middleware_RequestTime_MyClientService',
  145.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  146.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  147.             'error_controller' => 'getErrorControllerService',
  148.             'event_dispatcher' => 'getEventDispatcherService',
  149.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  150.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  151.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  152.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  153.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  154.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  155.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  156.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  157.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  158.             'http_kernel' => 'getHttpKernelService',
  159.             'jms_serializer' => 'getJmsSerializerService',
  160.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  161.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  162.             'knp_paginator' => 'getKnpPaginatorService',
  163.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  164.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  165.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  166.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  167.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  168.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  169.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  170.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  171.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  172.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  173.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  174.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  175.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  176.             'oneup_uploader.controller.gallery' => 'getOneupUploader_Controller_GalleryService',
  177.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  178.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  179.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  180.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  181.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  182.             'request_stack' => 'getRequestStackService',
  183.             'router' => 'getRouterService',
  184.             'routing.loader' => 'getRouting_LoaderService',
  185.             'services_resetter' => 'getServicesResetterService',
  186.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  187.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  188.             'translator' => 'getTranslatorService',
  189.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  190.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  191.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  192.             'cache_clearer' => 'getCacheClearerService',
  193.             'filesystem' => 'getFilesystemService',
  194.             'state_machine.prospect_validation' => 'getStateMachine_ProspectValidationService',
  195.             'state_machine.network_validation' => 'getStateMachine_NetworkValidationService',
  196.             'serializer' => 'getSerializerService',
  197.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  198.             'form.factory' => 'getForm_FactoryService',
  199.             'form.type.file' => 'getForm_Type_FileService',
  200.             'profiler' => 'getProfilerService',
  201.             'twig' => 'getTwigService',
  202.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  203.             'security.token_storage' => 'getSecurity_TokenStorageService',
  204.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  205.             'session' => 'getSessionService',
  206.             'validator' => 'getValidatorService',
  207.         ];
  208.         $this->aliases = [
  209.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  210.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  211.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  212.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  213.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  214.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  215.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  216.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  217.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  218.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  219.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  220.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  221.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  222.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  223.             'database_connection' => 'doctrine.dbal.default_connection',
  224.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  225.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  226.             'jms_serializer.instances.default' => 'jms_serializer',
  227.         ];
  228.         $this->privates['service_container'] = function () {
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  235.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  237.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  238.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  247.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  249.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  259.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  279.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  280.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  291.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  384.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  435.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  438.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  439.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  442.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  447.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  458.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  461.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  642.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  648.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  717.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  725.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  744.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  752.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  753.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  754.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  781.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CustomerExtension.php';
  782.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NetworkExtension.php';
  783.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ProspectWorkflowProgressionExtension.php';
  784.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ZoneExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  791.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  801.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  803.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  811.         };
  812.     }
  813.     public function compile(): void
  814.     {
  815.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  816.     }
  817.     public function isCompiled(): bool
  818.     {
  819.         return true;
  820.     }
  821.     public function getRemovedIds(): array
  822.     {
  823.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.cache_clearer' shared service.
  827.      *
  828.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  829.      */
  830.     protected function get_Container_Private_CacheClearerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  833.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  834.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  835.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  836.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  837.         }, 2));
  838.     }
  839.     /**
  840.      * Gets the public '.container.private.filesystem' shared service.
  841.      *
  842.      * @return \Symfony\Component\Filesystem\Filesystem
  843.      */
  844.     protected function get_Container_Private_FilesystemService()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  847.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  848.     }
  849.     /**
  850.      * Gets the public '.container.private.form.factory' shared service.
  851.      *
  852.      * @return \Symfony\Component\Form\FormFactory
  853.      */
  854.     protected function get_Container_Private_Form_FactoryService()
  855.     {
  856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  858.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  859.     }
  860.     /**
  861.      * Gets the public '.container.private.form.type.file' shared service.
  862.      *
  863.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  864.      */
  865.     protected function get_Container_Private_Form_Type_FileService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  870.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  871.     }
  872.     /**
  873.      * Gets the public '.container.private.profiler' shared service.
  874.      *
  875.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  876.      */
  877.     protected function get_Container_Private_ProfilerService()
  878.     {
  879.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  880.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  881.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  882.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  883.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  884.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  885.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  886.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  887.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  888.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  889.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  890.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  891.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  892.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  893.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  894.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  895.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  896.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  897.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  898.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  899.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  900.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  901.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  902.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  903.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  904.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  905.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  906.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  907.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  908.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  909.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  910.         if ($this->has('kernel')) {
  911.             $g->setKernel($b);
  912.         }
  913.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  914.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  915.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  916.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  917.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  918.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  919.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  920.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  921.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  922.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  923.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  924.         $instance->add($d);
  925.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  926.         $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));
  927.         $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())));
  928.         $instance->add($e);
  929.         $instance->add($f);
  930.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  931.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  932.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  933.         $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()))));
  934.         $instance->add($g);
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public '.container.private.security.authorization_checker' shared service.
  939.      *
  940.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  941.      */
  942.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  943.     {
  944.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  945.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  946.             return $this->services['.container.private.security.authorization_checker'];
  947.         }
  948.         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);
  949.     }
  950.     /**
  951.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  952.      *
  953.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  954.      */
  955.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  961.         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())));
  962.     }
  963.     /**
  964.      * Gets the public '.container.private.security.password_encoder' shared service.
  965.      *
  966.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  967.      *
  968.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  969.      */
  970.     protected function get_Container_Private_Security_PasswordEncoderService()
  971.     {
  972.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  973.         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()));
  974.     }
  975.     /**
  976.      * Gets the public '.container.private.security.token_storage' shared service.
  977.      *
  978.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  979.      */
  980.     protected function get_Container_Private_Security_TokenStorageService()
  981.     {
  982.         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, [
  983.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  984.         ], [
  985.             'request_stack' => '?',
  986.         ]));
  987.     }
  988.     /**
  989.      * Gets the public '.container.private.serializer' shared service.
  990.      *
  991.      * @return \Symfony\Component\Serializer\Serializer
  992.      */
  993.     protected function get_Container_Private_SerializerService()
  994.     {
  995.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  996.         if (isset($this->services['.container.private.serializer'])) {
  997.             return $this->services['.container.private.serializer'];
  998.         }
  999.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1000.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1001.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1002.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  1003.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  1004.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1005.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1006.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1007.         $j = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1008.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$e));
  1009.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1010.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1011.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1012.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1013.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1014.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1015.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  1016.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$b$c$rNULL, [], $c);
  1017.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $f=> $k=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $f=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g$h$i$nNULL$lNULL$m), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g$o$l), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g$h$i$o$n$p$b$m$q, [], new RewindableGenerator(function () {
  1018.             return new \EmptyIterator();
  1019.         }, 0), $a), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\Serializer\ItemNormalizer($h$i$o$n$b$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1020.             return new \EmptyIterator();
  1021.         }, 0), $g$a), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$c$rNULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 24 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$n$oNULL), 'page''pagination'$g$b), $g$n$j), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$o$p), 27 => $s], [=> new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1022.     }
  1023.     /**
  1024.      * Gets the public '.container.private.session' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1027.      */
  1028.     protected function get_Container_Private_SessionService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1032.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1033.         if (isset($this->services['.container.private.session'])) {
  1034.             return $this->services['.container.private.session'];
  1035.         }
  1036.         return $this->services['.container.private.session'] = $a->createSession();
  1037.     }
  1038.     /**
  1039.      * Gets the public '.container.private.state_machine.network_validation' shared service.
  1040.      *
  1041.      * @return \Symfony\Component\Workflow\StateMachine
  1042.      */
  1043.     protected function get_Container_Private_StateMachine_NetworkValidationService()
  1044.     {
  1045.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1046.         if (isset($this->services['.container.private.state_machine.network_validation'])) {
  1047.             return $this->services['.container.private.state_machine.network_validation'];
  1048.         }
  1049.         return $this->services['.container.private.state_machine.network_validation'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'definition'=> 'sizing'=> 'network_devices'=> 'customer_devices'=> 'contract'=> 'construction'=> 'validated'=> 'rejected'], [=> ($this->privates['.state_machine.network_validation.transition.0'] ?? ($this->privates['.state_machine.network_validation.transition.0'] = new \Symfony\Component\Workflow\Transition('validate_definition''definition''sizing'))), => ($this->privates['.state_machine.network_validation.transition.1'] ?? ($this->privates['.state_machine.network_validation.transition.1'] = new \Symfony\Component\Workflow\Transition('validate_sizing''sizing''network_devices'))), => ($this->privates['.state_machine.network_validation.transition.2'] ?? ($this->privates['.state_machine.network_validation.transition.2'] = new \Symfony\Component\Workflow\Transition('reject_sizing''sizing''definition'))), => ($this->privates['.state_machine.network_validation.transition.3'] ?? ($this->privates['.state_machine.network_validation.transition.3'] = new \Symfony\Component\Workflow\Transition('reject_sizing''construction''definition'))), => ($this->privates['.state_machine.network_validation.transition.4'] ?? ($this->privates['.state_machine.network_validation.transition.4'] = new \Symfony\Component\Workflow\Transition('validate_network_devices''network_devices''customer_devices'))), => ($this->privates['.state_machine.network_validation.transition.5'] ?? ($this->privates['.state_machine.network_validation.transition.5'] = new \Symfony\Component\Workflow\Transition('reject_network_devices''network_devices''sizing'))), => ($this->privates['.state_machine.network_validation.transition.6'] ?? ($this->privates['.state_machine.network_validation.transition.6'] = new \Symfony\Component\Workflow\Transition('reject_network_devices''construction''sizing'))), => ($this->privates['.state_machine.network_validation.transition.7'] ?? ($this->privates['.state_machine.network_validation.transition.7'] = new \Symfony\Component\Workflow\Transition('validate_customer_devices''customer_devices''contract'))), => ($this->privates['.state_machine.network_validation.transition.8'] ?? ($this->privates['.state_machine.network_validation.transition.8'] = new \Symfony\Component\Workflow\Transition('reject_customer_devices''customer_devices''network_devices'))), => ($this->privates['.state_machine.network_validation.transition.9'] ?? ($this->privates['.state_machine.network_validation.transition.9'] = new \Symfony\Component\Workflow\Transition('reject_customer_devices''construction''network_devices'))), 10 => ($this->privates['.state_machine.network_validation.transition.10'] ?? ($this->privates['.state_machine.network_validation.transition.10'] = new \Symfony\Component\Workflow\Transition('validate_contract''contract''construction'))), 11 => ($this->privates['.state_machine.network_validation.transition.11'] ?? ($this->privates['.state_machine.network_validation.transition.11'] = new \Symfony\Component\Workflow\Transition('reject_contract''contract''customer_devices'))), 12 => ($this->privates['.state_machine.network_validation.transition.12'] ?? ($this->privates['.state_machine.network_validation.transition.12'] = new \Symfony\Component\Workflow\Transition('reject_contract''construction''customer_devices'))), 13 => ($this->privates['.state_machine.network_validation.transition.13'] ?? ($this->privates['.state_machine.network_validation.transition.13'] = new \Symfony\Component\Workflow\Transition('reject_construction''construction''contract'))), 14 => ($this->privates['.state_machine.network_validation.transition.14'] ?? ($this->privates['.state_machine.network_validation.transition.14'] = new \Symfony\Component\Workflow\Transition('validate_final_decision''construction''validated'))), 15 => ($this->privates['.state_machine.network_validation.transition.15'] ?? ($this->privates['.state_machine.network_validation.transition.15'] = new \Symfony\Component\Workflow\Transition('reject_final_decision''construction''rejected')))], [], ($this->privates['state_machine.network_validation.metadata_store'] ?? $this->getStateMachine_NetworkValidation_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'network_validation'NULL);
  1050.     }
  1051.     /**
  1052.      * Gets the public '.container.private.state_machine.prospect_validation' shared service.
  1053.      *
  1054.      * @return \Symfony\Component\Workflow\StateMachine
  1055.      */
  1056.     protected function get_Container_Private_StateMachine_ProspectValidationService()
  1057.     {
  1058.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1059.         if (isset($this->services['.container.private.state_machine.prospect_validation'])) {
  1060.             return $this->services['.container.private.state_machine.prospect_validation'];
  1061.         }
  1062.         return $this->services['.container.private.state_machine.prospect_validation'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'identification'=> 'outdoor_exam'=> 'survey'=> 'door_to_door'=> 'final_decision'=> 'validated'=> 'rejected'], [=> ($this->privates['.state_machine.prospect_validation.transition.0'] ?? ($this->privates['.state_machine.prospect_validation.transition.0'] = new \Symfony\Component\Workflow\Transition('validate_ident''identification''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.1'] ?? ($this->privates['.state_machine.prospect_validation.transition.1'] = new \Symfony\Component\Workflow\Transition('validate_outdoor_exam''outdoor_exam''survey'))), => ($this->privates['.state_machine.prospect_validation.transition.2'] ?? ($this->privates['.state_machine.prospect_validation.transition.2'] = new \Symfony\Component\Workflow\Transition('reject_ident''final_decision''identification'))), => ($this->privates['.state_machine.prospect_validation.transition.3'] ?? ($this->privates['.state_machine.prospect_validation.transition.3'] = new \Symfony\Component\Workflow\Transition('reject_ident''outdoor_exam''identification'))), => ($this->privates['.state_machine.prospect_validation.transition.4'] ?? ($this->privates['.state_machine.prospect_validation.transition.4'] = new \Symfony\Component\Workflow\Transition('validate_survey''survey''door_to_door'))), => ($this->privates['.state_machine.prospect_validation.transition.5'] ?? ($this->privates['.state_machine.prospect_validation.transition.5'] = new \Symfony\Component\Workflow\Transition('reject_outdoor_exam''final_decision''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.6'] ?? ($this->privates['.state_machine.prospect_validation.transition.6'] = new \Symfony\Component\Workflow\Transition('reject_outdoor_exam''survey''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.7'] ?? ($this->privates['.state_machine.prospect_validation.transition.7'] = new \Symfony\Component\Workflow\Transition('validate_door_to_door''door_to_door''final_decision'))), => ($this->privates['.state_machine.prospect_validation.transition.8'] ?? ($this->privates['.state_machine.prospect_validation.transition.8'] = new \Symfony\Component\Workflow\Transition('reject_survey''final_decision''survey'))), => ($this->privates['.state_machine.prospect_validation.transition.9'] ?? ($this->privates['.state_machine.prospect_validation.transition.9'] = new \Symfony\Component\Workflow\Transition('reject_survey''door_to_door''survey'))), 10 => ($this->privates['.state_machine.prospect_validation.transition.10'] ?? ($this->privates['.state_machine.prospect_validation.transition.10'] = new \Symfony\Component\Workflow\Transition('reject_door_to_door''final_decision''door_to_door'))), 11 => ($this->privates['.state_machine.prospect_validation.transition.11'] ?? ($this->privates['.state_machine.prospect_validation.transition.11'] = new \Symfony\Component\Workflow\Transition('validate_final_decision''final_decision''validated'))), 12 => ($this->privates['.state_machine.prospect_validation.transition.12'] ?? ($this->privates['.state_machine.prospect_validation.transition.12'] = new \Symfony\Component\Workflow\Transition('reject_final_decision''final_decision''rejected')))], [], ($this->privates['state_machine.prospect_validation.metadata_store'] ?? $this->getStateMachine_ProspectValidation_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'prospect_validation'NULL);
  1063.     }
  1064.     /**
  1065.      * Gets the public '.container.private.twig' shared service.
  1066.      *
  1067.      * @return \Twig\Environment
  1068.      */
  1069.     protected function get_Container_Private_TwigService()
  1070.     {
  1071.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1072.         $a->addPath((\dirname(__DIR__4).'/src/Resources/views'), 'App');
  1073.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1077.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1078.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1079.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1080.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1081.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1082.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1083.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1084.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1085.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1086.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1087.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1088.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1089.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1090.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1091.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1092.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1093.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1094.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1095.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1096.         $a->addPath((\dirname(__DIR__4).'/src/Resources/views'));
  1097.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1098.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1099.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1100.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1101.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1102.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1103.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1104.         $e = ($this->services['router'] ?? $this->getRouterService());
  1105.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1106.         $g = new \Symfony\Component\Workflow\Registry();
  1107.         $g->addWorkflow(($this->services['.container.private.state_machine.prospect_validation'] ?? $this->get_Container_Private_StateMachine_ProspectValidationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Customer'));
  1108.         $g->addWorkflow(($this->services['.container.private.state_machine.network_validation'] ?? $this->get_Container_Private_StateMachine_NetworkValidationService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Network'));
  1109.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1110.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1111.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1112.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1113.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1114.         $k->setEnvironment('dev');
  1115.         $k->setDebug(true);
  1116.         if ($this->has('.container.private.security.token_storage')) {
  1117.             $k->setTokenStorage($h);
  1118.         }
  1119.         if ($this->has('request_stack')) {
  1120.             $k->setRequestStack($f);
  1121.         }
  1122.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1123.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1124.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1125.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1126.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1127.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1128.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1129.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1130.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1131.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1132.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1133.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1134.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1135.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($g));
  1136.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1137.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1138.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1139.         $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()), $h)));
  1140.         $instance->addExtension(new \App\Twig\Extension\CustomerExtension());
  1141.         $instance->addExtension(new \App\Twig\Extension\NetworkExtension($i));
  1142.         $instance->addExtension(new \App\Twig\Extension\ProspectWorkflowProgressionExtension());
  1143.         $instance->addExtension(new \App\Twig\Extension\ZoneExtension($i$this));
  1144.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1145.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1146.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1147.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1148.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1149.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1150.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1151.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1152.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1153.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1154.         ], [
  1155.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1156.             'webpack_encore.tag_renderer' => '?',
  1157.         ])));
  1158.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1159.         $instance->addGlobal('app'$k);
  1160.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1161.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1162.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1163.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1164.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1165.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1166.         ], [
  1167.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1168.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1169.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1170.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1171.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1172.         ])));
  1173.         $instance->addGlobal('google_maps_api_key'$this->getEnv('google_maps_api_key'));
  1174.         $instance->addGlobal('user_picture_dir'$this->getEnv('user_picture_dir'));
  1175.         $instance->addGlobal('customer_picture_dir'$this->getEnv('customer_picture_dir'));
  1176.         $instance->addGlobal('building_picture_dir'$this->getEnv('building_picture_dir'));
  1177.         $instance->addGlobal('device_picture_dir'$this->getEnv('device_picture_dir'));
  1178.         $instance->addGlobal('device_attached_file_dir'$this->getEnv('device_attached_file_dir'));
  1179.         $instance->addGlobal('upload_dir'$this->getEnv('upload_dir'));
  1180.         $instance->addGlobal('user_attached_file_dir'$this->getEnv('user_attached_file_dir'));
  1181.         $instance->addGlobal('customer_contract_dir'$this->getEnv('customer_contract_dir'));
  1182.         $instance->addGlobal('data_record_attached_file_dir'$this->getEnv('data_record_attached_file_dir'));
  1183.         $instance->addGlobal('host'$this->getEnv('host'));
  1184.         $instance->addGlobal('minimum_cost_estimation'$this->getEnv('minimum_cost_estimation'));
  1185.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1186.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1187.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public '.container.private.validator' shared service.
  1192.      *
  1193.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1194.      */
  1195.     protected function get_Container_Private_ValidatorService()
  1196.     {
  1197.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1198.     }
  1199.     /**
  1200.      * Gets the public 'App\Controller\AgenceController' shared autowired service.
  1201.      *
  1202.      * @return \App\Controller\AgenceController
  1203.      */
  1204.     protected function getAgenceControllerService()
  1205.     {
  1206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1207.         include_once \dirname(__DIR__4).'/src/Controller/AgenceController.php';
  1208.         $this->services['App\\Controller\\AgenceController'] = $instance = new \App\Controller\AgenceController();
  1209.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AgenceController'$this));
  1210.         return $instance;
  1211.     }
  1212.     /**
  1213.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  1214.      *
  1215.      * @return \App\Controller\AjaxController
  1216.      */
  1217.     protected function getAjaxControllerService()
  1218.     {
  1219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1220.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  1221.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  1222.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AjaxController'$this));
  1223.         return $instance;
  1224.     }
  1225.     /**
  1226.      * Gets the public 'App\Controller\AlertController' shared autowired service.
  1227.      *
  1228.      * @return \App\Controller\AlertController
  1229.      */
  1230.     protected function getAlertControllerService()
  1231.     {
  1232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1233.         include_once \dirname(__DIR__4).'/src/Controller/AlertController.php';
  1234.         $this->services['App\\Controller\\AlertController'] = $instance = new \App\Controller\AlertController();
  1235.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AlertController'$this));
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'App\Controller\Api\ClientController' shared autowired service.
  1240.      *
  1241.      * @return \App\Controller\Api\ClientController
  1242.      */
  1243.     protected function getClientControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1246.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1247.         include_once \dirname(__DIR__4).'/src/Controller/Api/ClientController.php';
  1248.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1249.         $this->services['App\\Controller\\Api\\ClientController'] = $instance = new \App\Controller\Api\ClientController(($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())));
  1250.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ClientController'$this));
  1251.         return $instance;
  1252.     }
  1253.     /**
  1254.      * Gets the public 'App\Controller\Api\CodeController' shared autowired service.
  1255.      *
  1256.      * @return \App\Controller\Api\CodeController
  1257.      */
  1258.     protected function getCodeControllerService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1261.         include_once \dirname(__DIR__4).'/src/Controller/Api/CodeController.php';
  1262.         $this->services['App\\Controller\\Api\\CodeController'] = $instance = new \App\Controller\Api\CodeController();
  1263.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CodeController'$this));
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public 'App\Controller\Api\CommonController' shared autowired service.
  1268.      *
  1269.      * @return \App\Controller\Api\CommonController
  1270.      */
  1271.     protected function getCommonControllerService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1274.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1275.         $this->services['App\\Controller\\Api\\CommonController'] = $instance = new \App\Controller\Api\CommonController();
  1276.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CommonController'$this));
  1277.         return $instance;
  1278.     }
  1279.     /**
  1280.      * Gets the public 'App\Controller\Api\CustomerController' shared autowired service.
  1281.      *
  1282.      * @return \App\Controller\Api\CustomerController
  1283.      */
  1284.     protected function getCustomerControllerService()
  1285.     {
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1287.         include_once \dirname(__DIR__4).'/src/Controller/Api/CustomerController.php';
  1288.         $this->services['App\\Controller\\Api\\CustomerController'] = $instance = new \App\Controller\Api\CustomerController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\SatisfactionManager'] ?? $this->getSatisfactionManagerService()), ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  1289.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CustomerController'$this));
  1290.         return $instance;
  1291.     }
  1292.     /**
  1293.      * Gets the public 'App\Controller\Api\DataRecordController' shared autowired service.
  1294.      *
  1295.      * @return \App\Controller\Api\DataRecordController
  1296.      */
  1297.     protected function getDataRecordControllerService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1300.         include_once \dirname(__DIR__4).'/src/Controller/Api/DataRecordController.php';
  1301.         $this->services['App\\Controller\\Api\\DataRecordController'] = $instance = new \App\Controller\Api\DataRecordController();
  1302.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DataRecordController'$this));
  1303.         return $instance;
  1304.     }
  1305.     /**
  1306.      * Gets the public 'App\Controller\Api\DeviceController' shared autowired service.
  1307.      *
  1308.      * @return \App\Controller\Api\DeviceController
  1309.      */
  1310.     protected function getDeviceControllerService()
  1311.     {
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1313.         include_once \dirname(__DIR__4).'/src/Controller/Api/DeviceController.php';
  1314.         include_once \dirname(__DIR__4).'/src/Manager/DeviceManager.php';
  1315.         $this->services['App\\Controller\\Api\\DeviceController'] = $instance = new \App\Controller\Api\DeviceController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), new \App\Manager\DeviceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  1316.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DeviceController'$this));
  1317.         return $instance;
  1318.     }
  1319.     /**
  1320.      * Gets the public 'App\Controller\Api\DevicesCustomerController' shared autowired service.
  1321.      *
  1322.      * @return \App\Controller\Api\DevicesCustomerController
  1323.      */
  1324.     protected function getDevicesCustomerControllerService()
  1325.     {
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1327.         include_once \dirname(__DIR__4).'/src/Controller/Api/DevicesCustomerController.php';
  1328.         include_once \dirname(__DIR__4).'/src/Manager/DevicesCustomerManager.php';
  1329.         $this->services['App\\Controller\\Api\\DevicesCustomerController'] = $instance = new \App\Controller\Api\DevicesCustomerController(new \App\Manager\DevicesCustomerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  1330.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DevicesCustomerController'$this));
  1331.         return $instance;
  1332.     }
  1333.     /**
  1334.      * Gets the public 'App\Controller\Api\MapController' shared autowired service.
  1335.      *
  1336.      * @return \App\Controller\Api\MapController
  1337.      */
  1338.     protected function getMapControllerService()
  1339.     {
  1340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1341.         include_once \dirname(__DIR__4).'/src/Controller/Api/MapController.php';
  1342.         $this->services['App\\Controller\\Api\\MapController'] = $instance = new \App\Controller\Api\MapController(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1343.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\MapController'$this));
  1344.         return $instance;
  1345.     }
  1346.     /**
  1347.      * Gets the public 'App\Controller\Api\NetworkController' shared autowired service.
  1348.      *
  1349.      * @return \App\Controller\Api\NetworkController
  1350.      */
  1351.     protected function getNetworkControllerService()
  1352.     {
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1354.         include_once \dirname(__DIR__4).'/src/Controller/Api/NetworkController.php';
  1355.         $this->services['App\\Controller\\Api\\NetworkController'] = $instance = new \App\Controller\Api\NetworkController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1356.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\NetworkController'$this));
  1357.         return $instance;
  1358.     }
  1359.     /**
  1360.      * Gets the public 'App\Controller\Api\NetworkDeviceController' shared autowired service.
  1361.      *
  1362.      * @return \App\Controller\Api\NetworkDeviceController
  1363.      */
  1364.     protected function getNetworkDeviceControllerService()
  1365.     {
  1366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1367.         include_once \dirname(__DIR__4).'/src/Controller/Api/NetworkDeviceController.php';
  1368.         include_once \dirname(__DIR__4).'/src/Manager/NetworkDeviceManager.php';
  1369.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1370.         $this->services['App\\Controller\\Api\\NetworkDeviceController'] = $instance = new \App\Controller\Api\NetworkDeviceController($a, new \App\Manager\NetworkDeviceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a));
  1371.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\NetworkDeviceController'$this));
  1372.         return $instance;
  1373.     }
  1374.     /**
  1375.      * Gets the public 'App\Controller\Api\OfferController' shared autowired service.
  1376.      *
  1377.      * @return \App\Controller\Api\OfferController
  1378.      */
  1379.     protected function getOfferControllerService()
  1380.     {
  1381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1382.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1383.         include_once \dirname(__DIR__4).'/src/Controller/Api/OfferController.php';
  1384.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1385.         $this->services['App\\Controller\\Api\\OfferController'] = $instance = new \App\Controller\Api\OfferController(($this->privates['App\\Manager\\OfferManager'] ?? ($this->privates['App\\Manager\\OfferManager'] = new \App\Manager\OfferManager($this))));
  1386.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\OfferController'$this));
  1387.         return $instance;
  1388.     }
  1389.     /**
  1390.      * Gets the public 'App\Controller\Api\PaymentController' shared autowired service.
  1391.      *
  1392.      * @return \App\Controller\Api\PaymentController
  1393.      */
  1394.     protected function getPaymentControllerService()
  1395.     {
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1397.         include_once \dirname(__DIR__4).'/src/Controller/Api/PaymentController.php';
  1398.         $this->services['App\\Controller\\Api\\PaymentController'] = $instance = new \App\Controller\Api\PaymentController();
  1399.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\PaymentController'$this));
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'App\Controller\Api\ProspectController' shared autowired service.
  1404.      *
  1405.      * @return \App\Controller\Api\ProspectController
  1406.      */
  1407.     protected function getProspectControllerService()
  1408.     {
  1409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1410.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1411.         include_once \dirname(__DIR__4).'/src/Controller/Api/ProspectController.php';
  1412.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1413.         $this->services['App\\Controller\\Api\\ProspectController'] = $instance = new \App\Controller\Api\ProspectController(($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())));
  1414.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ProspectController'$this));
  1415.         return $instance;
  1416.     }
  1417.     /**
  1418.      * Gets the public 'App\Controller\Api\SatisfactionController' shared autowired service.
  1419.      *
  1420.      * @return \App\Controller\Api\SatisfactionController
  1421.      */
  1422.     protected function getSatisfactionControllerService()
  1423.     {
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1425.         include_once \dirname(__DIR__4).'/src/Controller/Api/SatisfactionController.php';
  1426.         $this->services['App\\Controller\\Api\\SatisfactionController'] = $instance = new \App\Controller\Api\SatisfactionController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\SatisfactionManager'] ?? $this->getSatisfactionManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1427.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\SatisfactionController'$this));
  1428.         return $instance;
  1429.     }
  1430.     /**
  1431.      * Gets the public 'App\Controller\Api\UserController' shared autowired service.
  1432.      *
  1433.      * @return \App\Controller\Api\UserController
  1434.      */
  1435.     protected function getUserControllerService()
  1436.     {
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1438.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserController.php';
  1439.         $this->services['App\\Controller\\Api\\UserController'] = $instance = new \App\Controller\Api\UserController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\SatisfactionManager'] ?? $this->getSatisfactionManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1440.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\UserController'$this));
  1441.         return $instance;
  1442.     }
  1443.     /**
  1444.      * Gets the public 'App\Controller\Api\ZoneController' shared autowired service.
  1445.      *
  1446.      * @return \App\Controller\Api\ZoneController
  1447.      */
  1448.     protected function getZoneControllerService()
  1449.     {
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1451.         include_once \dirname(__DIR__4).'/src/Controller/Api/ZoneController.php';
  1452.         $this->services['App\\Controller\\Api\\ZoneController'] = $instance = new \App\Controller\Api\ZoneController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  1453.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ZoneController'$this));
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public 'App\Controller\ArticleClientController' shared autowired service.
  1458.      *
  1459.      * @return \App\Controller\ArticleClientController
  1460.      */
  1461.     protected function getArticleClientControllerService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1464.         include_once \dirname(__DIR__4).'/src/Controller/ArticleClientController.php';
  1465.         $this->services['App\\Controller\\ArticleClientController'] = $instance = new \App\Controller\ArticleClientController();
  1466.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleClientController'$this));
  1467.         return $instance;
  1468.     }
  1469.     /**
  1470.      * Gets the public 'App\Controller\CaisseController' shared autowired service.
  1471.      *
  1472.      * @return \App\Controller\CaisseController
  1473.      */
  1474.     protected function getCaisseControllerService()
  1475.     {
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1477.         include_once \dirname(__DIR__4).'/src/Controller/CaisseController.php';
  1478.         $this->services['App\\Controller\\CaisseController'] = $instance = new \App\Controller\CaisseController();
  1479.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CaisseController'$this));
  1480.         return $instance;
  1481.     }
  1482.     /**
  1483.      * Gets the public 'App\Controller\CategorieController' shared autowired service.
  1484.      *
  1485.      * @return \App\Controller\CategorieController
  1486.      */
  1487.     protected function getCategorieControllerService()
  1488.     {
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1490.         include_once \dirname(__DIR__4).'/src/Controller/CategorieController.php';
  1491.         $this->services['App\\Controller\\CategorieController'] = $instance = new \App\Controller\CategorieController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1492.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CategorieController'$this));
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the public 'App\Controller\ChangementKitController' shared autowired service.
  1497.      *
  1498.      * @return \App\Controller\ChangementKitController
  1499.      */
  1500.     protected function getChangementKitControllerService()
  1501.     {
  1502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1503.         include_once \dirname(__DIR__4).'/src/Controller/ChangementKitController.php';
  1504.         $this->services['App\\Controller\\ChangementKitController'] = $instance = new \App\Controller\ChangementKitController();
  1505.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ChangementKitController'$this));
  1506.         return $instance;
  1507.     }
  1508.     /**
  1509.      * Gets the public 'App\Controller\CodeController' shared autowired service.
  1510.      *
  1511.      * @return \App\Controller\CodeController
  1512.      */
  1513.     protected function getCodeController2Service()
  1514.     {
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1516.         include_once \dirname(__DIR__4).'/src/Controller/CodeController.php';
  1517.         $this->services['App\\Controller\\CodeController'] = $instance = new \App\Controller\CodeController();
  1518.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CodeController'$this));
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1523.      *
  1524.      * @return \App\Controller\DashboardController
  1525.      */
  1526.     protected function getDashboardControllerService()
  1527.     {
  1528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1529.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1530.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['App\\Manager\\DashboardManager'] ?? $this->getDashboardManagerService()));
  1531.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DashboardController'$this));
  1532.         return $instance;
  1533.     }
  1534.     /**
  1535.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1536.      *
  1537.      * @return \App\Controller\DefaultController
  1538.      */
  1539.     protected function getDefaultControllerService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1542.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1543.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1544.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  1545.         return $instance;
  1546.     }
  1547.     /**
  1548.      * Gets the public 'App\Controller\DeviceController' shared autowired service.
  1549.      *
  1550.      * @return \App\Controller\DeviceController
  1551.      */
  1552.     protected function getDeviceController2Service()
  1553.     {
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1555.         include_once \dirname(__DIR__4).'/src/Controller/DeviceController.php';
  1556.         $this->services['App\\Controller\\DeviceController'] = $instance = new \App\Controller\DeviceController(($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()));
  1557.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DeviceController'$this));
  1558.         return $instance;
  1559.     }
  1560.     /**
  1561.      * Gets the public 'App\Controller\FabricationController' shared autowired service.
  1562.      *
  1563.      * @return \App\Controller\FabricationController
  1564.      */
  1565.     protected function getFabricationControllerService()
  1566.     {
  1567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1568.         include_once \dirname(__DIR__4).'/src/Controller/FabricationController.php';
  1569.         $this->services['App\\Controller\\FabricationController'] = $instance = new \App\Controller\FabricationController();
  1570.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FabricationController'$this));
  1571.         return $instance;
  1572.     }
  1573.     /**
  1574.      * Gets the public 'App\Controller\FacturationController' shared autowired service.
  1575.      *
  1576.      * @return \App\Controller\FacturationController
  1577.      */
  1578.     protected function getFacturationControllerService()
  1579.     {
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1581.         include_once \dirname(__DIR__4).'/src/Controller/FacturationController.php';
  1582.         $this->services['App\\Controller\\FacturationController'] = $instance = new \App\Controller\FacturationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1583.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FacturationController'$this));
  1584.         return $instance;
  1585.     }
  1586.     /**
  1587.      * Gets the public 'App\Controller\FournisseurController' shared autowired service.
  1588.      *
  1589.      * @return \App\Controller\FournisseurController
  1590.      */
  1591.     protected function getFournisseurControllerService()
  1592.     {
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1594.         include_once \dirname(__DIR__4).'/src/Controller/FournisseurController.php';
  1595.         $this->services['App\\Controller\\FournisseurController'] = $instance = new \App\Controller\FournisseurController();
  1596.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FournisseurController'$this));
  1597.         return $instance;
  1598.     }
  1599.     /**
  1600.      * Gets the public 'App\Controller\InspectionController' shared autowired service.
  1601.      *
  1602.      * @return \App\Controller\InspectionController
  1603.      */
  1604.     protected function getInspectionControllerService()
  1605.     {
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1607.         include_once \dirname(__DIR__4).'/src/Controller/InspectionController.php';
  1608.         $this->services['App\\Controller\\InspectionController'] = $instance = new \App\Controller\InspectionController();
  1609.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InspectionController'$this));
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'App\Controller\InterventionController' shared autowired service.
  1614.      *
  1615.      * @return \App\Controller\InterventionController
  1616.      */
  1617.     protected function getInterventionControllerService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1620.         include_once \dirname(__DIR__4).'/src/Controller/InterventionController.php';
  1621.         $this->services['App\\Controller\\InterventionController'] = $instance = new \App\Controller\InterventionController(($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  1622.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InterventionController'$this));
  1623.         return $instance;
  1624.     }
  1625.     /**
  1626.      * Gets the public 'App\Controller\InventaireController' shared autowired service.
  1627.      *
  1628.      * @return \App\Controller\InventaireController
  1629.      */
  1630.     protected function getInventaireControllerService()
  1631.     {
  1632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1633.         include_once \dirname(__DIR__4).'/src/Controller/InventaireController.php';
  1634.         $this->services['App\\Controller\\InventaireController'] = $instance = new \App\Controller\InventaireController();
  1635.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InventaireController'$this));
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the public 'App\Controller\KoboController' shared autowired service.
  1640.      *
  1641.      * @return \App\Controller\KoboController
  1642.      */
  1643.     protected function getKoboControllerService()
  1644.     {
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1646.         include_once \dirname(__DIR__4).'/src/Controller/KoboController.php';
  1647.         $this->services['App\\Controller\\KoboController'] = $instance = new \App\Controller\KoboController();
  1648.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\KoboController'$this));
  1649.         return $instance;
  1650.     }
  1651.     /**
  1652.      * Gets the public 'App\Controller\LotController' shared autowired service.
  1653.      *
  1654.      * @return \App\Controller\LotController
  1655.      */
  1656.     protected function getLotControllerService()
  1657.     {
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1659.         include_once \dirname(__DIR__4).'/src/Controller/LotController.php';
  1660.         $this->services['App\\Controller\\LotController'] = $instance = new \App\Controller\LotController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1661.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\LotController'$this));
  1662.         return $instance;
  1663.     }
  1664.     /**
  1665.      * Gets the public 'App\Controller\MapController' shared autowired service.
  1666.      *
  1667.      * @return \App\Controller\MapController
  1668.      */
  1669.     protected function getMapController2Service()
  1670.     {
  1671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1672.         include_once \dirname(__DIR__4).'/src/Controller/MapController.php';
  1673.         $this->services['App\\Controller\\MapController'] = $instance = new \App\Controller\MapController();
  1674.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MapController'$this));
  1675.         return $instance;
  1676.     }
  1677.     /**
  1678.      * Gets the public 'App\Controller\Mobile\CommonController' shared autowired service.
  1679.      *
  1680.      * @return \App\Controller\Mobile\CommonController
  1681.      */
  1682.     protected function getCommonController2Service()
  1683.     {
  1684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1685.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/CommonController.php';
  1686.         $this->services['App\\Controller\\Mobile\\CommonController'] = $instance = new \App\Controller\Mobile\CommonController($this);
  1687.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\CommonController'$this));
  1688.         return $instance;
  1689.     }
  1690.     /**
  1691.      * Gets the public 'App\Controller\Mobile\CustomerController' shared autowired service.
  1692.      *
  1693.      * @return \App\Controller\Mobile\CustomerController
  1694.      */
  1695.     protected function getCustomerController2Service()
  1696.     {
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1698.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/CustomerController.php';
  1699.         $this->services['App\\Controller\\Mobile\\CustomerController'] = $instance = new \App\Controller\Mobile\CustomerController($this, ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  1700.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\CustomerController'$this));
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the public 'App\Controller\Mobile\Users' shared autowired service.
  1705.      *
  1706.      * @return \App\Controller\Mobile\Users
  1707.      */
  1708.     protected function getUsersService()
  1709.     {
  1710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1711.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/Users.php';
  1712.         $this->services['App\\Controller\\Mobile\\Users'] = $instance = new \App\Controller\Mobile\Users(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1713.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\Users'$this));
  1714.         return $instance;
  1715.     }
  1716.     /**
  1717.      * Gets the public 'App\Controller\Mobile\UsersController' shared autowired service.
  1718.      *
  1719.      * @return \App\Controller\Mobile\UsersController
  1720.      */
  1721.     protected function getUsersControllerService()
  1722.     {
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1724.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/UsersController.php';
  1725.         $this->services['App\\Controller\\Mobile\\UsersController'] = $instance = new \App\Controller\Mobile\UsersController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1726.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\UsersController'$this));
  1727.         return $instance;
  1728.     }
  1729.     /**
  1730.      * Gets the public 'App\Controller\Mobile\ZoneController' shared autowired service.
  1731.      *
  1732.      * @return \App\Controller\Mobile\ZoneController
  1733.      */
  1734.     protected function getZoneController2Service()
  1735.     {
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1737.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/ZoneController.php';
  1738.         $this->services['App\\Controller\\Mobile\\ZoneController'] = $instance = new \App\Controller\Mobile\ZoneController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()));
  1739.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\ZoneController'$this));
  1740.         return $instance;
  1741.     }
  1742.     /**
  1743.      * Gets the public 'App\Controller\ModelController' shared autowired service.
  1744.      *
  1745.      * @return \App\Controller\ModelController
  1746.      */
  1747.     protected function getModelControllerService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1750.         include_once \dirname(__DIR__4).'/src/Controller/ModelController.php';
  1751.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1752.         $this->services['App\\Controller\\ModelController'] = $instance = new \App\Controller\ModelController(($this->privates['App\\Manager\\OfferManager'] ?? ($this->privates['App\\Manager\\OfferManager'] = new \App\Manager\OfferManager($this))), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1753.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ModelController'$this));
  1754.         return $instance;
  1755.     }
  1756.     /**
  1757.      * Gets the public 'App\Controller\ModelePreEnregistreController' shared autowired service.
  1758.      *
  1759.      * @return \App\Controller\ModelePreEnregistreController
  1760.      */
  1761.     protected function getModelePreEnregistreControllerService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1764.         include_once \dirname(__DIR__4).'/src/Controller/ModelePreEnregistreController.php';
  1765.         $this->services['App\\Controller\\ModelePreEnregistreController'] = $instance = new \App\Controller\ModelePreEnregistreController();
  1766.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ModelePreEnregistreController'$this));
  1767.         return $instance;
  1768.     }
  1769.     /**
  1770.      * Gets the public 'App\Controller\MouvementController' shared autowired service.
  1771.      *
  1772.      * @return \App\Controller\MouvementController
  1773.      */
  1774.     protected function getMouvementControllerService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Controller/MouvementController.php';
  1778.         $this->services['App\\Controller\\MouvementController'] = $instance = new \App\Controller\MouvementController();
  1779.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MouvementController'$this));
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'App\Controller\MoveRequestController' shared autowired service.
  1784.      *
  1785.      * @return \App\Controller\MoveRequestController
  1786.      */
  1787.     protected function getMoveRequestControllerService()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1790.         include_once \dirname(__DIR__4).'/src/Controller/MoveRequestController.php';
  1791.         $this->services['App\\Controller\\MoveRequestController'] = $instance = new \App\Controller\MoveRequestController();
  1792.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MoveRequestController'$this));
  1793.         return $instance;
  1794.     }
  1795.     /**
  1796.      * Gets the public 'App\Controller\NetworkController' shared autowired service.
  1797.      *
  1798.      * @return \App\Controller\NetworkController
  1799.      */
  1800.     protected function getNetworkController2Service()
  1801.     {
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1803.         include_once \dirname(__DIR__4).'/src/Controller/NetworkController.php';
  1804.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1805.         $this->services['App\\Controller\\NetworkController'] = $instance = new \App\Controller\NetworkController(($this->privates['App\\Manager\\NetworkManager'] ?? $this->getNetworkManagerService()), ($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()), ($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()), $this, ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1806.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NetworkController'$this));
  1807.         return $instance;
  1808.     }
  1809.     /**
  1810.      * Gets the public 'App\Controller\OffersController' shared autowired service.
  1811.      *
  1812.      * @return \App\Controller\OffersController
  1813.      */
  1814.     protected function getOffersControllerService()
  1815.     {
  1816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1817.         include_once \dirname(__DIR__4).'/src/Controller/OffersController.php';
  1818.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1819.         $this->services['App\\Controller\\OffersController'] = $instance = new \App\Controller\OffersController(($this->privates['App\\Manager\\OfferManager'] ?? ($this->privates['App\\Manager\\OfferManager'] = new \App\Manager\OfferManager($this))), ($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->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1820.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\OffersController'$this));
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the public 'App\Controller\OperationController' shared autowired service.
  1825.      *
  1826.      * @return \App\Controller\OperationController
  1827.      */
  1828.     protected function getOperationControllerService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1831.         include_once \dirname(__DIR__4).'/src/Controller/OperationController.php';
  1832.         $this->services['App\\Controller\\OperationController'] = $instance = new \App\Controller\OperationController();
  1833.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\OperationController'$this));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'App\Controller\PasswordResetController' shared autowired service.
  1838.      *
  1839.      * @return \App\Controller\PasswordResetController
  1840.      */
  1841.     protected function getPasswordResetControllerService()
  1842.     {
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1844.         include_once \dirname(__DIR__4).'/src/Controller/PasswordResetController.php';
  1845.         $this->services['App\\Controller\\PasswordResetController'] = $instance = new \App\Controller\PasswordResetController(($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1846.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PasswordResetController'$this));
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the public 'App\Controller\PlanifiedMaintenanceController' shared autowired service.
  1851.      *
  1852.      * @return \App\Controller\PlanifiedMaintenanceController
  1853.      */
  1854.     protected function getPlanifiedMaintenanceControllerService()
  1855.     {
  1856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1857.         include_once \dirname(__DIR__4).'/src/Controller/PlanifiedMaintenanceController.php';
  1858.         $this->services['App\\Controller\\PlanifiedMaintenanceController'] = $instance = new \App\Controller\PlanifiedMaintenanceController();
  1859.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanifiedMaintenanceController'$this));
  1860.         return $instance;
  1861.     }
  1862.     /**
  1863.      * Gets the public 'App\Controller\ProduitController' shared autowired service.
  1864.      *
  1865.      * @return \App\Controller\ProduitController
  1866.      */
  1867.     protected function getProduitControllerService()
  1868.     {
  1869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1870.         include_once \dirname(__DIR__4).'/src/Controller/ProduitController.php';
  1871.         $this->services['App\\Controller\\ProduitController'] = $instance = new \App\Controller\ProduitController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1872.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProduitController'$this));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  1877.      *
  1878.      * @return \App\Controller\ProfileController
  1879.      */
  1880.     protected function getProfileControllerService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1884.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  1885.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1886.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  1887.         return $instance;
  1888.     }
  1889.     /**
  1890.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  1891.      *
  1892.      * @return \App\Controller\ProjectController
  1893.      */
  1894.     protected function getProjectControllerService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1897.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  1898.         $this->services['App\\Controller\\ProjectController'] = $instance = new \App\Controller\ProjectController(($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1899.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProjectController'$this));
  1900.         return $instance;
  1901.     }
  1902.     /**
  1903.      * Gets the public 'App\Controller\ProspectController' shared autowired service.
  1904.      *
  1905.      * @return \App\Controller\ProspectController
  1906.      */
  1907.     protected function getProspectController2Service()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1910.         include_once \dirname(__DIR__4).'/src/Controller/ProspectController.php';
  1911.         include_once \dirname(__DIR__4).'/src/Manager/ImportManager.php';
  1912.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1913.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1914.         $this->services['App\\Controller\\ProspectController'] = $instance = new \App\Controller\ProspectController(($this->privates['App\\Manager\\OfferManager'] ?? ($this->privates['App\\Manager\\OfferManager'] = new \App\Manager\OfferManager($this))), new \App\Manager\ImportManager($this), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()), ($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()), ($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()), ($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()));
  1915.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProspectController'$this));
  1916.         return $instance;
  1917.     }
  1918.     /**
  1919.      * Gets the public 'App\Controller\ReadOnlyController' shared autowired service.
  1920.      *
  1921.      * @return \App\Controller\ReadOnlyController
  1922.      */
  1923.     protected function getReadOnlyControllerService()
  1924.     {
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1926.         include_once \dirname(__DIR__4).'/src/Controller/ReadOnlyController.php';
  1927.         $this->services['App\\Controller\\ReadOnlyController'] = $instance = new \App\Controller\ReadOnlyController();
  1928.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReadOnlyController'$this));
  1929.         return $instance;
  1930.     }
  1931.     /**
  1932.      * Gets the public 'App\Controller\ReceptionController' shared autowired service.
  1933.      *
  1934.      * @return \App\Controller\ReceptionController
  1935.      */
  1936.     protected function getReceptionControllerService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1939.         include_once \dirname(__DIR__4).'/src/Controller/ReceptionController.php';
  1940.         $this->services['App\\Controller\\ReceptionController'] = $instance = new \App\Controller\ReceptionController();
  1941.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReceptionController'$this));
  1942.         return $instance;
  1943.     }
  1944.     /**
  1945.      * Gets the public 'App\Controller\RemplacementController' shared autowired service.
  1946.      *
  1947.      * @return \App\Controller\RemplacementController
  1948.      */
  1949.     protected function getRemplacementControllerService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1952.         include_once \dirname(__DIR__4).'/src/Controller/RemplacementController.php';
  1953.         $this->services['App\\Controller\\RemplacementController'] = $instance = new \App\Controller\RemplacementController();
  1954.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\RemplacementController'$this));
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the public 'App\Controller\SatisfactionController' shared autowired service.
  1959.      *
  1960.      * @return \App\Controller\SatisfactionController
  1961.      */
  1962.     protected function getSatisfactionController2Service()
  1963.     {
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1966.         include_once \dirname(__DIR__4).'/src/Controller/SatisfactionController.php';
  1967.         $this->services['App\\Controller\\SatisfactionController'] = $instance = new \App\Controller\SatisfactionController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $this);
  1968.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SatisfactionController'$this));
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1973.      *
  1974.      * @return \App\Controller\SecurityController
  1975.      */
  1976.     protected function getSecurityControllerService()
  1977.     {
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  1980.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1981.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1982.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  1983.         return $instance;
  1984.     }
  1985.     /**
  1986.      * Gets the public 'App\Controller\SoldController' shared autowired service.
  1987.      *
  1988.      * @return \App\Controller\SoldController
  1989.      */
  1990.     protected function getSoldControllerService()
  1991.     {
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1994.         include_once \dirname(__DIR__4).'/src/Controller/SoldController.php';
  1995.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1996.         $a $this->getSoldController2Service();
  1997.         $this->services['App\\Controller\\SoldController'] = $instance = new \App\Controller\SoldController(($this->privates['App\\Manager\\DashboardManager'] ?? $this->getDashboardManagerService()), ($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()), ($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()), ($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())), $a);
  1998.         $instance->setContainer($a);
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'App\Controller\StatsController' shared autowired service.
  2003.      *
  2004.      * @return \App\Controller\StatsController
  2005.      */
  2006.     protected function getStatsControllerService()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2009.         include_once \dirname(__DIR__4).'/src/Controller/StatsController.php';
  2010.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  2011.         $this->services['App\\Controller\\StatsController'] = $instance = new \App\Controller\StatsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())), ($this->privates['App\\Manager\\DashboardManager'] ?? $this->getDashboardManagerService()), ($this->privates['App\\Manager\\ZoneManager'] ?? $this->getZoneManagerService()), ($this->privates['App\\Manager\\NetworkManager'] ?? $this->getNetworkManagerService()));
  2012.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StatsController'$this));
  2013.         return $instance;
  2014.     }
  2015.     /**
  2016.      * Gets the public 'App\Controller\StockController' shared autowired service.
  2017.      *
  2018.      * @return \App\Controller\StockController
  2019.      */
  2020.     protected function getStockControllerService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2023.         include_once \dirname(__DIR__4).'/src/Controller/StockController.php';
  2024.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  2025.         $this->services['App\\Controller\\StockController'] = $instance = new \App\Controller\StockController(($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())));
  2026.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StockController'$this));
  2027.         return $instance;
  2028.     }
  2029.     /**
  2030.      * Gets the public 'App\Controller\TransfertController' shared autowired service.
  2031.      *
  2032.      * @return \App\Controller\TransfertController
  2033.      */
  2034.     protected function getTransfertControllerService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2037.         include_once \dirname(__DIR__4).'/src/Controller/TransfertController.php';
  2038.         $this->services['App\\Controller\\TransfertController'] = $instance = new \App\Controller\TransfertController();
  2039.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TransfertController'$this));
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the public 'App\Controller\ZoneController' shared autowired service.
  2044.      *
  2045.      * @return \App\Controller\ZoneController
  2046.      */
  2047.     protected function getZoneController3Service()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2050.         include_once \dirname(__DIR__4).'/src/Controller/ZoneController.php';
  2051.         $this->services['App\\Controller\\ZoneController'] = $instance = new \App\Controller\ZoneController();
  2052.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ZoneController'$this));
  2053.         return $instance;
  2054.     }
  2055.     /**
  2056.      * Gets the public 'App\Naming\DataRecordUploadNamer' shared autowired service.
  2057.      *
  2058.      * @return \App\Naming\DataRecordUploadNamer
  2059.      */
  2060.     protected function getDataRecordUploadNamerService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2063.         include_once \dirname(__DIR__4).'/src/Naming/DataRecordUploadNamer.php';
  2064.         return $this->services['App\\Naming\\DataRecordUploadNamer'] = new \App\Naming\DataRecordUploadNamer(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2065.     }
  2066.     /**
  2067.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2068.      *
  2069.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2070.      */
  2071.     protected function getProfilerControllerService()
  2072.     {
  2073.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2074.         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()));
  2075.     }
  2076.     /**
  2077.      * Gets the public 'Faker\Generator' shared service.
  2078.      *
  2079.      * @return \Faker\Generator
  2080.      */
  2081.     protected function getGeneratorService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2086.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  2087.         $instance->seed(1);
  2088.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2093.      *
  2094.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2095.      */
  2096.     protected function getRedirectControllerService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2099.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2100.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2101.     }
  2102.     /**
  2103.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2104.      *
  2105.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2106.      */
  2107.     protected function getTemplateControllerService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2110.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2111.     }
  2112.     /**
  2113.      * Gets the public 'api_platform.action.documentation' shared service.
  2114.      *
  2115.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  2116.      */
  2117.     protected function getApiPlatform_Action_DocumentationService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  2120.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  2121.     }
  2122.     /**
  2123.      * Gets the public 'api_platform.action.entrypoint' shared service.
  2124.      *
  2125.      * @return \ApiPlatform\Action\EntrypointAction
  2126.      */
  2127.     protected function getApiPlatform_Action_EntrypointService()
  2128.     {
  2129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  2130.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2131.     }
  2132.     /**
  2133.      * Gets the public 'api_platform.action.exception' shared service.
  2134.      *
  2135.      * @return \ApiPlatform\Action\ExceptionAction
  2136.      */
  2137.     protected function getApiPlatform_Action_ExceptionService()
  2138.     {
  2139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  2140.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2141.     }
  2142.     /**
  2143.      * Gets the public 'api_platform.action.not_exposed' shared service.
  2144.      *
  2145.      * @return \ApiPlatform\Action\NotExposedAction
  2146.      */
  2147.     protected function getApiPlatform_Action_NotExposedService()
  2148.     {
  2149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  2150.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  2151.     }
  2152.     /**
  2153.      * Gets the public 'api_platform.action.not_found' shared service.
  2154.      *
  2155.      * @return \ApiPlatform\Action\NotFoundAction
  2156.      */
  2157.     protected function getApiPlatform_Action_NotFoundService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  2160.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  2161.     }
  2162.     /**
  2163.      * Gets the public 'api_platform.action.placeholder' shared service.
  2164.      *
  2165.      * @return \ApiPlatform\Action\PlaceholderAction
  2166.      */
  2167.     protected function getApiPlatform_Action_PlaceholderService()
  2168.     {
  2169.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  2170.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  2171.     }
  2172.     /**
  2173.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  2174.      *
  2175.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  2176.      */
  2177.     protected function getApiPlatform_Jsonld_Action_ContextService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  2180.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2181.     }
  2182.     /**
  2183.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  2184.      *
  2185.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  2186.      */
  2187.     protected function getApiPlatform_Swagger_Action_UiService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  2190.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  2191.     }
  2192.     /**
  2193.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  2194.      *
  2195.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  2196.      */
  2197.     protected function getApiPlatform_SwaggerUi_ActionService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  2201.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  2202.     }
  2203.     /**
  2204.      * Gets the public 'cache.app' shared service.
  2205.      *
  2206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2207.      */
  2208.     protected function getCache_AppService()
  2209.     {
  2210.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('g0VUF6dbdz'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2211.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2212.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2213.     }
  2214.     /**
  2215.      * Gets the public 'cache.app_clearer' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2218.      */
  2219.     protected function getCache_AppClearerService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2223.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2224.     }
  2225.     /**
  2226.      * Gets the public 'cache.global_clearer' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2229.      */
  2230.     protected function getCache_GlobalClearerService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2234.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), '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.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.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  2235.     }
  2236.     /**
  2237.      * Gets the public 'cache.system' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2240.      */
  2241.     protected function getCache_SystemService()
  2242.     {
  2243.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oOCJhAHw6S'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2244.     }
  2245.     /**
  2246.      * Gets the public 'cache.system_clearer' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2249.      */
  2250.     protected function getCache_SystemClearerService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2254.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), '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())]);
  2255.     }
  2256.     /**
  2257.      * Gets the public 'cache.validator_expression_language' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2260.      */
  2261.     protected function getCache_ValidatorExpressionLanguageService()
  2262.     {
  2263.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gTuijpPD+F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2264.     }
  2265.     /**
  2266.      * Gets the public 'cache_warmer' shared service.
  2267.      *
  2268.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2269.      */
  2270.     protected function getCacheWarmerService()
  2271.     {
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2274.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2275.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2276.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2277.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2278.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2279.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2280.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2281.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2282.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2283.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2284.             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'))));
  2285.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2286.     }
  2287.     /**
  2288.      * Gets the public 'console.command_loader' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2291.      */
  2292.     protected function getConsole_CommandLoaderService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2296.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2297.             'SensioLabs\\Security\\Command\\SecurityCheckerCommand' => ['privates''SensioLabs\\Security\\Command\\SecurityCheckerCommand''getSecurityCheckerCommandService'false],
  2298.             'App\\Command\\AddMissingsTransactionAggCommand' => ['privates''.App\\Command\\AddMissingsTransactionAggCommand.lazy''getAddMissingsTransactionAggCommand_LazyService'false],
  2299.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  2300.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  2301.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  2302.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  2303.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2304.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2305.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2306.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2307.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2308.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2309.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2310.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2311.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2312.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2313.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2314.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2315.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2316.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2317.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2318.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2319.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2320.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2321.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2322.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2323.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2324.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2325.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2326.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2327.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2328.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2329.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2330.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2331.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2332.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2333.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2334.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2335.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2336.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  2337.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  2338.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2339.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2340.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2341.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2342.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2343.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2344.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2345.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2346.             'old_sound_rabbit_mq.anon_consumer_command' => ['privates''old_sound_rabbit_mq.anon_consumer_command''getOldSoundRabbitMq_AnonConsumerCommandService'false],
  2347.             'old_sound_rabbit_mq.batch_consumer_command' => ['privates''old_sound_rabbit_mq.batch_consumer_command''getOldSoundRabbitMq_BatchConsumerCommandService'false],
  2348.             'old_sound_rabbit_mq.consumer_command' => ['privates''old_sound_rabbit_mq.consumer_command''getOldSoundRabbitMq_ConsumerCommandService'false],
  2349.             'old_sound_rabbit_mq.delete_command' => ['privates''old_sound_rabbit_mq.delete_command''getOldSoundRabbitMq_DeleteCommandService'false],
  2350.             'old_sound_rabbit_mq.dynamic_consumer_command' => ['privates''old_sound_rabbit_mq.dynamic_consumer_command''getOldSoundRabbitMq_DynamicConsumerCommandService'false],
  2351.             'old_sound_rabbit_mq.multiple_consumer_command' => ['privates''old_sound_rabbit_mq.multiple_consumer_command''getOldSoundRabbitMq_MultipleConsumerCommandService'false],
  2352.             'old_sound_rabbit_mq.purge_consumer_command' => ['privates''old_sound_rabbit_mq.purge_consumer_command''getOldSoundRabbitMq_PurgeConsumerCommandService'false],
  2353.             'old_sound_rabbit_mq.command.rpc_server_command' => ['privates''old_sound_rabbit_mq.command.rpc_server_command''getOldSoundRabbitMq_Command_RpcServerCommandService'false],
  2354.             'old_sound_rabbit_mq.command.setup_fabric_command' => ['privates''old_sound_rabbit_mq.command.setup_fabric_command''getOldSoundRabbitMq_Command_SetupFabricCommandService'false],
  2355.             'old_sound_rabbit_mq.command.std_in_producer_command' => ['privates''old_sound_rabbit_mq.command.std_in_producer_command''getOldSoundRabbitMq_Command_StdInProducerCommandService'false],
  2356.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2357.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2358.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2359.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2360.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2361.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2362.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2363.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2364.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2365.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2366.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2367.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2368.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2369.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2370.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2371.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2372.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2373.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2374.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2375.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2376.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2377.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2378.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2379.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2380.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2381.             'console.command.workflow_dump' => ['privates''.console.command.workflow_dump.lazy''get_Console_Command_WorkflowDump_LazyService'false],
  2382.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2383.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2384.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2385.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2386.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2387.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2388.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2389.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2390.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2391.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2392.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2393.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2394.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2395.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2396.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  2397.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  2398.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  2399.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  2400.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  2401.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2402.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2403.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2404.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  2405.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  2406.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  2407.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  2408.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  2409.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2410.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2411.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2412.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2413.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2414.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2415.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2416.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2417.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2418.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2419.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2420.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2421.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2422.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2423.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2424.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2425.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2426.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2427.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2428.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2429.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2430.         ], [
  2431.             'SensioLabs\\Security\\Command\\SecurityCheckerCommand' => 'SensioLabs\\Security\\Command\\SecurityCheckerCommand',
  2432.             'App\\Command\\AddMissingsTransactionAggCommand' => '?',
  2433.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  2434.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  2435.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2436.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  2437.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2438.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2439.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2440.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2441.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2442.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2443.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2444.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2445.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2446.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2447.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2448.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2449.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2450.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2451.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2452.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2453.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2454.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2455.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2456.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2457.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2458.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2459.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2460.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2461.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2462.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2463.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2464.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2465.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2466.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2467.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2468.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2469.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2470.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  2471.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  2472.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2473.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2474.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2475.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2476.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2477.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2478.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2479.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2480.             'old_sound_rabbit_mq.anon_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\AnonConsumerCommand',
  2481.             'old_sound_rabbit_mq.batch_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\BatchConsumerCommand',
  2482.             'old_sound_rabbit_mq.consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\ConsumerCommand',
  2483.             'old_sound_rabbit_mq.delete_command' => 'OldSound\\RabbitMqBundle\\Command\\DeleteCommand',
  2484.             'old_sound_rabbit_mq.dynamic_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\DynamicConsumerCommand',
  2485.             'old_sound_rabbit_mq.multiple_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\MultipleConsumerCommand',
  2486.             'old_sound_rabbit_mq.purge_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\PurgeConsumerCommand',
  2487.             'old_sound_rabbit_mq.command.rpc_server_command' => 'OldSound\\RabbitMqBundle\\Command\\RpcServerCommand',
  2488.             'old_sound_rabbit_mq.command.setup_fabric_command' => 'OldSound\\RabbitMqBundle\\Command\\SetupFabricCommand',
  2489.             'old_sound_rabbit_mq.command.std_in_producer_command' => 'OldSound\\RabbitMqBundle\\Command\\StdInProducerCommand',
  2490.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2491.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2492.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2493.             'console.command.about' => '?',
  2494.             'console.command.assets_install' => '?',
  2495.             'console.command.cache_clear' => '?',
  2496.             'console.command.cache_pool_clear' => '?',
  2497.             'console.command.cache_pool_prune' => '?',
  2498.             'console.command.cache_pool_delete' => '?',
  2499.             'console.command.cache_pool_list' => '?',
  2500.             'console.command.cache_warmup' => '?',
  2501.             'console.command.config_debug' => '?',
  2502.             'console.command.config_dump_reference' => '?',
  2503.             'console.command.container_debug' => '?',
  2504.             'console.command.container_lint' => '?',
  2505.             'console.command.debug_autowiring' => '?',
  2506.             'console.command.dotenv_debug' => '?',
  2507.             'console.command.event_dispatcher_debug' => '?',
  2508.             'console.command.router_debug' => '?',
  2509.             'console.command.router_match' => '?',
  2510.             'console.command.translation_debug' => '?',
  2511.             'console.command.translation_extract' => '?',
  2512.             'console.command.validator_debug' => '?',
  2513.             'console.command.translation_pull' => '?',
  2514.             'console.command.translation_push' => '?',
  2515.             'console.command.workflow_dump' => '?',
  2516.             'console.command.xliff_lint' => '?',
  2517.             'console.command.yaml_lint' => '?',
  2518.             'console.command.form_debug' => '?',
  2519.             'console.command.secrets_set' => '?',
  2520.             'console.command.secrets_remove' => '?',
  2521.             'console.command.secrets_generate_key' => '?',
  2522.             'console.command.secrets_list' => '?',
  2523.             'console.command.secrets_decrypt_to_local' => '?',
  2524.             'console.command.secrets_encrypt_from_local' => '?',
  2525.             'twig.command.debug' => '?',
  2526.             'twig.command.lint' => '?',
  2527.             'security.command.debug_firewall' => '?',
  2528.             'security.command.user_password_encoder' => '?',
  2529.             'security.command.user_password_hash' => '?',
  2530.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  2531.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  2532.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  2533.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  2534.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  2535.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2536.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2537.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2538.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  2539.             'maker.auto_command.make_data_provider' => '?',
  2540.             'maker.auto_command.make_data_persister' => '?',
  2541.             'maker.auto_command.make_state_processor' => '?',
  2542.             'maker.auto_command.make_state_provider' => '?',
  2543.             'maker.auto_command.make_auth' => '?',
  2544.             'maker.auto_command.make_command' => '?',
  2545.             'maker.auto_command.make_controller' => '?',
  2546.             'maker.auto_command.make_crud' => '?',
  2547.             'maker.auto_command.make_docker_database' => '?',
  2548.             'maker.auto_command.make_entity' => '?',
  2549.             'maker.auto_command.make_fixtures' => '?',
  2550.             'maker.auto_command.make_form' => '?',
  2551.             'maker.auto_command.make_message' => '?',
  2552.             'maker.auto_command.make_messenger_middleware' => '?',
  2553.             'maker.auto_command.make_registration_form' => '?',
  2554.             'maker.auto_command.make_reset_password' => '?',
  2555.             'maker.auto_command.make_serializer_encoder' => '?',
  2556.             'maker.auto_command.make_serializer_normalizer' => '?',
  2557.             'maker.auto_command.make_subscriber' => '?',
  2558.             'maker.auto_command.make_twig_extension' => '?',
  2559.             'maker.auto_command.make_test' => '?',
  2560.             'maker.auto_command.make_validator' => '?',
  2561.             'maker.auto_command.make_voter' => '?',
  2562.             'maker.auto_command.make_user' => '?',
  2563.             'maker.auto_command.make_migration' => '?',
  2564.         ]), ['security:check' => 'SensioLabs\\Security\\Command\\SecurityCheckerCommand''add-missings-transaction-agg' => 'App\\Command\\AddMissingsTransactionAggCommand''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''oneup:uploader:clear-chunks' => 'oneup_uploader.command.clear_chunks''oneup:uploader:clear-orphans' => 'oneup_uploader.command.clear_orphans''rabbitmq:anon-consumer' => 'old_sound_rabbit_mq.anon_consumer_command''rabbitmq:batch:consumer' => 'old_sound_rabbit_mq.batch_consumer_command''rabbitmq:consumer' => 'old_sound_rabbit_mq.consumer_command''rabbitmq:delete' => 'old_sound_rabbit_mq.delete_command''rabbitmq:dynamic-consumer' => 'old_sound_rabbit_mq.dynamic_consumer_command''rabbitmq:multiple-consumer' => 'old_sound_rabbit_mq.multiple_consumer_command''rabbitmq:purge' => 'old_sound_rabbit_mq.purge_consumer_command''rabbitmq:rpc-server' => 'old_sound_rabbit_mq.command.rpc_server_command''rabbitmq:setup-fabric' => 'old_sound_rabbit_mq.command.setup_fabric_command''rabbitmq:stdin-producer' => 'old_sound_rabbit_mq.command.std_in_producer_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''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''workflow:dump' => 'console.command.workflow_dump''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''server:log' => 'web_server.command.server_log''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  2565.     }
  2566.     /**
  2567.      * Gets the public 'container.env_var_processors_locator' shared service.
  2568.      *
  2569.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2570.      */
  2571.     protected function getContainer_EnvVarProcessorsLocatorService()
  2572.     {
  2573.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2574.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2575.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2576.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2577.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2578.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2579.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2580.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2581.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2582.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2583.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2584.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2585.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2586.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2587.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2588.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2589.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2590.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2591.         ], [
  2592.             'base64' => '?',
  2593.             'bool' => '?',
  2594.             'const' => '?',
  2595.             'csv' => '?',
  2596.             'default' => '?',
  2597.             'file' => '?',
  2598.             'float' => '?',
  2599.             'int' => '?',
  2600.             'json' => '?',
  2601.             'key' => '?',
  2602.             'not' => '?',
  2603.             'query_string' => '?',
  2604.             'require' => '?',
  2605.             'resolve' => '?',
  2606.             'string' => '?',
  2607.             'trim' => '?',
  2608.             'url' => '?',
  2609.         ]);
  2610.     }
  2611.     /**
  2612.      * Gets the public 'doctrine' shared service.
  2613.      *
  2614.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2615.      */
  2616.     protected function getDoctrineService()
  2617.     {
  2618.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2619.     }
  2620.     /**
  2621.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2622.      *
  2623.      * @return \Doctrine\DBAL\Connection
  2624.      */
  2625.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2626.     {
  2627.         $a = new \Doctrine\DBAL\Configuration();
  2628.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2629.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2630.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2631.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2632.         $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()))]));
  2633.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  2634.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_pgsql''charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '9.1.16''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2635.             'Gedmo\\Blameable\\BlameableListener' => ['privates''Gedmo\\Blameable\\BlameableListener''getBlameableListenerService'false],
  2636.             'Gedmo\\Loggable\\LoggableListener' => ['privates''Gedmo\\Loggable\\LoggableListener''getLoggableListenerService'false],
  2637.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'false],
  2638.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2639.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2640.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2641.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  2642.             'evence.softdeletale.listener.softdelete' => ['privates''evence.softdeletale.listener.softdelete''getEvence_Softdeletale_Listener_SoftdeleteService'false],
  2643.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  2644.             'gedmo.listener.sluggable' => ['privates''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'false],
  2645.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'false],
  2646.             'gedmo.listener.sortable' => ['privates''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  2647.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  2648.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  2649.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  2650.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  2651.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  2652.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  2653.         ], [
  2654.             'Gedmo\\Blameable\\BlameableListener' => '?',
  2655.             'Gedmo\\Loggable\\LoggableListener' => '?',
  2656.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  2657.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2658.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2659.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2660.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2661.             'evence.softdeletale.listener.softdelete' => '?',
  2662.             'fos_user.user_listener' => '?',
  2663.             'gedmo.listener.sluggable' => '?',
  2664.             'gedmo.listener.softdeleteable' => '?',
  2665.             'gedmo.listener.sortable' => '?',
  2666.             'gedmo.listener.timestampable' => '?',
  2667.             'gedmo.listener.tree' => '?',
  2668.             'stof_doctrine_extensions.listener.sluggable' => '?',
  2669.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  2670.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2671.             'stof_doctrine_extensions.listener.tree' => '?',
  2672.         ]), [=> 'gedmo.listener.tree'=> 'Gedmo\\Translatable\\TranslatableListener'=> 'gedmo.listener.timestampable'=> 'gedmo.listener.sluggable'=> 'gedmo.listener.sortable'=> 'gedmo.listener.softdeleteable'=> 'Gedmo\\Loggable\\LoggableListener'=> 'Gedmo\\Blameable\\BlameableListener'=> '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 => 'stof_doctrine_extensions.listener.timestampable'12 => 'stof_doctrine_extensions.listener.tree'13 => 'stof_doctrine_extensions.listener.sluggable'14 => 'stof_doctrine_extensions.listener.softdeleteable'15 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 16 => [=> [=> 'preSoftDelete'], => 'evence.softdeletale.listener.softdelete'], 17 => [=> [=> 'prePersist'], => 'fos_user.user_listener'], 18 => [=> [=> 'preUpdate'], => 'fos_user.user_listener']]), []);
  2673.     }
  2674.     /**
  2675.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2676.      *
  2677.      * @return \Doctrine\ORM\EntityManager
  2678.      */
  2679.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2680.     {
  2681.         $a = new \Doctrine\ORM\Configuration();
  2682.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2683.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2684.         $b->addDriver($c'App\\Entity');
  2685.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  2686.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  2687.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  2688.         $b->addDriver(($this->privates['.4_doctrine_metadata_driver~3jNLL4X'] ?? $this->get_4DoctrineMetadataDriver3jNLL4XService()), 'FOS\\UserBundle\\Model');
  2689.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''Gedmo' => 'Gedmo\\Tree\\Entity']);
  2690.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2691.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2692.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2693.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2694.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2695.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2696.         ], [
  2697.             'doctrine.ulid_generator' => '?',
  2698.             'doctrine.uuid_generator' => '?',
  2699.         ])));
  2700.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2701.         $a->setProxyNamespace('Proxies');
  2702.         $a->setAutoGenerateProxyClasses(true);
  2703.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2704.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2705.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2706.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2707.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2708.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2709.             'App\\Repository\\AgenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  2710.             'App\\Repository\\ArticleClientRepository' => ['privates''App\\Repository\\ArticleClientRepository''getArticleClientRepositoryService'false],
  2711.             'App\\Repository\\CaracteristiqueCommercialeRepository' => ['privates''App\\Repository\\CaracteristiqueCommercialeRepository''getCaracteristiqueCommercialeRepositoryService'false],
  2712.             'App\\Repository\\CaracteristiqueTechniqueRepository' => ['privates''App\\Repository\\CaracteristiqueTechniqueRepository''getCaracteristiqueTechniqueRepositoryService'false],
  2713.             'App\\Repository\\ChangementKitRepository' => ['privates''App\\Repository\\ChangementKitRepository''getChangementKitRepositoryService'false],
  2714.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  2715.             'App\\Repository\\EmplacementRepository' => ['privates''App\\Repository\\EmplacementRepository''getEmplacementRepositoryService'false],
  2716.             'App\\Repository\\EtatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  2717.             'App\\Repository\\FabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  2718.             'App\\Repository\\FacturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  2719.             'App\\Repository\\FournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  2720.             'App\\Repository\\HistoriquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  2721.             'App\\Repository\\IdentifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  2722.             'App\\Repository\\IdentificationRepository' => ['privates''App\\Repository\\IdentificationRepository''getIdentificationRepositoryService'false],
  2723.             'App\\Repository\\InspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  2724.             'App\\Repository\\InventaireHistoriqueRepository' => ['privates''App\\Repository\\InventaireHistoriqueRepository''getInventaireHistoriqueRepositoryService'false],
  2725.             'App\\Repository\\InventaireRepository' => ['privates''App\\Repository\\InventaireRepository''getInventaireRepositoryService'false],
  2726.             'App\\Repository\\LocalAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  2727.             'App\\Repository\\LotRepository' => ['privates''App\\Repository\\LotRepository''getLotRepositoryService'false],
  2728.             'App\\Repository\\MaterielAssocieRepository' => ['privates''App\\Repository\\MaterielAssocieRepository''getMaterielAssocieRepositoryService'false],
  2729.             'App\\Repository\\MaterielClientNetworkRepository' => ['privates''App\\Repository\\MaterielClientNetworkRepository''getMaterielClientNetworkRepositoryService'false],
  2730.             'App\\Repository\\MaterielFabriqueModelPreEnregistreRepository' => ['privates''App\\Repository\\MaterielFabriqueModelPreEnregistreRepository''getMaterielFabriqueModelPreEnregistreRepositoryService'false],
  2731.             'App\\Repository\\MaterielFacturationRepository' => ['privates''App\\Repository\\MaterielFacturationRepository''getMaterielFacturationRepositoryService'false],
  2732.             'App\\Repository\\MaterielInspectionRepository' => ['privates''App\\Repository\\MaterielInspectionRepository''getMaterielInspectionRepositoryService'false],
  2733.             'App\\Repository\\MaterielModelPreEnregistreRepository' => ['privates''App\\Repository\\MaterielModelPreEnregistreRepository''getMaterielModelPreEnregistreRepositoryService'false],
  2734.             'App\\Repository\\MaterielMouvementRepository' => ['privates''App\\Repository\\MaterielMouvementRepository''getMaterielMouvementRepositoryService'false],
  2735.             'App\\Repository\\MaterielTransfertRepository' => ['privates''App\\Repository\\MaterielTransfertRepository''getMaterielTransfertRepositoryService'false],
  2736.             'App\\Repository\\ModelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  2737.             'App\\Repository\\ModelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  2738.             'App\\Repository\\MotifMouvementRepository' => ['privates''App\\Repository\\MotifMouvementRepository''getMotifMouvementRepositoryService'false],
  2739.             'App\\Repository\\MouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  2740.             'App\\Repository\\NetworkRepository' => ['privates''App\\Repository\\NetworkRepository''getNetworkRepositoryService'false],
  2741.             'App\\Repository\\PreparationTransfertRepository' => ['privates''App\\Repository\\PreparationTransfertRepository''getPreparationTransfertRepositoryService'false],
  2742.             'App\\Repository\\ProduitRepository' => ['privates''App\\Repository\\ProduitRepository''getProduitRepositoryService'false],
  2743.             'App\\Repository\\ReceptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  2744.             'App\\Repository\\ReceptionTransfertRepository' => ['privates''App\\Repository\\ReceptionTransfertRepository''getReceptionTransfertRepositoryService'false],
  2745.             'App\\Repository\\RemplacementRepository' => ['privates''App\\Repository\\RemplacementRepository''getRemplacementRepositoryService'false],
  2746.             'App\\Repository\\StockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  2747.             'App\\Repository\\TransfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  2748.             'App\\Repository\\TypeEmplacementRepository' => ['privates''App\\Repository\\TypeEmplacementRepository''getTypeEmplacementRepositoryService'false],
  2749.             'App\\Repository\\UserPermissionOnAgenceRepository' => ['privates''App\\Repository\\UserPermissionOnAgenceRepository''getUserPermissionOnAgenceRepositoryService'false],
  2750.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2751.             'App\\Repository\\UsersRepository' => ['privates''App\\Repository\\UsersRepository''getUsersRepositoryService'false],
  2752.         ], [
  2753.             'App\\Repository\\AgenceRepository' => '?',
  2754.             'App\\Repository\\ArticleClientRepository' => '?',
  2755.             'App\\Repository\\CaracteristiqueCommercialeRepository' => '?',
  2756.             'App\\Repository\\CaracteristiqueTechniqueRepository' => '?',
  2757.             'App\\Repository\\ChangementKitRepository' => '?',
  2758.             'App\\Repository\\CustomerRepository' => '?',
  2759.             'App\\Repository\\EmplacementRepository' => '?',
  2760.             'App\\Repository\\EtatMaterielRepository' => '?',
  2761.             'App\\Repository\\FabricationRepository' => '?',
  2762.             'App\\Repository\\FacturationRepository' => '?',
  2763.             'App\\Repository\\FournisseurRepository' => '?',
  2764.             'App\\Repository\\HistoriquePrixVenteArticleRepository' => '?',
  2765.             'App\\Repository\\IdentifiantRepository' => '?',
  2766.             'App\\Repository\\IdentificationRepository' => '?',
  2767.             'App\\Repository\\InspectionRepository' => '?',
  2768.             'App\\Repository\\InventaireHistoriqueRepository' => '?',
  2769.             'App\\Repository\\InventaireRepository' => '?',
  2770.             'App\\Repository\\LocalAgenceRepository' => '?',
  2771.             'App\\Repository\\LotRepository' => '?',
  2772.             'App\\Repository\\MaterielAssocieRepository' => '?',
  2773.             'App\\Repository\\MaterielClientNetworkRepository' => '?',
  2774.             'App\\Repository\\MaterielFabriqueModelPreEnregistreRepository' => '?',
  2775.             'App\\Repository\\MaterielFacturationRepository' => '?',
  2776.             'App\\Repository\\MaterielInspectionRepository' => '?',
  2777.             'App\\Repository\\MaterielModelPreEnregistreRepository' => '?',
  2778.             'App\\Repository\\MaterielMouvementRepository' => '?',
  2779.             'App\\Repository\\MaterielTransfertRepository' => '?',
  2780.             'App\\Repository\\ModelRepository' => '?',
  2781.             'App\\Repository\\ModelePreEnregistreRepository' => '?',
  2782.             'App\\Repository\\MotifMouvementRepository' => '?',
  2783.             'App\\Repository\\MouvementRepository' => '?',
  2784.             'App\\Repository\\NetworkRepository' => '?',
  2785.             'App\\Repository\\PreparationTransfertRepository' => '?',
  2786.             'App\\Repository\\ProduitRepository' => '?',
  2787.             'App\\Repository\\ReceptionRepository' => '?',
  2788.             'App\\Repository\\ReceptionTransfertRepository' => '?',
  2789.             'App\\Repository\\RemplacementRepository' => '?',
  2790.             'App\\Repository\\StockRepository' => '?',
  2791.             'App\\Repository\\TransfertRepository' => '?',
  2792.             'App\\Repository\\TypeEmplacementRepository' => '?',
  2793.             'App\\Repository\\UserPermissionOnAgenceRepository' => '?',
  2794.             'App\\Repository\\UserRepository' => '?',
  2795.             'App\\Repository\\UsersRepository' => '?',
  2796.         ])));
  2797.         $a->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  2798.         $a->addCustomStringFunction('STRING_AGG''App\\DoctrineFunctions\\StringAgg');
  2799.         $a->addCustomStringFunction('STRING_AGG_DISTINCT''App\\DoctrineFunctions\\StringAggDistinct');
  2800.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Postgresql\\DateFormat');
  2801.         $a->addCustomNumericFunction('GREATEST''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  2802.         $a->addCustomNumericFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2803.         $a->addCustomDatetimeFunction('DATE_ADD''App\\DoctrineFunctions\\DateAdd');
  2804.         $a->addCustomDatetimeFunction('DATE_SUB''App\\DoctrineFunctions\\DateSub');
  2805.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2806.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2807.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the public 'eight_points_guzzle.client.my_client' shared service.
  2812.      *
  2813.      * @return \GuzzleHttp\Client
  2814.      */
  2815.     protected function getEightPointsGuzzle_Client_MyClientService()
  2816.     {
  2817.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  2822.         $a = \GuzzleHttp\HandlerStack::create();
  2823.         $a->push(($this->services['eight_points_guzzle.middleware.profile.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MyClientService())->profile(), 'profile');
  2824.         $a->push(($this->services['eight_points_guzzle.middleware.log.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Log_MyClientService())->log(), 'log');
  2825.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.my_client'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MyClientService()), 'request_time');
  2826.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  2827.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.my_client'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MyClientService())->dispatchEvent(), 'events');
  2828.         return $this->services['eight_points_guzzle.client.my_client'] = new \GuzzleHttp\Client(['base_uri' => NULL'handler' => $a'timeout' => 30.0'http_errors' => true'headers' => ['User-Agent' => 'EightPointsGuzzleBundle/v7']]);
  2829.     }
  2830.     /**
  2831.      * Gets the public 'eight_points_guzzle.formatter' shared service.
  2832.      *
  2833.      * @return \GuzzleHttp\MessageFormatter
  2834.      */
  2835.     protected function getEightPointsGuzzle_FormatterService()
  2836.     {
  2837.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2839.         return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  2840.     }
  2841.     /**
  2842.      * Gets the public 'eight_points_guzzle.handler_stack.my_client' shared service.
  2843.      *
  2844.      * @return \GuzzleHttp\HandlerStack
  2845.      */
  2846.     protected function getEightPointsGuzzle_HandlerStack_MyClientService()
  2847.     {
  2848.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  2849.         $this->services['eight_points_guzzle.handler_stack.my_client'] = $instance = \GuzzleHttp\HandlerStack::create();
  2850.         $instance->push(($this->services['eight_points_guzzle.middleware.profile.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MyClientService())->profile(), 'profile');
  2851.         $instance->push(($this->services['eight_points_guzzle.middleware.log.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Log_MyClientService())->log(), 'log');
  2852.         $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.my_client'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MyClientService()), 'request_time');
  2853.         $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  2854.         $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.my_client'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MyClientService())->dispatchEvent(), 'events');
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the public 'eight_points_guzzle.middleware.event_dispatch.my_client' shared service.
  2859.      *
  2860.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  2861.      */
  2862.     protected function getEightPointsGuzzle_Middleware_EventDispatch_MyClientService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  2865.         return $this->services['eight_points_guzzle.middleware.event_dispatch.my_client'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'my_client');
  2866.     }
  2867.     /**
  2868.      * Gets the public 'eight_points_guzzle.middleware.log.my_client' shared service.
  2869.      *
  2870.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  2871.      */
  2872.     protected function getEightPointsGuzzle_Middleware_Log_MyClientService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2877.         return $this->services['eight_points_guzzle.middleware.log.my_client'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.my_client_logger'] ?? ($this->privates['eight_points_guzzle.my_client_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
  2878.     }
  2879.     /**
  2880.      * Gets the public 'eight_points_guzzle.middleware.profile.my_client' shared service.
  2881.      *
  2882.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  2883.      */
  2884.     protected function getEightPointsGuzzle_Middleware_Profile_MyClientService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  2887.         return $this->services['eight_points_guzzle.middleware.profile.my_client'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2888.     }
  2889.     /**
  2890.      * Gets the public 'eight_points_guzzle.middleware.request_time.my_client' shared service.
  2891.      *
  2892.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  2893.      */
  2894.     protected function getEightPointsGuzzle_Middleware_RequestTime_MyClientService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  2897.         return $this->services['eight_points_guzzle.middleware.request_time.my_client'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.my_client_logger'] ?? ($this->privates['eight_points_guzzle.my_client_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  2898.     }
  2899.     /**
  2900.      * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  2901.      *
  2902.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  2903.      */
  2904.     protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  2905.     {
  2906.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2908.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2909.         $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  2910.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2911.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2912.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2913.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2914.         return $this->services['eight_points_guzzle.middleware.symfony_log'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware($a, ($this->services['eight_points_guzzle.symfony_log_formatter'] ?? ($this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}'))));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  2918.      *
  2919.      * @return \GuzzleHttp\MessageFormatter
  2920.      */
  2921.     protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2925.         return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  2926.     }
  2927.     /**
  2928.      * Gets the public 'error_controller' shared service.
  2929.      *
  2930.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2931.      */
  2932.     protected function getErrorControllerService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2939.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2940.         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)));
  2941.     }
  2942.     /**
  2943.      * Gets the public 'event_dispatcher' shared service.
  2944.      *
  2945.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2946.      */
  2947.     protected function getEventDispatcherService()
  2948.     {
  2949.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2950.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2951.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2952.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2953.         $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())));
  2954.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2955.             return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  2956.         }, => 'onAuthenticationSuccessResponse'], 0);
  2957.         $instance->addListener('oneup_uploader.post_persist', [=> function () {
  2958.             return ($this->privates['App\\EventListener\\DataRecordUploadListener'] ?? $this->getDataRecordUploadListenerService());
  2959.         }, => 'onUpload'], 0);
  2960.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2961.             return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
  2962.         }, => 'onRegistrationComplete'], 0);
  2963.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2964.             return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
  2965.         }, => 'redirect'], 0);
  2966.         $instance->addListener('kernel.request', [=> function () {
  2967.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2968.         }, => 'onKernelRequest'], 28);
  2969.         $instance->addListener('kernel.request', [=> function () {
  2970.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2971.         }, => 'onKernelRequest'], 2);
  2972.         $instance->addListener('kernel.view', [=> function () {
  2973.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2974.         }, => 'onKernelView'], 16);
  2975.         $instance->addListener('kernel.view', [=> function () {
  2976.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2977.         }, => 'onKernelView'], 8);
  2978.         $instance->addListener('kernel.exception', [=> function () {
  2979.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2980.         }, => 'onKernelException'], 0);
  2981.         $instance->addListener('kernel.exception', [=> function () {
  2982.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2983.         }, => 'onKernelException'], -96);
  2984.         $instance->addListener('kernel.view', [=> function () {
  2985.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2986.         }, => 'onKernelView'], 32);
  2987.         $instance->addListener('kernel.request', [=> function () {
  2988.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2989.         }, => 'onKernelRequest'], 4);
  2990.         $instance->addListener('kernel.request', [=> function () {
  2991.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2992.         }, => 'onKernelRequest'], 0);
  2993.         $instance->addListener('kernel.response', [=> function () {
  2994.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2995.         }, => 'onKernelResponse'], 0);
  2996.         $instance->addListener('kernel.view', [=> function () {
  2997.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->getApiPlatform_FosUser_EventListenerService());
  2998.         }, => 'onKernelView'], 24);
  2999.         $instance->addListener('kernel.response', [=> function () {
  3000.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  3001.         }, => 'onKernelResponse'], -1);
  3002.         $instance->addListener('kernel.view', [=> function () {
  3003.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  3004.         }, => 'onKernelView'], 64);
  3005.         $instance->addListener('kernel.request', [=> function () {
  3006.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  3007.         }, => 'onKernelRequest'], 16);
  3008.         $instance->addListener('kernel.request', [=> function () {
  3009.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3010.         }, => 'onSecurity'], 3);
  3011.         $instance->addListener('kernel.request', [=> function () {
  3012.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3013.         }, => 'onSecurityPostDenormalize'], 1);
  3014.         $instance->addListener('kernel.view', [=> function () {
  3015.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  3016.         }, => 'onSecurityPostValidation'], 63);
  3017.         $instance->addListener('console.command', [=> function () {
  3018.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  3019.         }, => 'onConsoleCommand'], 0);
  3020.         $instance->addListener('kernel.request', [=> function () {
  3021.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3022.         }, => 'onKernelRequest'], 0);
  3023.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3024.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3025.         }, => 'onValidate'], 0);
  3026.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3027.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3028.         }, => 'onValidate'], 0);
  3029.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3030.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  3031.         }, => 'onValidate'], 0);
  3032.         $instance->addListener('kernel.controller', [=> function () {
  3033.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3034.         }, => 'onKernelController'], 0);
  3035.         $instance->addListener('kernel.exception', [=> function () {
  3036.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  3037.         }, => 'onKernelException'], 0);
  3038.         $instance->addListener('workflow.network_validation.enter', [=> function () {
  3039.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  3040.         }, => 'onEnter'], 0);
  3041.         $instance->addListener('workflow.network_validation.transition', [=> function () {
  3042.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  3043.         }, => 'onTransition'], 0);
  3044.         $instance->addListener('workflow.network_validation.leave', [=> function () {
  3045.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  3046.         }, => 'onLeave'], 0);
  3047.         $instance->addListener('workflow.network_validation.enter.validated', [=> function () {
  3048.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  3049.         }, => 'onValidate'], 0);
  3050.         $instance->addListener('workflow.network_validation.enter.rejected', [=> function () {
  3051.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  3052.         }, => 'onReject'], 0);
  3053.         $instance->addListener('kernel.request', [=> function () {
  3054.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  3055.         }, => 'onKernelRequest'], 20);
  3056.         $instance->addListener('security.interactive_login', [=> function () {
  3057.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  3058.         }, => 'onInteractiveLogin'], 0);
  3059.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  3060.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3061.         }, => 'onImplicitLogin'], 0);
  3062.         $instance->addListener('security.interactive_login', [=> function () {
  3063.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  3064.         }, => 'onSecurityInteractiveLogin'], 0);
  3065.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3066.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3067.         }, => 'authenticate'], 0);
  3068.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  3069.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3070.         }, => 'authenticate'], 0);
  3071.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3072.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  3073.         }, => 'authenticate'], 0);
  3074.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  3075.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3076.         }, => 'addSuccessFlash'], 0);
  3077.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3078.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3079.         }, => 'addSuccessFlash'], 0);
  3080.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3081.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3082.         }, => 'addSuccessFlash'], 0);
  3083.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3084.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3085.         }, => 'addSuccessFlash'], 0);
  3086.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3087.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3088.         }, => 'onResettingResetInitialize'], 0);
  3089.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3090.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3091.         }, => 'onResettingResetSuccess'], 0);
  3092.         $instance->addListener('knp_pager.before', [=> function () {
  3093.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3094.         }, => 'before'], 0);
  3095.         $instance->addListener('knp_pager.pagination', [=> function () {
  3096.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3097.         }, => 'pagination'], 0);
  3098.         $instance->addListener('knp_pager.before', [=> function () {
  3099.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3100.         }, => 'before'], 1);
  3101.         $instance->addListener('knp_pager.before', [=> function () {
  3102.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3103.         }, => 'before'], 1);
  3104.         $instance->addListener('knp_pager.pagination', [=> function () {
  3105.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3106.         }, => 'pagination'], 1);
  3107.         $instance->addListener('kernel.controller', [=> function () {
  3108.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3109.         }, => 'onKernelController'], 0);
  3110.         $instance->addListener('kernel.controller', [=> function () {
  3111.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3112.         }, => 'onKernelController'], 0);
  3113.         $instance->addListener('kernel.controller', [=> function () {
  3114.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3115.         }, => 'onKernelController'], -128);
  3116.         $instance->addListener('kernel.view', [=> function () {
  3117.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3118.         }, => 'onKernelView'], 0);
  3119.         $instance->addListener('kernel.controller', [=> function () {
  3120.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3121.         }, => 'onKernelController'], 0);
  3122.         $instance->addListener('kernel.response', [=> function () {
  3123.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3124.         }, => 'onKernelResponse'], 0);
  3125.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3126.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3127.         }, => 'onKernelControllerArguments'], 0);
  3128.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3129.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3130.         }, => 'onKernelControllerArguments'], 0);
  3131.         $instance->addListener('console.error', [=> function () {
  3132.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3133.         }, => 'onConsoleError'], 0);
  3134.         $instance->addListener('console.terminate', [=> function () {
  3135.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3136.         }, => 'onConsoleTerminate'], 0);
  3137.         $instance->addListener('console.command', [=> function () {
  3138.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3139.         }, => 'onCommand'], 255);
  3140.         $instance->addListener('console.terminate', [=> function () {
  3141.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3142.         }, => 'onTerminate'], -255);
  3143.         $instance->addListener('kernel.exception', [=> function () {
  3144.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3145.         }, => 'onException'], 0);
  3146.         $instance->addListener('kernel.terminate', [=> function () {
  3147.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3148.         }, => 'onTerminate'], 0);
  3149.         $instance->addListener('console.error', [=> function () {
  3150.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3151.         }, => 'onException'], 0);
  3152.         $instance->addListener('console.terminate', [=> function () {
  3153.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3154.         }, => 'onTerminate'], 0);
  3155.         $instance->addListener('kernel.response', [=> function () {
  3156.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3157.         }, => 'onKernelResponse'], 0);
  3158.         $instance->addListener('kernel.response', [=> function () {
  3159.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3160.         }, => 'onKernelResponse'], -1024);
  3161.         $instance->addListener('kernel.request', [=> function () {
  3162.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3163.         }, => 'setDefaultLocale'], 100);
  3164.         $instance->addListener('kernel.request', [=> function () {
  3165.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3166.         }, => 'onKernelRequest'], 16);
  3167.         $instance->addListener('kernel.finish_request', [=> function () {
  3168.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3169.         }, => 'onKernelFinishRequest'], 0);
  3170.         $instance->addListener('kernel.request', [=> function () {
  3171.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3172.         }, => 'onKernelRequest'], 256);
  3173.         $instance->addListener('kernel.response', [=> function () {
  3174.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3175.         }, => 'onResponse'], -255);
  3176.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3177.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3178.         }, => 'onControllerArguments'], 0);
  3179.         $instance->addListener('kernel.exception', [=> function () {
  3180.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3181.         }, => 'logKernelException'], 0);
  3182.         $instance->addListener('kernel.exception', [=> function () {
  3183.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3184.         }, => 'onKernelException'], -128);
  3185.         $instance->addListener('kernel.response', [=> function () {
  3186.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3187.         }, => 'removeCspHeader'], -128);
  3188.         $instance->addListener('kernel.request', [=> function () {
  3189.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3190.         }, => 'onKernelRequest'], 15);
  3191.         $instance->addListener('kernel.finish_request', [=> function () {
  3192.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3193.         }, => 'onKernelFinishRequest'], -15);
  3194.         $instance->addListener('console.error', [=> function () {
  3195.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3196.         }, => 'onConsoleError'], -128);
  3197.         $instance->addListener('console.terminate', [=> function () {
  3198.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3199.         }, => 'onConsoleTerminate'], -128);
  3200.         $instance->addListener('console.error', [=> function () {
  3201.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3202.         }, => 'onConsoleError'], 0);
  3203.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3204.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3205.         }, => 'onMessage'], -255);
  3206.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3207.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3208.         }, => 'onMessage'], -255);
  3209.         $instance->addListener('kernel.request', [=> function () {
  3210.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  3211.         }, => 'onKernelRequest'], 48);
  3212.         $instance->addListener('kernel.request', [=> function () {
  3213.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3214.         }, => 'configure'], 2048);
  3215.         $instance->addListener('console.command', [=> function () {
  3216.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3217.         }, => 'configure'], 2048);
  3218.         $instance->addListener('kernel.request', [=> function () {
  3219.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3220.         }, => 'onKernelRequest'], 32);
  3221.         $instance->addListener('kernel.finish_request', [=> function () {
  3222.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3223.         }, => 'onKernelFinishRequest'], 0);
  3224.         $instance->addListener('kernel.exception', [=> function () {
  3225.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3226.         }, => 'onKernelException'], -64);
  3227.         $instance->addListener('kernel.response', [=> function () {
  3228.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3229.         }, => 'onKernelResponse'], 0);
  3230.         $instance->addListener('kernel.request', [=> function () {
  3231.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3232.         }, => 'onKernelRequest'], 128);
  3233.         $instance->addListener('kernel.response', [=> function () {
  3234.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3235.         }, => 'onKernelResponse'], -1000);
  3236.         $instance->addListener('kernel.finish_request', [=> function () {
  3237.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3238.         }, => 'onFinishRequest'], 0);
  3239.         $instance->addListener('kernel.response', [=> function () {
  3240.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3241.         }, => 'onKernelResponse'], -100);
  3242.         $instance->addListener('kernel.exception', [=> function () {
  3243.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3244.         }, => 'onKernelException'], 0);
  3245.         $instance->addListener('kernel.terminate', [=> function () {
  3246.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3247.         }, => 'onKernelTerminate'], -1024);
  3248.         $instance->addListener('kernel.controller', [=> function () {
  3249.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3250.         }, => 'onKernelController'], 0);
  3251.         $instance->addListener('kernel.response', [=> function () {
  3252.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3253.         }, => 'onKernelResponse'], 0);
  3254.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3255.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3256.         }, => 'onMessage'], 0);
  3257.         $instance->addListener('kernel.response', [=> function () {
  3258.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3259.         }, => 'onKernelResponse'], 0);
  3260.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3261.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3262.         }, => 'onVoterVote'], 0);
  3263.         $instance->addListener('kernel.request', [=> function () {
  3264.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3265.         }, => 'configureLogoutUrlGenerator'], 8);
  3266.         $instance->addListener('kernel.request', [=> function () {
  3267.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3268.         }, => 'onKernelRequest'], 8);
  3269.         $instance->addListener('kernel.finish_request', [=> function () {
  3270.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3271.         }, => 'onKernelFinishRequest'], 0);
  3272.         $instance->addListener('kernel.response', [=> function () {
  3273.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3274.         }, => 'onKernelResponse'], -128);
  3275.         $instance->addListener('kernel.finish_request', [=> function () {
  3276.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3277.         }, => 'resetAssets'], 0);
  3278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3279.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3280.         }, => 'onLogout'], 0);
  3281.         return $instance;
  3282.     }
  3283.     /**
  3284.      * Gets the public 'fos_js_routing.controller' shared service.
  3285.      *
  3286.      * @return \FOS\JsRoutingBundle\Controller\Controller
  3287.      */
  3288.     protected function getFosJsRouting_ControllerService()
  3289.     {
  3290.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  3291.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  3292.     }
  3293.     /**
  3294.      * Gets the public 'fos_js_routing.extractor' shared service.
  3295.      *
  3296.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  3297.      */
  3298.     protected function getFosJsRouting_ExtractorService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  3302.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  3303.     }
  3304.     /**
  3305.      * Gets the public 'fos_js_routing.serializer' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Serializer\Serializer
  3308.      */
  3309.     protected function getFosJsRouting_SerializerService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  3314.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  3315.     }
  3316.     /**
  3317.      * Gets the public 'fos_user.change_password.controller' shared service.
  3318.      *
  3319.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  3320.      */
  3321.     protected function getFosUser_ChangePassword_ControllerService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  3327.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3328.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the public 'fos_user.profile.controller' shared service.
  3333.      *
  3334.      * @return \FOS\UserBundle\Controller\ProfileController
  3335.      */
  3336.     protected function getFosUser_Profile_ControllerService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  3340.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  3341.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.profile.controller'$this));
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the public 'fos_user.registration.controller' shared service.
  3346.      *
  3347.      * @return \FOS\UserBundle\Controller\RegistrationController
  3348.      */
  3349.     protected function getFosUser_Registration_ControllerService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  3355.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3356.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.registration.controller'$this));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'fos_user.resetting.controller' shared service.
  3361.      *
  3362.      * @return \FOS\UserBundle\Controller\ResettingController
  3363.      */
  3364.     protected function getFosUser_Resetting_ControllerService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  3371.         include_once \dirname(__DIR__4).'/src/Service/FOSUserMailer.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  3374.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), new \App\Service\FOSUserMailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), 7200);
  3375.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the public 'fos_user.security.controller' shared service.
  3380.      *
  3381.      * @return \FOS\UserBundle\Controller\SecurityController
  3382.      */
  3383.     protected function getFosUser_Security_ControllerService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  3387.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  3388.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  3389.         return $instance;
  3390.     }
  3391.     /**
  3392.      * Gets the public 'fos_user.user_manager' shared service.
  3393.      *
  3394.      * @return \FOS\UserBundle\Doctrine\UserManager
  3395.      */
  3396.     protected function getFosUser_UserManagerService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  3401.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\Users');
  3402.     }
  3403.     /**
  3404.      * Gets the public 'http_kernel' shared service.
  3405.      *
  3406.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3407.      */
  3408.     protected function getHttpKernelService()
  3409.     {
  3410.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3411.         if (isset($this->services['http_kernel'])) {
  3412.             return $this->services['http_kernel'];
  3413.         }
  3414.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3415.         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 () {
  3416.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3417.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3418.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3419.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3420.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3421.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3422.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3423.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3424.         }, 8)), $b));
  3425.     }
  3426.     /**
  3427.      * Gets the public 'jms_serializer' shared service.
  3428.      *
  3429.      * @return \JMS\Serializer\Serializer
  3430.      */
  3431.     protected function getJmsSerializerService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3455.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  3456.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  3457.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  3458.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  3459.         $e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  3460.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3461.         $f->setOptions(1216);
  3462.         $g = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3463.         $g->setFormatOutput(true);
  3464.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  3465.         $h->setOptions(0);
  3466.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d$e$c), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$d$e$c)], ['json' => $f'xml' => $g], ['json' => $h'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3467.     }
  3468.     /**
  3469.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3470.      *
  3471.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3472.      */
  3473.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3478.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3479.     }
  3480.     /**
  3481.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3482.      *
  3483.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3484.      */
  3485.     protected function getJmsSerializer_SerializationContextFactoryService()
  3486.     {
  3487.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3490.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3491.     }
  3492.     /**
  3493.      * Gets the public 'knp_paginator' shared service.
  3494.      *
  3495.      * @return \Knp\Component\Pager\Paginator
  3496.      */
  3497.     protected function getKnpPaginatorService($lazyLoad true)
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3501.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3502.         if (isset($this->services['knp_paginator'])) {
  3503.             return $this->services['knp_paginator'];
  3504.         }
  3505.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3506.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3507.         return $instance;
  3508.     }
  3509.     /**
  3510.      * Gets the public 'knp_snappy.image' shared service.
  3511.      *
  3512.      * @return \Knp\Snappy\Image
  3513.      */
  3514.     protected function getKnpSnappy_ImageService()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3519.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  3520.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3521.         return $instance;
  3522.     }
  3523.     /**
  3524.      * Gets the public 'knp_snappy.pdf' shared service.
  3525.      *
  3526.      * @return \Knp\Snappy\Pdf
  3527.      */
  3528.     protected function getKnpSnappy_PdfService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3533.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  3534.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3539.      *
  3540.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3541.      */
  3542.     protected function getLexikJwtAuthentication_EncoderService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3553.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'36000));
  3554.     }
  3555.     /**
  3556.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3557.      *
  3558.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3559.      */
  3560.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3561.     {
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3564.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  3565.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3566.         }, 1));
  3567.         $instance->setName('lexik:jwt:generate-token');
  3568.         return $instance;
  3569.     }
  3570.     /**
  3571.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3572.      *
  3573.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3574.      */
  3575.     protected function getLexikJwtAuthentication_JwtManagerService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3580.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3581.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3582.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  3583.         }
  3584.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username');
  3585.         $instance->setUserIdentityField('username');
  3586.         return $instance;
  3587.     }
  3588.     /**
  3589.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3590.      *
  3591.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3592.      */
  3593.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3599.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  3600.     }
  3601.     /**
  3602.      * Gets the public 'monolog.logger.deprecation' shared service.
  3603.      *
  3604.      * @return \Symfony\Bridge\Monolog\Logger
  3605.      */
  3606.     protected function getMonolog_Logger_DeprecationService()
  3607.     {
  3608.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3609.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3610.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3611.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3612.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3613.         return $instance;
  3614.     }
  3615.     /**
  3616.      * Gets the public 'nelmio_alice.data_loader' shared service.
  3617.      *
  3618.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  3619.      */
  3620.     protected function getNelmioAlice_DataLoaderService()
  3621.     {
  3622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  3781.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  3782.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  3783.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  3784.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  3785.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  3786.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  3787.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3788.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  3789.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  3790.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i)]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  3791.     }
  3792.     /**
  3793.      * Gets the public 'nelmio_alice.file_loader' shared service.
  3794.      *
  3795.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  3796.      */
  3797.     protected function getNelmioAlice_FileLoaderService()
  3798.     {
  3799.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  3802.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  3803.     }
  3804.     /**
  3805.      * Gets the public 'nelmio_alice.files_loader' shared service.
  3806.      *
  3807.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  3808.      */
  3809.     protected function getNelmioAlice_FilesLoaderService()
  3810.     {
  3811.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  3814.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  3815.     }
  3816.     /**
  3817.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  3818.      *
  3819.      * @return \PhpAmqpLib\Connection\AMQPStreamConnection
  3820.      */
  3821.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  3822.     {
  3823.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  3827.         return $this->services['old_sound_rabbit_mq.connection.default'] = (new \OldSound\RabbitMqBundle\RabbitMq\AMQPConnectionFactory('PhpAmqpLib\\Connection\\AMQPStreamConnection', ['url' => $this->getEnv('RABBITMQ_URL'), 'host' => 'localhost''port' => 5672'user' => 'guest''password' => 'guest''vhost' => '/''lazy' => false'connection_timeout' => 3'read_write_timeout' => 3'use_socket' => false'ssl_context' => [], 'keepalive' => false'heartbeat' => 0]))->createConnection();
  3828.     }
  3829.     /**
  3830.      * Gets the public 'old_sound_rabbit_mq.parts_holder' shared service.
  3831.      *
  3832.      * @return \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder
  3833.      */
  3834.     protected function getOldSoundRabbitMq_PartsHolderService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AmqpPartsHolder.php';
  3837.         return $this->services['old_sound_rabbit_mq.parts_holder'] = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();
  3838.     }
  3839.     /**
  3840.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  3841.      *
  3842.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  3843.      */
  3844.     protected function getOneupUploader_ChunkManagerService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  3850.         return $this->services['oneup_uploader.chunk_manager'] = new \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager($this->getParameter('oneup_uploader.chunks'), new \Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage(($this->targetDir.''.'/uploader/chunks')));
  3851.     }
  3852.     /**
  3853.      * Gets the public 'oneup_uploader.controller.gallery' shared service.
  3854.      *
  3855.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  3856.      */
  3857.     protected function getOneupUploader_Controller_GalleryService()
  3858.     {
  3859.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  3866.         return $this->services['oneup_uploader.controller.gallery'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__4).'/public/uploads/gallery')), new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler(), ['frontend' => 'dropzone''custom_frontend' => ['name' => NULL'class' => NULL], 'storage' => ['service' => NULL'type' => 'filesystem''filesystem' => NULL'directory' => (\dirname(__DIR__4).'/public/uploads/gallery'), 'stream_wrapper' => NULL'sync_buffer_size' => '100K'], 'route_prefix' => '''endpoints' => ['upload' => NULL'progress' => NULL'cancel' => NULL], 'allowed_mimetypes' => [], 'disallowed_mimetypes' => [], 'error_handler' => NULL'max_size' => 9223372036854775807'use_orphanage' => false'enable_progress' => false'enable_cancelation' => false'namer' => 'oneup_uploader.namer.uniqid''root_folder' => false], 'gallery');
  3867.     }
  3868.     /**
  3869.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  3870.      *
  3871.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  3872.      */
  3873.     protected function getOneupUploader_Namer_UniqidService()
  3874.     {
  3875.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  3877.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  3878.     }
  3879.     /**
  3880.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  3881.      *
  3882.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  3883.      */
  3884.     protected function getOneupUploader_OrphanageManagerService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  3887.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  3888.     }
  3889.     /**
  3890.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  3891.      *
  3892.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  3893.      */
  3894.     protected function getOneupUploader_Routing_LoaderService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  3899.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  3900.     }
  3901.     /**
  3902.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  3903.      *
  3904.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  3905.      */
  3906.     protected function getOneupUploader_Templating_UploaderHelperService()
  3907.     {
  3908.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  3909.     }
  3910.     /**
  3911.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  3912.      *
  3913.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  3914.      */
  3915.     protected function getOneupUploader_Twig_Extension_UploaderService()
  3916.     {
  3917.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService()));
  3918.     }
  3919.     /**
  3920.      * Gets the public 'request_stack' shared service.
  3921.      *
  3922.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3923.      */
  3924.     protected function getRequestStackService()
  3925.     {
  3926.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3927.     }
  3928.     /**
  3929.      * Gets the public 'router' shared service.
  3930.      *
  3931.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3932.      */
  3933.     protected function getRouterService()
  3934.     {
  3935.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3936.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3937.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3938.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3939.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3940.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3941.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3942.         ], [
  3943.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3944.         ]))->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');
  3945.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3946.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3947.         return $instance;
  3948.     }
  3949.     /**
  3950.      * Gets the public 'routing.loader' shared service.
  3951.      *
  3952.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3953.      */
  3954.     protected function getRouting_LoaderService()
  3955.     {
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3981.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3982.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  3983.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  3984.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3985.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3986.         $a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  3987.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  3988.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  3989.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  3990.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  3991.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  3992.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3993.             'kernel' => ['services''kernel''getKernelService'false],
  3994.         ], [
  3995.             'kernel' => 'App\\Kernel',
  3996.         ]), 'dev'));
  3997.         $a->addLoader($d);
  3998.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  3999.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  4000.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  4001.     }
  4002.     /**
  4003.      * Gets the public 'services_resetter' shared service.
  4004.      *
  4005.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4006.      */
  4007.     protected function getServicesResetterService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4010.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4011.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  4012.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  4013.             }
  4014.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  4015.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  4016.             }
  4017.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  4018.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  4019.             }
  4020.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  4021.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  4022.             }
  4023.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  4024.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  4025.             }
  4026.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  4027.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  4028.             }
  4029.             if (isset($this->services['doctrine'])) {
  4030.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4031.             }
  4032.             if (isset($this->privates['form.type.entity'])) {
  4033.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4034.             }
  4035.             if (isset($this->privates['monolog.handler.main'])) {
  4036.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4037.             }
  4038.             if (isset($this->privates['monolog.handler.console'])) {
  4039.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4040.             }
  4041.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4042.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4043.             }
  4044.             if (isset($this->services['cache.app'])) {
  4045.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4046.             }
  4047.             if (isset($this->services['cache.system'])) {
  4048.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4049.             }
  4050.             if (isset($this->privates['cache.validator'])) {
  4051.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4052.             }
  4053.             if (isset($this->privates['cache.serializer'])) {
  4054.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4055.             }
  4056.             if (isset($this->privates['cache.annotations'])) {
  4057.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4058.             }
  4059.             if (isset($this->privates['cache.property_info'])) {
  4060.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4061.             }
  4062.             if (isset($this->privates['.debug.http_client'])) {
  4063.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4064.             }
  4065.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4066.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4067.             }
  4068.             if (isset($this->privates['debug.stopwatch'])) {
  4069.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4070.             }
  4071.             if (isset($this->services['event_dispatcher'])) {
  4072.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4073.             }
  4074.             if (isset($this->privates['session_listener'])) {
  4075.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4076.             }
  4077.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4078.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4079.             }
  4080.             if (isset($this->services['cache.validator_expression_language'])) {
  4081.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4082.             }
  4083.             if (isset($this->services['.container.private.profiler'])) {
  4084.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4085.             }
  4086.             if (isset($this->services['.container.private.validator'])) {
  4087.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4088.             }
  4089.             if (isset($this->privates['twig.form.engine'])) {
  4090.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4091.             }
  4092.             if (isset($this->services['.container.private.security.token_storage'])) {
  4093.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4094.             }
  4095.             if (isset($this->privates['cache.security_expression_language'])) {
  4096.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4097.             }
  4098.             if (isset($this->privates['debug.security.firewall'])) {
  4099.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  4100.             }
  4101.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4102.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4103.             }
  4104.             if (isset($this->privates['cache.webpack_encore'])) {
  4105.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4106.             }
  4107.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4108.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4109.             }
  4110.             if (isset($this->privates['.debug.http_client'])) {
  4111.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4112.             }
  4113.         }, function () {
  4114.             return + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->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->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['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']));
  4115.         }), ['api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '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'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  4116.     }
  4117.     /**
  4118.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4119.      *
  4120.      * @return \Swift_Plugins_MessageLogger
  4121.      */
  4122.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4123.     {
  4124.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4127.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4128.     }
  4129.     /**
  4130.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4131.      *
  4132.      * @return \Swift_Transport
  4133.      */
  4134.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4140.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('MAILER_TRANSPORT'), 'url' => $this->getEnv('MAILER_URL'), 'username' => $this->getEnv('MAILER_USER'), 'password' => $this->getEnv('MAILER_PASSWORD'), 'host' => $this->getEnv('MAILER_HOST'), 'port' => $this->getEnv('MAILER_PORT'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => $this->getEnv('MAILER_ENCRYPTION'), 'auth_mode' => $this->getEnv('MAILER_AUTH_MODE'), 'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  4141.     }
  4142.     /**
  4143.      * Gets the public 'translator' shared service.
  4144.      *
  4145.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4146.      */
  4147.     protected function getTranslatorService()
  4148.     {
  4149.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4150.     }
  4151.     /**
  4152.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4153.      *
  4154.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4155.      */
  4156.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4157.     {
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4159.         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()));
  4160.     }
  4161.     /**
  4162.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4163.      *
  4164.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4165.      */
  4166.     protected function getWebProfiler_Controller_ProfilerService()
  4167.     {
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4169.         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));
  4170.     }
  4171.     /**
  4172.      * Gets the public 'web_profiler.controller.router' shared service.
  4173.      *
  4174.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4175.      */
  4176.     protected function getWebProfiler_Controller_RouterService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4179.         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 () {
  4180.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4181.         }, 1));
  4182.     }
  4183.     /**
  4184.      * Gets the private '.4_doctrine_metadata_driver~3jNLL4X' shared service.
  4185.      *
  4186.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  4187.      */
  4188.     protected function get_4DoctrineMetadataDriver3jNLL4XService()
  4189.     {
  4190.         return $this->privates['.4_doctrine_metadata_driver~3jNLL4X'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'));
  4191.     }
  4192.     /**
  4193.      * Gets the private '.App\Command\AddMissingsTransactionAggCommand.lazy' shared service.
  4194.      *
  4195.      * @return \Symfony\Component\Console\Command\LazyCommand
  4196.      */
  4197.     protected function getAddMissingsTransactionAggCommand_LazyService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4201.         return $this->privates['.App\\Command\\AddMissingsTransactionAggCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('add-missings-transaction-agg', [], 'Add a short description for your command'false, function (): \App\Command\AddMissingsTransactionAggCommand {
  4202.             return ($this->privates['App\\Command\\AddMissingsTransactionAggCommand'] ?? $this->getAddMissingsTransactionAggCommandService());
  4203.         });
  4204.     }
  4205.     /**
  4206.      * Gets the private '.console.command.about.lazy' shared service.
  4207.      *
  4208.      * @return \Symfony\Component\Console\Command\LazyCommand
  4209.      */
  4210.     protected function get_Console_Command_About_LazyService()
  4211.     {
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4214.         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 {
  4215.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4216.         });
  4217.     }
  4218.     /**
  4219.      * Gets the private '.console.command.assets_install.lazy' shared service.
  4220.      *
  4221.      * @return \Symfony\Component\Console\Command\LazyCommand
  4222.      */
  4223.     protected function get_Console_Command_AssetsInstall_LazyService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4227.         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 {
  4228.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4229.         });
  4230.     }
  4231.     /**
  4232.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  4233.      *
  4234.      * @return \Symfony\Component\Console\Command\LazyCommand
  4235.      */
  4236.     protected function get_Console_Command_CacheClear_LazyService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4240.         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 {
  4241.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4242.         });
  4243.     }
  4244.     /**
  4245.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\Console\Command\LazyCommand
  4248.      */
  4249.     protected function get_Console_Command_CachePoolClear_LazyService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4253.         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 {
  4254.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4255.         });
  4256.     }
  4257.     /**
  4258.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4259.      *
  4260.      * @return \Symfony\Component\Console\Command\LazyCommand
  4261.      */
  4262.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4263.     {
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4266.         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 {
  4267.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4268.         });
  4269.     }
  4270.     /**
  4271.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\Console\Command\LazyCommand
  4274.      */
  4275.     protected function get_Console_Command_CachePoolList_LazyService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4279.         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 {
  4280.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4281.         });
  4282.     }
  4283.     /**
  4284.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4285.      *
  4286.      * @return \Symfony\Component\Console\Command\LazyCommand
  4287.      */
  4288.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4289.     {
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4292.         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 {
  4293.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4294.         });
  4295.     }
  4296.     /**
  4297.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4298.      *
  4299.      * @return \Symfony\Component\Console\Command\LazyCommand
  4300.      */
  4301.     protected function get_Console_Command_CacheWarmup_LazyService()
  4302.     {
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4305.         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 {
  4306.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4307.         });
  4308.     }
  4309.     /**
  4310.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4311.      *
  4312.      * @return \Symfony\Component\Console\Command\LazyCommand
  4313.      */
  4314.     protected function get_Console_Command_ConfigDebug_LazyService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4318.         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 {
  4319.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4320.         });
  4321.     }
  4322.     /**
  4323.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Console\Command\LazyCommand
  4326.      */
  4327.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4331.         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 {
  4332.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4333.         });
  4334.     }
  4335.     /**
  4336.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4337.      *
  4338.      * @return \Symfony\Component\Console\Command\LazyCommand
  4339.      */
  4340.     protected function get_Console_Command_ContainerDebug_LazyService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4344.         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 {
  4345.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4346.         });
  4347.     }
  4348.     /**
  4349.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4350.      *
  4351.      * @return \Symfony\Component\Console\Command\LazyCommand
  4352.      */
  4353.     protected function get_Console_Command_ContainerLint_LazyService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4357.         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 {
  4358.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4359.         });
  4360.     }
  4361.     /**
  4362.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4363.      *
  4364.      * @return \Symfony\Component\Console\Command\LazyCommand
  4365.      */
  4366.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4367.     {
  4368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4370.         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 {
  4371.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4372.         });
  4373.     }
  4374.     /**
  4375.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4376.      *
  4377.      * @return \Symfony\Component\Console\Command\LazyCommand
  4378.      */
  4379.     protected function get_Console_Command_DotenvDebug_LazyService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4383.         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 {
  4384.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4385.         });
  4386.     }
  4387.     /**
  4388.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4389.      *
  4390.      * @return \Symfony\Component\Console\Command\LazyCommand
  4391.      */
  4392.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4393.     {
  4394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4396.         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 {
  4397.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4398.         });
  4399.     }
  4400.     /**
  4401.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4402.      *
  4403.      * @return \Symfony\Component\Console\Command\LazyCommand
  4404.      */
  4405.     protected function get_Console_Command_FormDebug_LazyService()
  4406.     {
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4409.         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 {
  4410.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4411.         });
  4412.     }
  4413.     /**
  4414.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4415.      *
  4416.      * @return \Symfony\Component\Console\Command\LazyCommand
  4417.      */
  4418.     protected function get_Console_Command_RouterDebug_LazyService()
  4419.     {
  4420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4422.         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 {
  4423.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4424.         });
  4425.     }
  4426.     /**
  4427.      * Gets the private '.console.command.router_match.lazy' shared service.
  4428.      *
  4429.      * @return \Symfony\Component\Console\Command\LazyCommand
  4430.      */
  4431.     protected function get_Console_Command_RouterMatch_LazyService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4435.         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 {
  4436.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4437.         });
  4438.     }
  4439.     /**
  4440.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\Console\Command\LazyCommand
  4443.      */
  4444.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4448.         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 {
  4449.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4450.         });
  4451.     }
  4452.     /**
  4453.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\Console\Command\LazyCommand
  4456.      */
  4457.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4458.     {
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4461.         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 {
  4462.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4463.         });
  4464.     }
  4465.     /**
  4466.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4467.      *
  4468.      * @return \Symfony\Component\Console\Command\LazyCommand
  4469.      */
  4470.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4471.     {
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4474.         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 {
  4475.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4476.         });
  4477.     }
  4478.     /**
  4479.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4480.      *
  4481.      * @return \Symfony\Component\Console\Command\LazyCommand
  4482.      */
  4483.     protected function get_Console_Command_SecretsList_LazyService()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4487.         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 {
  4488.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4489.         });
  4490.     }
  4491.     /**
  4492.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4493.      *
  4494.      * @return \Symfony\Component\Console\Command\LazyCommand
  4495.      */
  4496.     protected function get_Console_Command_SecretsRemove_LazyService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4500.         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 {
  4501.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4502.         });
  4503.     }
  4504.     /**
  4505.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4506.      *
  4507.      * @return \Symfony\Component\Console\Command\LazyCommand
  4508.      */
  4509.     protected function get_Console_Command_SecretsSet_LazyService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4513.         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 {
  4514.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4515.         });
  4516.     }
  4517.     /**
  4518.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4519.      *
  4520.      * @return \Symfony\Component\Console\Command\LazyCommand
  4521.      */
  4522.     protected function get_Console_Command_TranslationDebug_LazyService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4526.         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 {
  4527.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4528.         });
  4529.     }
  4530.     /**
  4531.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4532.      *
  4533.      * @return \Symfony\Component\Console\Command\LazyCommand
  4534.      */
  4535.     protected function get_Console_Command_TranslationExtract_LazyService()
  4536.     {
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4539.         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 {
  4540.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4541.         });
  4542.     }
  4543.     /**
  4544.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4545.      *
  4546.      * @return \Symfony\Component\Console\Command\LazyCommand
  4547.      */
  4548.     protected function get_Console_Command_TranslationPull_LazyService()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4552.         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 {
  4553.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4554.         });
  4555.     }
  4556.     /**
  4557.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4558.      *
  4559.      * @return \Symfony\Component\Console\Command\LazyCommand
  4560.      */
  4561.     protected function get_Console_Command_TranslationPush_LazyService()
  4562.     {
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4565.         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 {
  4566.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4567.         });
  4568.     }
  4569.     /**
  4570.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4571.      *
  4572.      * @return \Symfony\Component\Console\Command\LazyCommand
  4573.      */
  4574.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4575.     {
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4578.         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 {
  4579.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4580.         });
  4581.     }
  4582.     /**
  4583.      * Gets the private '.console.command.workflow_dump.lazy' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Console\Command\LazyCommand
  4586.      */
  4587.     protected function get_Console_Command_WorkflowDump_LazyService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4591.         return $this->privates['.console.command.workflow_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('workflow:dump', [], 'Dump a workflow'false, function (): \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand {
  4592.             return ($this->privates['console.command.workflow_dump'] ?? $this->getConsole_Command_WorkflowDumpService());
  4593.         });
  4594.     }
  4595.     /**
  4596.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4597.      *
  4598.      * @return \Symfony\Component\Console\Command\LazyCommand
  4599.      */
  4600.     protected function get_Console_Command_XliffLint_LazyService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4604.         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 {
  4605.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4606.         });
  4607.     }
  4608.     /**
  4609.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4610.      *
  4611.      * @return \Symfony\Component\Console\Command\LazyCommand
  4612.      */
  4613.     protected function get_Console_Command_YamlLint_LazyService()
  4614.     {
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4617.         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 {
  4618.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4619.         });
  4620.     }
  4621.     /**
  4622.      * Gets the private '.debug.http_client' shared service.
  4623.      *
  4624.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4625.      */
  4626.     protected function get_Debug_HttpClientService()
  4627.     {
  4628.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4629.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4630.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4631.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4632.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4633.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4634.         $a->setLogger($b);
  4635.         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))));
  4636.     }
  4637.     /**
  4638.      * Gets the private '.errored..service_locator..EETIKc.App\Entity\Transfert' shared service.
  4639.      *
  4640.      * @return \App\Entity\Transfert
  4641.      */
  4642.     protected function getTransfertService()
  4643.     {
  4644.         $this->throw('Cannot autowire service ".service_locator..EETIKc": it references class "App\\Entity\\Transfert" but no such service exists.');
  4645.     }
  4646.     /**
  4647.      * Gets the private '.errored..service_locator..Tk2o.V.App\Entity\Model' shared service.
  4648.      *
  4649.      * @return \App\Entity\Model
  4650.      */
  4651.     protected function getModelService()
  4652.     {
  4653.         $this->throw('Cannot autowire service ".service_locator..Tk2o.V": it references class "App\\Entity\\Model" but no such service exists.');
  4654.     }
  4655.     /**
  4656.      * Gets the private '.errored..service_locator..cSTREF.App\Entity\Transfert' shared service.
  4657.      *
  4658.      * @return \App\Entity\Transfert
  4659.      */
  4660.     protected function getTransfert2Service()
  4661.     {
  4662.         $this->throw('Cannot autowire service ".service_locator..cSTREF": it references class "App\\Entity\\Transfert" but no such service exists.');
  4663.     }
  4664.     /**
  4665.      * Gets the private '.errored..service_locator.0Glhizg.App\Entity\Fournisseur' shared service.
  4666.      *
  4667.      * @return \App\Entity\Fournisseur
  4668.      */
  4669.     protected function getFournisseurService()
  4670.     {
  4671.         $this->throw('Cannot autowire service ".service_locator.0Glhizg": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  4672.     }
  4673.     /**
  4674.      * Gets the private '.errored..service_locator.0fX41R6.App\Entity\Customer' shared service.
  4675.      *
  4676.      * @return \App\Entity\Customer
  4677.      */
  4678.     protected function getCustomerService()
  4679.     {
  4680.         $this->throw('Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Customer" but no such service exists.');
  4681.     }
  4682.     /**
  4683.      * Gets the private '.errored..service_locator.0fX41R6.App\Entity\Network' shared service.
  4684.      *
  4685.      * @return \App\Entity\Network
  4686.      */
  4687.     protected function getNetworkService()
  4688.     {
  4689.         $this->throw('Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Network" but no such service exists.');
  4690.     }
  4691.     /**
  4692.      * Gets the private '.errored..service_locator.1mdfZZ8.App\Entity\Stock' shared service.
  4693.      *
  4694.      * @return \App\Entity\Stock
  4695.      */
  4696.     protected function getStockService()
  4697.     {
  4698.         $this->throw('Cannot autowire service ".service_locator.1mdfZZ8": it references class "App\\Entity\\Stock" but no such service exists.');
  4699.     }
  4700.     /**
  4701.      * Gets the private '.errored..service_locator.1o3HeJI.App\Entity\Reception' shared service.
  4702.      *
  4703.      * @return \App\Entity\Reception
  4704.      */
  4705.     protected function getReceptionService()
  4706.     {
  4707.         $this->throw('Cannot autowire service ".service_locator.1o3HeJI": it references class "App\\Entity\\Reception" but no such service exists.');
  4708.     }
  4709.     /**
  4710.      * Gets the private '.errored..service_locator.2_g68iE.App\Entity\Network' shared service.
  4711.      *
  4712.      * @return \App\Entity\Network
  4713.      */
  4714.     protected function getNetwork2Service()
  4715.     {
  4716.         $this->throw('Cannot autowire service ".service_locator.2_g68iE": it references class "App\\Entity\\Network" but no such service exists.');
  4717.     }
  4718.     /**
  4719.      * Gets the private '.errored..service_locator.48VO5iM.App\Entity\DeviceType' shared service.
  4720.      *
  4721.      * @return \App\Entity\DeviceType
  4722.      */
  4723.     protected function getDeviceTypeService()
  4724.     {
  4725.         $this->throw('Cannot autowire service ".service_locator.48VO5iM": it references class "App\\Entity\\DeviceType" but no such service exists.');
  4726.     }
  4727.     /**
  4728.      * Gets the private '.errored..service_locator.4vEn9cc.App\Entity\Reception' shared service.
  4729.      *
  4730.      * @return \App\Entity\Reception
  4731.      */
  4732.     protected function getReception2Service()
  4733.     {
  4734.         $this->throw('Cannot autowire service ".service_locator.4vEn9cc": it references class "App\\Entity\\Reception" but no such service exists.');
  4735.     }
  4736.     /**
  4737.      * Gets the private '.errored..service_locator.5W4CSYJ.App\Entity\Customer' shared service.
  4738.      *
  4739.      * @return \App\Entity\Customer
  4740.      */
  4741.     protected function getCustomer2Service()
  4742.     {
  4743.         $this->throw('Cannot autowire service ".service_locator.5W4CSYJ": it references class "App\\Entity\\Customer" but no such service exists.');
  4744.     }
  4745.     /**
  4746.      * Gets the private '.errored..service_locator.5ZKSdtX.App\Entity\Transfert' shared service.
  4747.      *
  4748.      * @return \App\Entity\Transfert
  4749.      */
  4750.     protected function getTransfert3Service()
  4751.     {
  4752.         $this->throw('Cannot autowire service ".service_locator.5ZKSdtX": it references class "App\\Entity\\Transfert" but no such service exists.');
  4753.     }
  4754.     /**
  4755.      * Gets the private '.errored..service_locator.5kTAqd3.App\Entity\Produit' shared service.
  4756.      *
  4757.      * @return \App\Entity\Produit
  4758.      */
  4759.     protected function getProduitService()
  4760.     {
  4761.         $this->throw('Cannot autowire service ".service_locator.5kTAqd3": it references class "App\\Entity\\Produit" but no such service exists.');
  4762.     }
  4763.     /**
  4764.      * Gets the private '.errored..service_locator.6LRhzg0.App\Entity\ChangementKit' shared service.
  4765.      *
  4766.      * @return \App\Entity\ChangementKit
  4767.      */
  4768.     protected function getChangementKitService()
  4769.     {
  4770.         $this->throw('Cannot autowire service ".service_locator.6LRhzg0": it references class "App\\Entity\\ChangementKit" but no such service exists.');
  4771.     }
  4772.     /**
  4773.      * Gets the private '.errored..service_locator.7dw6DAe.App\Entity\NetworkDevice' shared service.
  4774.      *
  4775.      * @return \App\Entity\NetworkDevice
  4776.      */
  4777.     protected function getNetworkDeviceService()
  4778.     {
  4779.         $this->throw('Cannot autowire service ".service_locator.7dw6DAe": it references class "App\\Entity\\NetworkDevice" but no such service exists.');
  4780.     }
  4781.     /**
  4782.      * Gets the private '.errored..service_locator.7zlP5iH.App\Entity\ModelePreEnregistre' shared service.
  4783.      *
  4784.      * @return \App\Entity\ModelePreEnregistre
  4785.      */
  4786.     protected function getModelePreEnregistreService()
  4787.     {
  4788.         $this->throw('Cannot autowire service ".service_locator.7zlP5iH": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4789.     }
  4790.     /**
  4791.      * Gets the private '.errored..service_locator.84AyqH8.App\Entity\Network' shared service.
  4792.      *
  4793.      * @return \App\Entity\Network
  4794.      */
  4795.     protected function getNetwork3Service()
  4796.     {
  4797.         $this->throw('Cannot autowire service ".service_locator.84AyqH8": it references class "App\\Entity\\Network" but no such service exists.');
  4798.     }
  4799.     /**
  4800.      * Gets the private '.errored..service_locator.8KMdi7N.App\Entity\ArticleClient' shared service.
  4801.      *
  4802.      * @return \App\Entity\ArticleClient
  4803.      */
  4804.     protected function getArticleClientService()
  4805.     {
  4806.         $this->throw('Cannot autowire service ".service_locator.8KMdi7N": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  4807.     }
  4808.     /**
  4809.      * Gets the private '.errored..service_locator.8rqPmL5.App\Entity\Users' shared service.
  4810.      *
  4811.      * @return \App\Entity\Users
  4812.      */
  4813.     protected function getUsers2Service()
  4814.     {
  4815.         $this->throw('Cannot autowire service ".service_locator.8rqPmL5": it references class "App\\Entity\\Users" but no such service exists.');
  4816.     }
  4817.     /**
  4818.      * Gets the private '.errored..service_locator.9NcbZAd.App\Entity\AlertProject' shared service.
  4819.      *
  4820.      * @return \App\Entity\AlertProject
  4821.      */
  4822.     protected function getAlertProjectService()
  4823.     {
  4824.         $this->throw('Cannot autowire service ".service_locator.9NcbZAd": it references class "App\\Entity\\AlertProject" but no such service exists.');
  4825.     }
  4826.     /**
  4827.      * Gets the private '.errored..service_locator.9QkAKC9.App\Entity\ModelePreEnregistre' shared service.
  4828.      *
  4829.      * @return \App\Entity\ModelePreEnregistre
  4830.      */
  4831.     protected function getModelePreEnregistre2Service()
  4832.     {
  4833.         $this->throw('Cannot autowire service ".service_locator.9QkAKC9": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4834.     }
  4835.     /**
  4836.      * Gets the private '.errored..service_locator.ACO_H3o.App\Entity\ModelePreEnregistre' shared service.
  4837.      *
  4838.      * @return \App\Entity\ModelePreEnregistre
  4839.      */
  4840.     protected function getModelePreEnregistre3Service()
  4841.     {
  4842.         $this->throw('Cannot autowire service ".service_locator.ACO_H3o": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4843.     }
  4844.     /**
  4845.      * Gets the private '.errored..service_locator.BC2HOiR.App\Entity\Mouvement' shared service.
  4846.      *
  4847.      * @return \App\Entity\Mouvement
  4848.      */
  4849.     protected function getMouvementService()
  4850.     {
  4851.         $this->throw('Cannot autowire service ".service_locator.BC2HOiR": it references class "App\\Entity\\Mouvement" but no such service exists.');
  4852.     }
  4853.     /**
  4854.      * Gets the private '.errored..service_locator.ByMeTGc.App\Entity\NetworkMoveRequest' shared service.
  4855.      *
  4856.      * @return \App\Entity\NetworkMoveRequest
  4857.      */
  4858.     protected function getNetworkMoveRequestService()
  4859.     {
  4860.         $this->throw('Cannot autowire service ".service_locator.ByMeTGc": it references class "App\\Entity\\NetworkMoveRequest" but no such service exists.');
  4861.     }
  4862.     /**
  4863.      * Gets the private '.errored..service_locator.CIkUJtK.App\Entity\Device' shared service.
  4864.      *
  4865.      * @return \App\Entity\Device
  4866.      */
  4867.     protected function getDeviceService()
  4868.     {
  4869.         $this->throw('Cannot autowire service ".service_locator.CIkUJtK": it references class "App\\Entity\\Device" but no such service exists.');
  4870.     }
  4871.     /**
  4872.      * Gets the private '.errored..service_locator.D2Ja7N..App\Entity\MoveRequest' shared service.
  4873.      *
  4874.      * @return \App\Entity\MoveRequest
  4875.      */
  4876.     protected function getMoveRequestService()
  4877.     {
  4878.         $this->throw('Cannot autowire service ".service_locator.D2Ja7N.": it references class "App\\Entity\\MoveRequest" but no such service exists.');
  4879.     }
  4880.     /**
  4881.      * Gets the private '.errored..service_locator.DPytARp.App\Entity\Caisse' shared service.
  4882.      *
  4883.      * @return \App\Entity\Caisse
  4884.      */
  4885.     protected function getCaisseService()
  4886.     {
  4887.         $this->throw('Cannot autowire service ".service_locator.DPytARp": it references class "App\\Entity\\Caisse" but no such service exists.');
  4888.     }
  4889.     /**
  4890.      * Gets the private '.errored..service_locator.DXM7S5y.App\Entity\Agence' shared service.
  4891.      *
  4892.      * @return \App\Entity\Agence
  4893.      */
  4894.     protected function getAgenceService()
  4895.     {
  4896.         $this->throw('Cannot autowire service ".service_locator.DXM7S5y": it references class "App\\Entity\\Agence" but no such service exists.');
  4897.     }
  4898.     /**
  4899.      * Gets the private '.errored..service_locator.DvQEu8l.App\Entity\LocalAgence' shared service.
  4900.      *
  4901.      * @return \App\Entity\LocalAgence
  4902.      */
  4903.     protected function getLocalAgenceService()
  4904.     {
  4905.         $this->throw('Cannot autowire service ".service_locator.DvQEu8l": it references class "App\\Entity\\LocalAgence" but no such service exists.');
  4906.     }
  4907.     /**
  4908.      * Gets the private '.errored..service_locator.E6MiF.U.App\Entity\PlanifiedMaintenance' shared service.
  4909.      *
  4910.      * @return \App\Entity\PlanifiedMaintenance
  4911.      */
  4912.     protected function getPlanifiedMaintenanceService()
  4913.     {
  4914.         $this->throw('Cannot autowire service ".service_locator.E6MiF.U": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  4915.     }
  4916.     /**
  4917.      * Gets the private '.errored..service_locator.EKOxL7d.App\Entity\Customer' shared service.
  4918.      *
  4919.      * @return \App\Entity\Customer
  4920.      */
  4921.     protected function getCustomer3Service()
  4922.     {
  4923.         $this->throw('Cannot autowire service ".service_locator.EKOxL7d": it references class "App\\Entity\\Customer" but no such service exists.');
  4924.     }
  4925.     /**
  4926.      * Gets the private '.errored..service_locator.EbEvvT5.App\Entity\Stock' shared service.
  4927.      *
  4928.      * @return \App\Entity\Stock
  4929.      */
  4930.     protected function getStock2Service()
  4931.     {
  4932.         $this->throw('Cannot autowire service ".service_locator.EbEvvT5": it references class "App\\Entity\\Stock" but no such service exists.');
  4933.     }
  4934.     /**
  4935.      * Gets the private '.errored..service_locator.EmgLjcU.App\Entity\ModelePreEnregistre' shared service.
  4936.      *
  4937.      * @return \App\Entity\ModelePreEnregistre
  4938.      */
  4939.     protected function getModelePreEnregistre4Service()
  4940.     {
  4941.         $this->throw('Cannot autowire service ".service_locator.EmgLjcU": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4942.     }
  4943.     /**
  4944.      * Gets the private '.errored..service_locator.EvoQZbL.App\Entity\GeneratedCode' shared service.
  4945.      *
  4946.      * @return \App\Entity\GeneratedCode
  4947.      */
  4948.     protected function getGeneratedCodeService()
  4949.     {
  4950.         $this->throw('Cannot autowire service ".service_locator.EvoQZbL": it references class "App\\Entity\\GeneratedCode" but no such service exists.');
  4951.     }
  4952.     /**
  4953.      * Gets the private '.errored..service_locator.FM8zfWg.App\Entity\Facturation' shared service.
  4954.      *
  4955.      * @return \App\Entity\Facturation
  4956.      */
  4957.     protected function getFacturationService()
  4958.     {
  4959.         $this->throw('Cannot autowire service ".service_locator.FM8zfWg": it references class "App\\Entity\\Facturation" but no such service exists.');
  4960.     }
  4961.     /**
  4962.      * Gets the private '.errored..service_locator.FhRsrTX.App\Entity\Stock' shared service.
  4963.      *
  4964.      * @return \App\Entity\Stock
  4965.      */
  4966.     protected function getStock3Service()
  4967.     {
  4968.         $this->throw('Cannot autowire service ".service_locator.FhRsrTX": it references class "App\\Entity\\Stock" but no such service exists.');
  4969.     }
  4970.     /**
  4971.      * Gets the private '.errored..service_locator.FwYCxie.App\Entity\Agence' shared service.
  4972.      *
  4973.      * @return \App\Entity\Agence
  4974.      */
  4975.     protected function getAgence2Service()
  4976.     {
  4977.         $this->throw('Cannot autowire service ".service_locator.FwYCxie": it references class "App\\Entity\\Agence" but no such service exists.');
  4978.     }
  4979.     /**
  4980.      * Gets the private '.errored..service_locator.GcA.9H5.App\Entity\Caisse' shared service.
  4981.      *
  4982.      * @return \App\Entity\Caisse
  4983.      */
  4984.     protected function getCaisse2Service()
  4985.     {
  4986.         $this->throw('Cannot autowire service ".service_locator.GcA.9H5": it references class "App\\Entity\\Caisse" but no such service exists.');
  4987.     }
  4988.     /**
  4989.      * Gets the private '.errored..service_locator.HHM2x4T.App\Entity\DeviceCategory' shared service.
  4990.      *
  4991.      * @return \App\Entity\DeviceCategory
  4992.      */
  4993.     protected function getDeviceCategoryService()
  4994.     {
  4995.         $this->throw('Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  4996.     }
  4997.     /**
  4998.      * Gets the private '.errored..service_locator.HHM2x4T.App\Entity\DeviceType' shared service.
  4999.      *
  5000.      * @return \App\Entity\DeviceType
  5001.      */
  5002.     protected function getDeviceType2Service()
  5003.     {
  5004.         $this->throw('Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceType" but no such service exists.');
  5005.     }
  5006.     /**
  5007.      * Gets the private '.errored..service_locator.HSs3QPH.App\Entity\Transfert' shared service.
  5008.      *
  5009.      * @return \App\Entity\Transfert
  5010.      */
  5011.     protected function getTransfert4Service()
  5012.     {
  5013.         $this->throw('Cannot autowire service ".service_locator.HSs3QPH": it references class "App\\Entity\\Transfert" but no such service exists.');
  5014.     }
  5015.     /**
  5016.      * Gets the private '.errored..service_locator.Ho_cL4p.App\Entity\Customer' shared service.
  5017.      *
  5018.      * @return \App\Entity\Customer
  5019.      */
  5020.     protected function getCustomer4Service()
  5021.     {
  5022.         $this->throw('Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Customer" but no such service exists.');
  5023.     }
  5024.     /**
  5025.      * Gets the private '.errored..service_locator.Ho_cL4p.App\Entity\Network' shared service.
  5026.      *
  5027.      * @return \App\Entity\Network
  5028.      */
  5029.     protected function getNetwork4Service()
  5030.     {
  5031.         $this->throw('Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Network" but no such service exists.');
  5032.     }
  5033.     /**
  5034.      * Gets the private '.errored..service_locator.IO.8s6n.App\Entity\Fabrication' shared service.
  5035.      *
  5036.      * @return \App\Entity\Fabrication
  5037.      */
  5038.     protected function getFabricationService()
  5039.     {
  5040.         $this->throw('Cannot autowire service ".service_locator.IO.8s6n": it references class "App\\Entity\\Fabrication" but no such service exists.');
  5041.     }
  5042.     /**
  5043.      * Gets the private '.errored..service_locator.J0R.6EQ.App\Entity\Satisfaction' shared service.
  5044.      *
  5045.      * @return \App\Entity\Satisfaction
  5046.      */
  5047.     protected function getSatisfactionService()
  5048.     {
  5049.         $this->throw('Cannot autowire service ".service_locator.J0R.6EQ": it references class "App\\Entity\\Satisfaction" but no such service exists.');
  5050.     }
  5051.     /**
  5052.      * Gets the private '.errored..service_locator.JhG5aGw.App\Entity\Customer' shared service.
  5053.      *
  5054.      * @return \App\Entity\Customer
  5055.      */
  5056.     protected function getCustomer5Service()
  5057.     {
  5058.         $this->throw('Cannot autowire service ".service_locator.JhG5aGw": it references class "App\\Entity\\Customer" but no such service exists.');
  5059.     }
  5060.     /**
  5061.      * Gets the private '.errored..service_locator.KEvXzip.App\Entity\Inspection' shared service.
  5062.      *
  5063.      * @return \App\Entity\Inspection
  5064.      */
  5065.     protected function getInspectionService()
  5066.     {
  5067.         $this->throw('Cannot autowire service ".service_locator.KEvXzip": it references class "App\\Entity\\Inspection" but no such service exists.');
  5068.     }
  5069.     /**
  5070.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5073.      */
  5074.     protected function getLoaderInterfaceService()
  5075.     {
  5076.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "api_platform.route_loader.legacy", "oneup_uploader.routing.loader", "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".');
  5077.     }
  5078.     /**
  5079.      * Gets the private '.errored..service_locator.Kntl2lG.App\Entity\Users' shared service.
  5080.      *
  5081.      * @return \App\Entity\Users
  5082.      */
  5083.     protected function getUsers3Service()
  5084.     {
  5085.         $this->throw('Cannot autowire service ".service_locator.Kntl2lG": it references class "App\\Entity\\Users" but no such service exists.');
  5086.     }
  5087.     /**
  5088.      * Gets the private '.errored..service_locator.L83kdtV.App\Entity\Agence' shared service.
  5089.      *
  5090.      * @return \App\Entity\Agence
  5091.      */
  5092.     protected function getAgence3Service()
  5093.     {
  5094.         $this->throw('Cannot autowire service ".service_locator.L83kdtV": it references class "App\\Entity\\Agence" but no such service exists.');
  5095.     }
  5096.     /**
  5097.      * Gets the private '.errored..service_locator.LNSEAxn.App\Entity\Remplacement' shared service.
  5098.      *
  5099.      * @return \App\Entity\Remplacement
  5100.      */
  5101.     protected function getRemplacementService()
  5102.     {
  5103.         $this->throw('Cannot autowire service ".service_locator.LNSEAxn": it references class "App\\Entity\\Remplacement" but no such service exists.');
  5104.     }
  5105.     /**
  5106.      * Gets the private '.errored..service_locator.LPkUJpx.App\Entity\Customer' shared service.
  5107.      *
  5108.      * @return \App\Entity\Customer
  5109.      */
  5110.     protected function getCustomer6Service()
  5111.     {
  5112.         $this->throw('Cannot autowire service ".service_locator.LPkUJpx": it references class "App\\Entity\\Customer" but no such service exists.');
  5113.     }
  5114.     /**
  5115.      * Gets the private '.errored..service_locator.NBoqly5.App\Entity\Remplacement' shared service.
  5116.      *
  5117.      * @return \App\Entity\Remplacement
  5118.      */
  5119.     protected function getRemplacement2Service()
  5120.     {
  5121.         $this->throw('Cannot autowire service ".service_locator.NBoqly5": it references class "App\\Entity\\Remplacement" but no such service exists.');
  5122.     }
  5123.     /**
  5124.      * Gets the private '.errored..service_locator.NwHyrO9.App\Entity\Users' shared service.
  5125.      *
  5126.      * @return \App\Entity\Users
  5127.      */
  5128.     protected function getUsers4Service()
  5129.     {
  5130.         $this->throw('Cannot autowire service ".service_locator.NwHyrO9": it references class "App\\Entity\\Users" but no such service exists.');
  5131.     }
  5132.     /**
  5133.      * Gets the private '.errored..service_locator.OkSsD0O.App\Entity\Mouvement' shared service.
  5134.      *
  5135.      * @return \App\Entity\Mouvement
  5136.      */
  5137.     protected function getMouvement2Service()
  5138.     {
  5139.         $this->throw('Cannot autowire service ".service_locator.OkSsD0O": it references class "App\\Entity\\Mouvement" but no such service exists.');
  5140.     }
  5141.     /**
  5142.      * Gets the private '.errored..service_locator.OzxFyGf.App\Entity\Zone' shared service.
  5143.      *
  5144.      * @return \App\Entity\Zone
  5145.      */
  5146.     protected function getZoneService()
  5147.     {
  5148.         $this->throw('Cannot autowire service ".service_locator.OzxFyGf": it references class "App\\Entity\\Zone" but no such service exists.');
  5149.     }
  5150.     /**
  5151.      * Gets the private '.errored..service_locator.PG7FJY2.App\Entity\Sold' shared service.
  5152.      *
  5153.      * @return \App\Entity\Sold
  5154.      */
  5155.     protected function getSoldService()
  5156.     {
  5157.         $this->throw('Cannot autowire service ".service_locator.PG7FJY2": it references class "App\\Entity\\Sold" but no such service exists.');
  5158.     }
  5159.     /**
  5160.      * Gets the private '.errored..service_locator.PW4v3kj.App\Entity\Customer' shared service.
  5161.      *
  5162.      * @return \App\Entity\Customer
  5163.      */
  5164.     protected function getCustomer7Service()
  5165.     {
  5166.         $this->throw('Cannot autowire service ".service_locator.PW4v3kj": it references class "App\\Entity\\Customer" but no such service exists.');
  5167.     }
  5168.     /**
  5169.      * Gets the private '.errored..service_locator.QJOpjBe.App\Entity\Customer' shared service.
  5170.      *
  5171.      * @return \App\Entity\Customer
  5172.      */
  5173.     protected function getCustomer8Service()
  5174.     {
  5175.         $this->throw('Cannot autowire service ".service_locator.QJOpjBe": it references class "App\\Entity\\Customer" but no such service exists.');
  5176.     }
  5177.     /**
  5178.      * Gets the private '.errored..service_locator.QM7rkSL.OldSound\RabbitMqBundle\RabbitMq\Producer' shared service.
  5179.      *
  5180.      * @return \OldSound\RabbitMqBundle\RabbitMq\Producer
  5181.      */
  5182.     protected function getProducerService()
  5183.     {
  5184.         $this->throw('Cannot autowire service ".service_locator.QM7rkSL": it references class "OldSound\\RabbitMqBundle\\RabbitMq\\Producer" but no such service exists.');
  5185.     }
  5186.     /**
  5187.      * Gets the private '.errored..service_locator.QgH0i9w.App\Entity\Offers' shared service.
  5188.      *
  5189.      * @return \App\Entity\Offers
  5190.      */
  5191.     protected function getOffersService()
  5192.     {
  5193.         $this->throw('Cannot autowire service ".service_locator.QgH0i9w": it references class "App\\Entity\\Offers" but no such service exists.');
  5194.     }
  5195.     /**
  5196.      * Gets the private '.errored..service_locator.QpiMmnx.App\Entity\Fabrication' shared service.
  5197.      *
  5198.      * @return \App\Entity\Fabrication
  5199.      */
  5200.     protected function getFabrication2Service()
  5201.     {
  5202.         $this->throw('Cannot autowire service ".service_locator.QpiMmnx": it references class "App\\Entity\\Fabrication" but no such service exists.');
  5203.     }
  5204.     /**
  5205.      * Gets the private '.errored..service_locator.RlSv5Uu.App\Entity\Customer' shared service.
  5206.      *
  5207.      * @return \App\Entity\Customer
  5208.      */
  5209.     protected function getCustomer9Service()
  5210.     {
  5211.         $this->throw('Cannot autowire service ".service_locator.RlSv5Uu": it references class "App\\Entity\\Customer" but no such service exists.');
  5212.     }
  5213.     /**
  5214.      * Gets the private '.errored..service_locator.RuIoqYh.App\Entity\Offers' shared service.
  5215.      *
  5216.      * @return \App\Entity\Offers
  5217.      */
  5218.     protected function getOffers2Service()
  5219.     {
  5220.         $this->throw('Cannot autowire service ".service_locator.RuIoqYh": it references class "App\\Entity\\Offers" but no such service exists.');
  5221.     }
  5222.     /**
  5223.      * Gets the private '.errored..service_locator.TXRZSwM.App\Entity\Facturation' shared service.
  5224.      *
  5225.      * @return \App\Entity\Facturation
  5226.      */
  5227.     protected function getFacturation2Service()
  5228.     {
  5229.         $this->throw('Cannot autowire service ".service_locator.TXRZSwM": it references class "App\\Entity\\Facturation" but no such service exists.');
  5230.     }
  5231.     /**
  5232.      * Gets the private '.errored..service_locator.TZQ6Yd..App\Entity\DeviceCategory' shared service.
  5233.      *
  5234.      * @return \App\Entity\DeviceCategory
  5235.      */
  5236.     protected function getDeviceCategory2Service()
  5237.     {
  5238.         $this->throw('Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  5239.     }
  5240.     /**
  5241.      * Gets the private '.errored..service_locator.TZQ6Yd..App\Entity\DeviceType' shared service.
  5242.      *
  5243.      * @return \App\Entity\DeviceType
  5244.      */
  5245.     protected function getDeviceType3Service()
  5246.     {
  5247.         $this->throw('Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceType" but no such service exists.');
  5248.     }
  5249.     /**
  5250.      * Gets the private '.errored..service_locator.TnHwTyo.App\Entity\Network' shared service.
  5251.      *
  5252.      * @return \App\Entity\Network
  5253.      */
  5254.     protected function getNetwork5Service()
  5255.     {
  5256.         $this->throw('Cannot autowire service ".service_locator.TnHwTyo": it references class "App\\Entity\\Network" but no such service exists.');
  5257.     }
  5258.     /**
  5259.      * Gets the private '.errored..service_locator.Ts1BwiH.App\Entity\Customer' shared service.
  5260.      *
  5261.      * @return \App\Entity\Customer
  5262.      */
  5263.     protected function getCustomer10Service()
  5264.     {
  5265.         $this->throw('Cannot autowire service ".service_locator.Ts1BwiH": it references class "App\\Entity\\Customer" but no such service exists.');
  5266.     }
  5267.     /**
  5268.      * Gets the private '.errored..service_locator.UDIZfWS.App\Entity\Facturation' shared service.
  5269.      *
  5270.      * @return \App\Entity\Facturation
  5271.      */
  5272.     protected function getFacturation3Service()
  5273.     {
  5274.         $this->throw('Cannot autowire service ".service_locator.UDIZfWS": it references class "App\\Entity\\Facturation" but no such service exists.');
  5275.     }
  5276.     /**
  5277.      * Gets the private '.errored..service_locator.UYMlL2W.App\Entity\ArticleClient' shared service.
  5278.      *
  5279.      * @return \App\Entity\ArticleClient
  5280.      */
  5281.     protected function getArticleClient2Service()
  5282.     {
  5283.         $this->throw('Cannot autowire service ".service_locator.UYMlL2W": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5284.     }
  5285.     /**
  5286.      * Gets the private '.errored..service_locator.VHH8RO0.App\Entity\Task' shared service.
  5287.      *
  5288.      * @return \App\Entity\Task
  5289.      */
  5290.     protected function getTaskService()
  5291.     {
  5292.         $this->throw('Cannot autowire service ".service_locator.VHH8RO0": it references class "App\\Entity\\Task" but no such service exists.');
  5293.     }
  5294.     /**
  5295.      * Gets the private '.errored..service_locator.VaFcGWn.App\Entity\Customer' shared service.
  5296.      *
  5297.      * @return \App\Entity\Customer
  5298.      */
  5299.     protected function getCustomer11Service()
  5300.     {
  5301.         $this->throw('Cannot autowire service ".service_locator.VaFcGWn": it references class "App\\Entity\\Customer" but no such service exists.');
  5302.     }
  5303.     /**
  5304.      * Gets the private '.errored..service_locator.WqX1CqG.App\Entity\Fabrication' shared service.
  5305.      *
  5306.      * @return \App\Entity\Fabrication
  5307.      */
  5308.     protected function getFabrication3Service()
  5309.     {
  5310.         $this->throw('Cannot autowire service ".service_locator.WqX1CqG": it references class "App\\Entity\\Fabrication" but no such service exists.');
  5311.     }
  5312.     /**
  5313.      * Gets the private '.errored..service_locator.X0FgT8k.App\Entity\Offers' shared service.
  5314.      *
  5315.      * @return \App\Entity\Offers
  5316.      */
  5317.     protected function getOffers3Service()
  5318.     {
  5319.         $this->throw('Cannot autowire service ".service_locator.X0FgT8k": it references class "App\\Entity\\Offers" but no such service exists.');
  5320.     }
  5321.     /**
  5322.      * Gets the private '.errored..service_locator.X20a3Co.App\Entity\Fournisseur' shared service.
  5323.      *
  5324.      * @return \App\Entity\Fournisseur
  5325.      */
  5326.     protected function getFournisseur2Service()
  5327.     {
  5328.         $this->throw('Cannot autowire service ".service_locator.X20a3Co": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  5329.     }
  5330.     /**
  5331.      * Gets the private '.errored..service_locator.XrVIU67.App\Entity\Facturation' shared service.
  5332.      *
  5333.      * @return \App\Entity\Facturation
  5334.      */
  5335.     protected function getFacturation4Service()
  5336.     {
  5337.         $this->throw('Cannot autowire service ".service_locator.XrVIU67": it references class "App\\Entity\\Facturation" but no such service exists.');
  5338.     }
  5339.     /**
  5340.      * Gets the private '.errored..service_locator.ZJzZ1Z2.App\Entity\Produit' shared service.
  5341.      *
  5342.      * @return \App\Entity\Produit
  5343.      */
  5344.     protected function getProduit2Service()
  5345.     {
  5346.         $this->throw('Cannot autowire service ".service_locator.ZJzZ1Z2": it references class "App\\Entity\\Produit" but no such service exists.');
  5347.     }
  5348.     /**
  5349.      * Gets the private '.errored..service_locator.Zxm6DVH.App\Entity\LocalAgence' shared service.
  5350.      *
  5351.      * @return \App\Entity\LocalAgence
  5352.      */
  5353.     protected function getLocalAgence2Service()
  5354.     {
  5355.         $this->throw('Cannot autowire service ".service_locator.Zxm6DVH": it references class "App\\Entity\\LocalAgence" but no such service exists.');
  5356.     }
  5357.     /**
  5358.      * Gets the private '.errored..service_locator._Ty3c61.App\Entity\Model' shared service.
  5359.      *
  5360.      * @return \App\Entity\Model
  5361.      */
  5362.     protected function getModel2Service()
  5363.     {
  5364.         $this->throw('Cannot autowire service ".service_locator._Ty3c61": it references class "App\\Entity\\Model" but no such service exists.');
  5365.     }
  5366.     /**
  5367.      * Gets the private '.errored..service_locator._enI0SP.App\Entity\Customer' shared service.
  5368.      *
  5369.      * @return \App\Entity\Customer
  5370.      */
  5371.     protected function getCustomer12Service()
  5372.     {
  5373.         $this->throw('Cannot autowire service ".service_locator._enI0SP": it references class "App\\Entity\\Customer" but no such service exists.');
  5374.     }
  5375.     /**
  5376.      * Gets the private '.errored..service_locator.aSEs2.d.App\Entity\Customer' shared service.
  5377.      *
  5378.      * @return \App\Entity\Customer
  5379.      */
  5380.     protected function getCustomer13Service()
  5381.     {
  5382.         $this->throw('Cannot autowire service ".service_locator.aSEs2.d": it references class "App\\Entity\\Customer" but no such service exists.');
  5383.     }
  5384.     /**
  5385.      * Gets the private '.errored..service_locator.bIQR53J.App\Entity\Stock' shared service.
  5386.      *
  5387.      * @return \App\Entity\Stock
  5388.      */
  5389.     protected function getStock4Service()
  5390.     {
  5391.         $this->throw('Cannot autowire service ".service_locator.bIQR53J": it references class "App\\Entity\\Stock" but no such service exists.');
  5392.     }
  5393.     /**
  5394.      * Gets the private '.errored..service_locator.cIifKEn.App\Entity\Transfert' shared service.
  5395.      *
  5396.      * @return \App\Entity\Transfert
  5397.      */
  5398.     protected function getTransfert5Service()
  5399.     {
  5400.         $this->throw('Cannot autowire service ".service_locator.cIifKEn": it references class "App\\Entity\\Transfert" but no such service exists.');
  5401.     }
  5402.     /**
  5403.      * Gets the private '.errored..service_locator.cT9t6e4.App\Entity\Facturation' shared service.
  5404.      *
  5405.      * @return \App\Entity\Facturation
  5406.      */
  5407.     protected function getFacturation5Service()
  5408.     {
  5409.         $this->throw('Cannot autowire service ".service_locator.cT9t6e4": it references class "App\\Entity\\Facturation" but no such service exists.');
  5410.     }
  5411.     /**
  5412.      * Gets the private '.errored..service_locator.crcpn6p.App\Entity\Network' shared service.
  5413.      *
  5414.      * @return \App\Entity\Network
  5415.      */
  5416.     protected function getNetwork6Service()
  5417.     {
  5418.         $this->throw('Cannot autowire service ".service_locator.crcpn6p": it references class "App\\Entity\\Network" but no such service exists.');
  5419.     }
  5420.     /**
  5421.      * Gets the private '.errored..service_locator.dcYAIAg.App\Entity\ArticleClient' shared service.
  5422.      *
  5423.      * @return \App\Entity\ArticleClient
  5424.      */
  5425.     protected function getArticleClient3Service()
  5426.     {
  5427.         $this->throw('Cannot autowire service ".service_locator.dcYAIAg": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5428.     }
  5429.     /**
  5430.      * Gets the private '.errored..service_locator.dk..C2P.App\Entity\Network' shared service.
  5431.      *
  5432.      * @return \App\Entity\Network
  5433.      */
  5434.     protected function getNetwork7Service()
  5435.     {
  5436.         $this->throw('Cannot autowire service ".service_locator.dk..C2P": it references class "App\\Entity\\Network" but no such service exists.');
  5437.     }
  5438.     /**
  5439.      * Gets the private '.errored..service_locator.fJB56ct.App\Entity\ArticleClient' shared service.
  5440.      *
  5441.      * @return \App\Entity\ArticleClient
  5442.      */
  5443.     protected function getArticleClient4Service()
  5444.     {
  5445.         $this->throw('Cannot autowire service ".service_locator.fJB56ct": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5446.     }
  5447.     /**
  5448.      * Gets the private '.errored..service_locator.fS4LRYh.App\Entity\Users' shared service.
  5449.      *
  5450.      * @return \App\Entity\Users
  5451.      */
  5452.     protected function getUsers5Service()
  5453.     {
  5454.         $this->throw('Cannot autowire service ".service_locator.fS4LRYh": it references class "App\\Entity\\Users" but no such service exists.');
  5455.     }
  5456.     /**
  5457.      * Gets the private '.errored..service_locator.fbCUvGR.App\Entity\ReadOnly' shared service.
  5458.      *
  5459.      * @return \App\Entity\ReadOnly
  5460.      */
  5461.     protected function getReadOnlyService()
  5462.     {
  5463.         $this->throw('Cannot autowire service ".service_locator.fbCUvGR": it references class "App\\Entity\\ReadOnly" but no such service exists.');
  5464.     }
  5465.     /**
  5466.      * Gets the private '.errored..service_locator.fc7xGD0.App\Entity\Transfert' shared service.
  5467.      *
  5468.      * @return \App\Entity\Transfert
  5469.      */
  5470.     protected function getTransfert6Service()
  5471.     {
  5472.         $this->throw('Cannot autowire service ".service_locator.fc7xGD0": it references class "App\\Entity\\Transfert" but no such service exists.');
  5473.     }
  5474.     /**
  5475.      * Gets the private '.errored..service_locator.fd5GGl3.App\Entity\Device' shared service.
  5476.      *
  5477.      * @return \App\Entity\Device
  5478.      */
  5479.     protected function getDevice2Service()
  5480.     {
  5481.         $this->throw('Cannot autowire service ".service_locator.fd5GGl3": it references class "App\\Entity\\Device" but no such service exists.');
  5482.     }
  5483.     /**
  5484.      * Gets the private '.errored..service_locator.gFsD2UP.App\Entity\NetworkDevice' shared service.
  5485.      *
  5486.      * @return \App\Entity\NetworkDevice
  5487.      */
  5488.     protected function getNetworkDevice2Service()
  5489.     {
  5490.         $this->throw('Cannot autowire service ".service_locator.gFsD2UP": it references class "App\\Entity\\NetworkDevice" but no such service exists.');
  5491.     }
  5492.     /**
  5493.      * Gets the private '.errored..service_locator.i4ow5ut.App\Entity\PlanifiedMaintenance' shared service.
  5494.      *
  5495.      * @return \App\Entity\PlanifiedMaintenance
  5496.      */
  5497.     protected function getPlanifiedMaintenance2Service()
  5498.     {
  5499.         $this->throw('Cannot autowire service ".service_locator.i4ow5ut": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  5500.     }
  5501.     /**
  5502.      * Gets the private '.errored..service_locator.iyD6x7X.App\Entity\Remplacement' shared service.
  5503.      *
  5504.      * @return \App\Entity\Remplacement
  5505.      */
  5506.     protected function getRemplacement3Service()
  5507.     {
  5508.         $this->throw('Cannot autowire service ".service_locator.iyD6x7X": it references class "App\\Entity\\Remplacement" but no such service exists.');
  5509.     }
  5510.     /**
  5511.      * Gets the private '.errored..service_locator.jOUN2g_.App\Entity\AlertProspect' shared service.
  5512.      *
  5513.      * @return \App\Entity\AlertProspect
  5514.      */
  5515.     protected function getAlertProspectService()
  5516.     {
  5517.         $this->throw('Cannot autowire service ".service_locator.jOUN2g_": it references class "App\\Entity\\AlertProspect" but no such service exists.');
  5518.     }
  5519.     /**
  5520.      * Gets the private '.errored..service_locator.jzoF8fK.App\Entity\Inventaire' shared service.
  5521.      *
  5522.      * @return \App\Entity\Inventaire
  5523.      */
  5524.     protected function getInventaireService()
  5525.     {
  5526.         $this->throw('Cannot autowire service ".service_locator.jzoF8fK": it references class "App\\Entity\\Inventaire" but no such service exists.');
  5527.     }
  5528.     /**
  5529.      * Gets the private '.errored..service_locator.lCVK1t1.App\Entity\Users' shared service.
  5530.      *
  5531.      * @return \App\Entity\Users
  5532.      */
  5533.     protected function getUsers6Service()
  5534.     {
  5535.         $this->throw('Cannot autowire service ".service_locator.lCVK1t1": it references class "App\\Entity\\Users" but no such service exists.');
  5536.     }
  5537.     /**
  5538.      * Gets the private '.errored..service_locator.lvsFEkY.App\Entity\Inspection' shared service.
  5539.      *
  5540.      * @return \App\Entity\Inspection
  5541.      */
  5542.     protected function getInspection2Service()
  5543.     {
  5544.         $this->throw('Cannot autowire service ".service_locator.lvsFEkY": it references class "App\\Entity\\Inspection" but no such service exists.');
  5545.     }
  5546.     /**
  5547.      * Gets the private '.errored..service_locator.mglvehC.App\Entity\Network' shared service.
  5548.      *
  5549.      * @return \App\Entity\Network
  5550.      */
  5551.     protected function getNetwork8Service()
  5552.     {
  5553.         $this->throw('Cannot autowire service ".service_locator.mglvehC": it references class "App\\Entity\\Network" but no such service exists.');
  5554.     }
  5555.     /**
  5556.      * Gets the private '.errored..service_locator.oBtIsDR.App\Entity\Network' shared service.
  5557.      *
  5558.      * @return \App\Entity\Network
  5559.      */
  5560.     protected function getNetwork9Service()
  5561.     {
  5562.         $this->throw('Cannot autowire service ".service_locator.oBtIsDR": it references class "App\\Entity\\Network" but no such service exists.');
  5563.     }
  5564.     /**
  5565.      * Gets the private '.errored..service_locator.ojSyuEO.App\Entity\Agence' shared service.
  5566.      *
  5567.      * @return \App\Entity\Agence
  5568.      */
  5569.     protected function getAgence4Service()
  5570.     {
  5571.         $this->throw('Cannot autowire service ".service_locator.ojSyuEO": it references class "App\\Entity\\Agence" but no such service exists.');
  5572.     }
  5573.     /**
  5574.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\Device' shared service.
  5575.      *
  5576.      * @return \App\Entity\Device
  5577.      */
  5578.     protected function getDevice3Service()
  5579.     {
  5580.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\Device" but no such service exists.');
  5581.     }
  5582.     /**
  5583.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\DeviceCategory' shared service.
  5584.      *
  5585.      * @return \App\Entity\DeviceCategory
  5586.      */
  5587.     protected function getDeviceCategory3Service()
  5588.     {
  5589.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  5590.     }
  5591.     /**
  5592.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\DeviceType' shared service.
  5593.      *
  5594.      * @return \App\Entity\DeviceType
  5595.      */
  5596.     protected function getDeviceType4Service()
  5597.     {
  5598.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceType" but no such service exists.');
  5599.     }
  5600.     /**
  5601.      * Gets the private '.errored..service_locator.qSY6gAo.App\Entity\Fournisseur' shared service.
  5602.      *
  5603.      * @return \App\Entity\Fournisseur
  5604.      */
  5605.     protected function getFournisseur3Service()
  5606.     {
  5607.         $this->throw('Cannot autowire service ".service_locator.qSY6gAo": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  5608.     }
  5609.     /**
  5610.      * Gets the private '.errored..service_locator.rvKFh5M.App\Entity\Users' shared service.
  5611.      *
  5612.      * @return \App\Entity\Users
  5613.      */
  5614.     protected function getUsers7Service()
  5615.     {
  5616.         $this->throw('Cannot autowire service ".service_locator.rvKFh5M": it references class "App\\Entity\\Users" but no such service exists.');
  5617.     }
  5618.     /**
  5619.      * Gets the private '.errored..service_locator.sFIcoVJ.App\Entity\Transaction' shared service.
  5620.      *
  5621.      * @return \App\Entity\Transaction
  5622.      */
  5623.     protected function getTransactionService()
  5624.     {
  5625.         $this->throw('Cannot autowire service ".service_locator.sFIcoVJ": it references class "App\\Entity\\Transaction" but no such service exists.');
  5626.     }
  5627.     /**
  5628.      * Gets the private '.errored..service_locator.ssAKG2k.App\Entity\Categorie' shared service.
  5629.      *
  5630.      * @return \App\Entity\Categorie
  5631.      */
  5632.     protected function getCategorieService()
  5633.     {
  5634.         $this->throw('Cannot autowire service ".service_locator.ssAKG2k": it references class "App\\Entity\\Categorie" but no such service exists.');
  5635.     }
  5636.     /**
  5637.      * Gets the private '.errored..service_locator.tX54x_B.App\Entity\Inspection' shared service.
  5638.      *
  5639.      * @return \App\Entity\Inspection
  5640.      */
  5641.     protected function getInspection3Service()
  5642.     {
  5643.         $this->throw('Cannot autowire service ".service_locator.tX54x_B": it references class "App\\Entity\\Inspection" but no such service exists.');
  5644.     }
  5645.     /**
  5646.      * Gets the private '.errored..service_locator.uK6PBjB.App\Entity\InterventionSuperClass' shared service.
  5647.      *
  5648.      * @return \App\Entity\InterventionSuperClass
  5649.      */
  5650.     protected function getInterventionSuperClassService()
  5651.     {
  5652.         $this->throw('Cannot autowire service ".service_locator.uK6PBjB": it references class "App\\Entity\\InterventionSuperClass" but no such service exists.');
  5653.     }
  5654.     /**
  5655.      * Gets the private '.errored..service_locator.uXcDtJs.App\Entity\Network' shared service.
  5656.      *
  5657.      * @return \App\Entity\Network
  5658.      */
  5659.     protected function getNetwork10Service()
  5660.     {
  5661.         $this->throw('Cannot autowire service ".service_locator.uXcDtJs": it references class "App\\Entity\\Network" but no such service exists.');
  5662.     }
  5663.     /**
  5664.      * Gets the private '.errored..service_locator.umipsEM.App\Entity\Agence' shared service.
  5665.      *
  5666.      * @return \App\Entity\Agence
  5667.      */
  5668.     protected function getAgence5Service()
  5669.     {
  5670.         $this->throw('Cannot autowire service ".service_locator.umipsEM": it references class "App\\Entity\\Agence" but no such service exists.');
  5671.     }
  5672.     /**
  5673.      * Gets the private '.errored..service_locator.v.fGnTf.App\Entity\Customer' shared service.
  5674.      *
  5675.      * @return \App\Entity\Customer
  5676.      */
  5677.     protected function getCustomer14Service()
  5678.     {
  5679.         $this->throw('Cannot autowire service ".service_locator.v.fGnTf": it references class "App\\Entity\\Customer" but no such service exists.');
  5680.     }
  5681.     /**
  5682.      * Gets the private '.errored..service_locator.vUdv.fr.App\Entity\Produit' shared service.
  5683.      *
  5684.      * @return \App\Entity\Produit
  5685.      */
  5686.     protected function getProduit3Service()
  5687.     {
  5688.         $this->throw('Cannot autowire service ".service_locator.vUdv.fr": it references class "App\\Entity\\Produit" but no such service exists.');
  5689.     }
  5690.     /**
  5691.      * Gets the private '.errored..service_locator.w4KxZIX.App\Entity\Zone' shared service.
  5692.      *
  5693.      * @return \App\Entity\Zone
  5694.      */
  5695.     protected function getZone2Service()
  5696.     {
  5697.         $this->throw('Cannot autowire service ".service_locator.w4KxZIX": it references class "App\\Entity\\Zone" but no such service exists.');
  5698.     }
  5699.     /**
  5700.      * Gets the private '.errored..service_locator.wtUBix8.App\Entity\Network' shared service.
  5701.      *
  5702.      * @return \App\Entity\Network
  5703.      */
  5704.     protected function getNetwork11Service()
  5705.     {
  5706.         $this->throw('Cannot autowire service ".service_locator.wtUBix8": it references class "App\\Entity\\Network" but no such service exists.');
  5707.     }
  5708.     /**
  5709.      * Gets the private '.errored..service_locator.y0XNB5K.App\Entity\Zone' shared service.
  5710.      *
  5711.      * @return \App\Entity\Zone
  5712.      */
  5713.     protected function getZone3Service()
  5714.     {
  5715.         $this->throw('Cannot autowire service ".service_locator.y0XNB5K": it references class "App\\Entity\\Zone" but no such service exists.');
  5716.     }
  5717.     /**
  5718.      * Gets the private '.errored..service_locator.ykpsXIg.App\Entity\Mouvement' shared service.
  5719.      *
  5720.      * @return \App\Entity\Mouvement
  5721.      */
  5722.     protected function getMouvement3Service()
  5723.     {
  5724.         $this->throw('Cannot autowire service ".service_locator.ykpsXIg": it references class "App\\Entity\\Mouvement" but no such service exists.');
  5725.     }
  5726.     /**
  5727.      * Gets the private '.errored..service_locator.zVpJGgr.App\Entity\PlanifiedMaintenance' shared service.
  5728.      *
  5729.      * @return \App\Entity\PlanifiedMaintenance
  5730.      */
  5731.     protected function getPlanifiedMaintenance3Service()
  5732.     {
  5733.         $this->throw('Cannot autowire service ".service_locator.zVpJGgr": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  5734.     }
  5735.     /**
  5736.      * Gets the private '.errored..service_locator.zZantHl.App\Entity\ProspectMoveRequest' shared service.
  5737.      *
  5738.      * @return \App\Entity\ProspectMoveRequest
  5739.      */
  5740.     protected function getProspectMoveRequestService()
  5741.     {
  5742.         $this->throw('Cannot autowire service ".service_locator.zZantHl": it references class "App\\Entity\\ProspectMoveRequest" but no such service exists.');
  5743.     }
  5744.     /**
  5745.      * Gets the private '.errored..service_locator.zqb86X4.App\Entity\Agence' shared service.
  5746.      *
  5747.      * @return \App\Entity\Agence
  5748.      */
  5749.     protected function getAgence6Service()
  5750.     {
  5751.         $this->throw('Cannot autowire service ".service_locator.zqb86X4": it references class "App\\Entity\\Agence" but no such service exists.');
  5752.     }
  5753.     /**
  5754.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5755.      *
  5756.      * @return \Symfony\Component\Console\Command\LazyCommand
  5757.      */
  5758.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5762.         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 {
  5763.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5764.         });
  5765.     }
  5766.     /**
  5767.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\Console\Command\LazyCommand
  5770.      */
  5771.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5772.     {
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5775.         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 {
  5776.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5777.         });
  5778.     }
  5779.     /**
  5780.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5781.      *
  5782.      * @return \Symfony\Component\Console\Command\LazyCommand
  5783.      */
  5784.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5788.         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 {
  5789.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5790.         });
  5791.     }
  5792.     /**
  5793.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5794.      *
  5795.      * @return \Symfony\Component\Console\Command\LazyCommand
  5796.      */
  5797.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5798.     {
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5801.         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 {
  5802.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5803.         });
  5804.     }
  5805.     /**
  5806.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  5807.      *
  5808.      * @return \Symfony\Component\Console\Command\LazyCommand
  5809.      */
  5810.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5814.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5815.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  5816.         });
  5817.     }
  5818.     /**
  5819.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  5820.      *
  5821.      * @return \Symfony\Component\Console\Command\LazyCommand
  5822.      */
  5823.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  5824.     {
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5827.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5828.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  5829.         });
  5830.     }
  5831.     /**
  5832.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5833.      *
  5834.      * @return \Symfony\Component\Console\Command\LazyCommand
  5835.      */
  5836.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5840.         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 {
  5841.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5842.         });
  5843.     }
  5844.     /**
  5845.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5846.      *
  5847.      * @return \Symfony\Component\Console\Command\LazyCommand
  5848.      */
  5849.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5853.         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 {
  5854.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5855.         });
  5856.     }
  5857.     /**
  5858.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5859.      *
  5860.      * @return \Symfony\Component\Console\Command\LazyCommand
  5861.      */
  5862.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5866.         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 {
  5867.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5868.         });
  5869.     }
  5870.     /**
  5871.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5872.      *
  5873.      * @return \Symfony\Component\Console\Command\LazyCommand
  5874.      */
  5875.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5879.         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 {
  5880.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5881.         });
  5882.     }
  5883.     /**
  5884.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5885.      *
  5886.      * @return \Symfony\Component\Console\Command\LazyCommand
  5887.      */
  5888.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5889.     {
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5892.         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 {
  5893.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5894.         });
  5895.     }
  5896.     /**
  5897.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5898.      *
  5899.      * @return \Symfony\Component\Console\Command\LazyCommand
  5900.      */
  5901.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5902.     {
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5905.         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 {
  5906.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5907.         });
  5908.     }
  5909.     /**
  5910.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5911.      *
  5912.      * @return \Symfony\Component\Console\Command\LazyCommand
  5913.      */
  5914.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5918.         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 {
  5919.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5920.         });
  5921.     }
  5922.     /**
  5923.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5924.      *
  5925.      * @return \Symfony\Component\Console\Command\LazyCommand
  5926.      */
  5927.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5931.         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 {
  5932.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5933.         });
  5934.     }
  5935.     /**
  5936.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5937.      *
  5938.      * @return \Symfony\Component\Console\Command\LazyCommand
  5939.      */
  5940.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5944.         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 {
  5945.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5946.         });
  5947.     }
  5948.     /**
  5949.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  5950.      *
  5951.      * @return \Symfony\Component\Console\Command\LazyCommand
  5952.      */
  5953.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5957.         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 {
  5958.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  5959.         });
  5960.     }
  5961.     /**
  5962.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\Console\Command\LazyCommand
  5965.      */
  5966.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5970.         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 {
  5971.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  5972.         });
  5973.     }
  5974.     /**
  5975.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  5976.      *
  5977.      * @return \Symfony\Component\Console\Command\LazyCommand
  5978.      */
  5979.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5983.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5984.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  5985.         });
  5986.     }
  5987.     /**
  5988.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\Console\Command\LazyCommand
  5991.      */
  5992.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5996.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5997.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  5998.         });
  5999.     }
  6000.     /**
  6001.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6002.      *
  6003.      * @return \Symfony\Component\Console\Command\LazyCommand
  6004.      */
  6005.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6009.         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 {
  6010.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6011.         });
  6012.     }
  6013.     /**
  6014.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6015.      *
  6016.      * @return \Symfony\Component\Console\Command\LazyCommand
  6017.      */
  6018.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6019.     {
  6020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6022.         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 {
  6023.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6024.         });
  6025.     }
  6026.     /**
  6027.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\Console\Command\LazyCommand
  6030.      */
  6031.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6032.     {
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6035.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6036.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6037.         });
  6038.     }
  6039.     /**
  6040.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6041.      *
  6042.      * @return \Symfony\Component\Console\Command\LazyCommand
  6043.      */
  6044.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6048.         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 {
  6049.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6050.         });
  6051.     }
  6052.     /**
  6053.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\Console\Command\LazyCommand
  6056.      */
  6057.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6061.         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 {
  6062.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6063.         });
  6064.     }
  6065.     /**
  6066.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6067.      *
  6068.      * @return \Symfony\Component\Console\Command\LazyCommand
  6069.      */
  6070.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6071.     {
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6074.         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 {
  6075.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6076.         });
  6077.     }
  6078.     /**
  6079.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6080.      *
  6081.      * @return \Symfony\Component\Console\Command\LazyCommand
  6082.      */
  6083.     protected function get_Security_Command_DebugFirewall_LazyService()
  6084.     {
  6085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6087.         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 {
  6088.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6089.         });
  6090.     }
  6091.     /**
  6092.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\Console\Command\LazyCommand
  6095.      */
  6096.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6100.         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 {
  6101.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6102.         });
  6103.     }
  6104.     /**
  6105.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6106.      *
  6107.      * @return \Symfony\Component\Console\Command\LazyCommand
  6108.      */
  6109.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6113.         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 {
  6114.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6115.         });
  6116.     }
  6117.     /**
  6118.      * Gets the private '.service_locator..EETIKc' shared service.
  6119.      *
  6120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6121.      */
  6122.     protected function get_ServiceLocator__EETIKcService()
  6123.     {
  6124.         return $this->privates['.service_locator..EETIKc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6125.             'transfert' => ['privates''.errored..service_locator..EETIKc.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator..EETIKc": it references class "App\\Entity\\Transfert" but no such service exists.'],
  6126.         ], [
  6127.             'transfert' => 'App\\Entity\\Transfert',
  6128.         ]);
  6129.     }
  6130.     /**
  6131.      * Gets the private '.service_locator..Tk2o.V' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6134.      */
  6135.     protected function get_ServiceLocator__Tk2o_VService()
  6136.     {
  6137.         return $this->privates['.service_locator..Tk2o.V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6138.             'item' => ['privates''.errored..service_locator..Tk2o.V.App\\Entity\\Model'NULL'Cannot autowire service ".service_locator..Tk2o.V": it references class "App\\Entity\\Model" but no such service exists.'],
  6139.             'trans' => ['services''translator''getTranslatorService'false],
  6140.         ], [
  6141.             'item' => 'App\\Entity\\Model',
  6142.             'trans' => '?',
  6143.         ]);
  6144.     }
  6145.     /**
  6146.      * Gets the private '.service_locator..cSTREF' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6149.      */
  6150.     protected function get_ServiceLocator__CSTREFService()
  6151.     {
  6152.         return $this->privates['.service_locator..cSTREF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6153.             'receptionTransfertRepository' => ['privates''App\\Repository\\ReceptionTransfertRepository''getReceptionTransfertRepositoryService'false],
  6154.             'transfert' => ['privates''.errored..service_locator..cSTREF.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator..cSTREF": it references class "App\\Entity\\Transfert" but no such service exists.'],
  6155.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  6156.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6157.         ], [
  6158.             'receptionTransfertRepository' => 'App\\Repository\\ReceptionTransfertRepository',
  6159.             'transfert' => 'App\\Entity\\Transfert',
  6160.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  6161.             'translatorInterface' => '?',
  6162.         ]);
  6163.     }
  6164.     /**
  6165.      * Gets the private '.service_locator.0Glhizg' shared service.
  6166.      *
  6167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6168.      */
  6169.     protected function get_ServiceLocator_0GlhizgService()
  6170.     {
  6171.         return $this->privates['.service_locator.0Glhizg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6172.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6173.             'fournisseur' => ['privates''.errored..service_locator.0Glhizg.App\\Entity\\Fournisseur'NULL'Cannot autowire service ".service_locator.0Glhizg": it references class "App\\Entity\\Fournisseur" but no such service exists.'],
  6174.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  6175.             'trans' => ['services''translator''getTranslatorService'false],
  6176.         ], [
  6177.             'entityManager' => '?',
  6178.             'fournisseur' => 'App\\Entity\\Fournisseur',
  6179.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  6180.             'trans' => '?',
  6181.         ]);
  6182.     }
  6183.     /**
  6184.      * Gets the private '.service_locator.0JUpYOV' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6187.      */
  6188.     protected function get_ServiceLocator_0JUpYOVService()
  6189.     {
  6190.         return $this->privates['.service_locator.0JUpYOV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6191.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6192.             'translator' => ['services''translator''getTranslatorService'false],
  6193.         ], [
  6194.             'pdf' => '?',
  6195.             'translator' => '?',
  6196.         ]);
  6197.     }
  6198.     /**
  6199.      * Gets the private '.service_locator.0RswhjC' shared service.
  6200.      *
  6201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6202.      */
  6203.     protected function get_ServiceLocator_0RswhjCService()
  6204.     {
  6205.         return $this->privates['.service_locator.0RswhjC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6206.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6207.         ], [
  6208.             'pdf' => '?',
  6209.         ]);
  6210.     }
  6211.     /**
  6212.      * Gets the private '.service_locator.0djkI_r' shared service.
  6213.      *
  6214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6215.      */
  6216.     protected function get_ServiceLocator_0djkIRService()
  6217.     {
  6218.         return $this->privates['.service_locator.0djkI_r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6219.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6220.             'slugger' => ['privates''slugger''getSluggerService'false],
  6221.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6222.         ], [
  6223.             'entityManager' => '?',
  6224.             'slugger' => '?',
  6225.             'translatorInterface' => '?',
  6226.         ]);
  6227.     }
  6228.     /**
  6229.      * Gets the private '.service_locator.0fX41R6' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6232.      */
  6233.     protected function get_ServiceLocator_0fX41R6Service()
  6234.     {
  6235.         return $this->privates['.service_locator.0fX41R6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6236.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  6237.             'customer' => ['privates''.errored..service_locator.0fX41R6.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Customer" but no such service exists.'],
  6238.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6239.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6240.             'network' => ['privates''.errored..service_locator.0fX41R6.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Network" but no such service exists.'],
  6241.             'trans' => ['services''translator''getTranslatorService'false],
  6242.         ], [
  6243.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  6244.             'customer' => 'App\\Entity\\Customer',
  6245.             'em' => '?',
  6246.             'logger' => '?',
  6247.             'network' => 'App\\Entity\\Network',
  6248.             'trans' => '?',
  6249.         ]);
  6250.     }
  6251.     /**
  6252.      * Gets the private '.service_locator.1QwN.ua' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6255.      */
  6256.     protected function get_ServiceLocator_1QwN_UaService()
  6257.     {
  6258.         return $this->privates['.service_locator.1QwN.ua'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6259.             'identifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  6260.         ], [
  6261.             'identifiantRepository' => 'App\\Repository\\IdentifiantRepository',
  6262.         ]);
  6263.     }
  6264.     /**
  6265.      * Gets the private '.service_locator.1mdfZZ8' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6268.      */
  6269.     protected function get_ServiceLocator_1mdfZZ8Service()
  6270.     {
  6271.         return $this->privates['.service_locator.1mdfZZ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6272.             'stock' => ['privates''.errored..service_locator.1mdfZZ8.App\\Entity\\Stock'NULL'Cannot autowire service ".service_locator.1mdfZZ8": it references class "App\\Entity\\Stock" but no such service exists.'],
  6273.         ], [
  6274.             'stock' => 'App\\Entity\\Stock',
  6275.         ]);
  6276.     }
  6277.     /**
  6278.      * Gets the private '.service_locator.1o3HeJI' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6281.      */
  6282.     protected function get_ServiceLocator_1o3HeJIService()
  6283.     {
  6284.         return $this->privates['.service_locator.1o3HeJI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6285.             'reception' => ['privates''.errored..service_locator.1o3HeJI.App\\Entity\\Reception'NULL'Cannot autowire service ".service_locator.1o3HeJI": it references class "App\\Entity\\Reception" but no such service exists.'],
  6286.         ], [
  6287.             'reception' => 'App\\Entity\\Reception',
  6288.         ]);
  6289.     }
  6290.     /**
  6291.      * Gets the private '.service_locator.2GDxWS8' shared service.
  6292.      *
  6293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6294.      */
  6295.     protected function get_ServiceLocator_2GDxWS8Service()
  6296.     {
  6297.         return $this->privates['.service_locator.2GDxWS8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6298.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6299.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  6300.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6301.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  6302.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  6303.         ], [
  6304.             'em' => '?',
  6305.             'roleHelper' => 'App\\Helper\\RoleHelper',
  6306.             'translatorInterface' => '?',
  6307.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  6308.             'userManager' => '?',
  6309.         ]);
  6310.     }
  6311.     /**
  6312.      * Gets the private '.service_locator.2RfHm9Q' shared service.
  6313.      *
  6314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6315.      */
  6316.     protected function get_ServiceLocator_2RfHm9QService()
  6317.     {
  6318.         return $this->privates['.service_locator.2RfHm9Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6319.             'articleClientRepository' => ['privates''App\\Repository\\ArticleClientRepository''getArticleClientRepositoryService'false],
  6320.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6321.         ], [
  6322.             'articleClientRepository' => 'App\\Repository\\ArticleClientRepository',
  6323.             'translatorInterface' => '?',
  6324.         ]);
  6325.     }
  6326.     /**
  6327.      * Gets the private '.service_locator.2_g68iE' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6330.      */
  6331.     protected function get_ServiceLocator_2G68iEService()
  6332.     {
  6333.         return $this->privates['.service_locator.2_g68iE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6334.             'manager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6335.             'network' => ['privates''.errored..service_locator.2_g68iE.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.2_g68iE": it references class "App\\Entity\\Network" but no such service exists.'],
  6336.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6337.         ], [
  6338.             'manager' => 'App\\Manager\\NetworkManager',
  6339.             'network' => 'App\\Entity\\Network',
  6340.             'translatorInterface' => '?',
  6341.         ]);
  6342.     }
  6343.     /**
  6344.      * Gets the private '.service_locator.3ScHzZK' shared service.
  6345.      *
  6346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6347.      */
  6348.     protected function get_ServiceLocator_3ScHzZKService()
  6349.     {
  6350.         return $this->privates['.service_locator.3ScHzZK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6351.             'service' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  6352.         ], [
  6353.             'service' => '?',
  6354.         ]);
  6355.     }
  6356.     /**
  6357.      * Gets the private '.service_locator.3fv.C89' shared service.
  6358.      *
  6359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6360.      */
  6361.     protected function get_ServiceLocator_3fv_C89Service()
  6362.     {
  6363.         return $this->privates['.service_locator.3fv.C89'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6364.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  6365.         ], [
  6366.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  6367.         ]);
  6368.     }
  6369.     /**
  6370.      * Gets the private '.service_locator.3zbIe2e' shared service.
  6371.      *
  6372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6373.      */
  6374.     protected function get_ServiceLocator_3zbIe2eService()
  6375.     {
  6376.         return $this->privates['.service_locator.3zbIe2e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6377.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  6378.         ], [
  6379.             'paginatorInterface' => '?',
  6380.         ]);
  6381.     }
  6382.     /**
  6383.      * Gets the private '.service_locator.42XlV._' shared service.
  6384.      *
  6385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6386.      */
  6387.     protected function get_ServiceLocator_42XlV_Service()
  6388.     {
  6389.         return $this->privates['.service_locator.42XlV._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6390.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6391.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6392.             'translator' => ['services''translator''getTranslatorService'false],
  6393.         ], [
  6394.             'em' => '?',
  6395.             'logger' => '?',
  6396.             'translator' => '?',
  6397.         ]);
  6398.     }
  6399.     /**
  6400.      * Gets the private '.service_locator.43KuGKF' shared service.
  6401.      *
  6402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6403.      */
  6404.     protected function get_ServiceLocator_43KuGKFService()
  6405.     {
  6406.         return $this->privates['.service_locator.43KuGKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6407.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6408.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6409.         ], [
  6410.             'customerManager' => 'App\\Manager\\CustomerManager',
  6411.             'networkManager' => 'App\\Manager\\NetworkManager',
  6412.         ]);
  6413.     }
  6414.     /**
  6415.      * Gets the private '.service_locator.467VcOo' shared service.
  6416.      *
  6417.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6418.      */
  6419.     protected function get_ServiceLocator_467VcOoService()
  6420.     {
  6421.         return $this->privates['.service_locator.467VcOo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6422.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  6423.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6424.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6425.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6426.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6427.         ], [
  6428.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  6429.             'customerManager' => 'App\\Manager\\CustomerManager',
  6430.             'em' => '?',
  6431.             'entityManager' => '?',
  6432.             'networkManager' => 'App\\Manager\\NetworkManager',
  6433.         ]);
  6434.     }
  6435.     /**
  6436.      * Gets the private '.service_locator.48VO5iM' shared service.
  6437.      *
  6438.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6439.      */
  6440.     protected function get_ServiceLocator_48VO5iMService()
  6441.     {
  6442.         return $this->privates['.service_locator.48VO5iM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6443.             'deviceType' => ['privates''.errored..service_locator.48VO5iM.App\\Entity\\DeviceType'NULL'Cannot autowire service ".service_locator.48VO5iM": it references class "App\\Entity\\DeviceType" but no such service exists.'],
  6444.         ], [
  6445.             'deviceType' => 'App\\Entity\\DeviceType',
  6446.         ]);
  6447.     }
  6448.     /**
  6449.      * Gets the private '.service_locator.4vEn9cc' shared service.
  6450.      *
  6451.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6452.      */
  6453.     protected function get_ServiceLocator_4vEn9ccService()
  6454.     {
  6455.         return $this->privates['.service_locator.4vEn9cc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6456.             'reception' => ['privates''.errored..service_locator.4vEn9cc.App\\Entity\\Reception'NULL'Cannot autowire service ".service_locator.4vEn9cc": it references class "App\\Entity\\Reception" but no such service exists.'],
  6457.             'receptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  6458.         ], [
  6459.             'reception' => 'App\\Entity\\Reception',
  6460.             'receptionRepository' => 'App\\Repository\\ReceptionRepository',
  6461.         ]);
  6462.     }
  6463.     /**
  6464.      * Gets the private '.service_locator.5Ri8jqs' shared service.
  6465.      *
  6466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6467.      */
  6468.     protected function get_ServiceLocator_5Ri8jqsService()
  6469.     {
  6470.         return $this->privates['.service_locator.5Ri8jqs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6471.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  6472.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  6473.         ], [
  6474.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  6475.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  6476.         ]);
  6477.     }
  6478.     /**
  6479.      * Gets the private '.service_locator.5W4CSYJ' shared service.
  6480.      *
  6481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6482.      */
  6483.     protected function get_ServiceLocator_5W4CSYJService()
  6484.     {
  6485.         return $this->privates['.service_locator.5W4CSYJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6486.             'customer' => ['privates''.errored..service_locator.5W4CSYJ.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.5W4CSYJ": it references class "App\\Entity\\Customer" but no such service exists.'],
  6487.             'manager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6488.         ], [
  6489.             'customer' => 'App\\Entity\\Customer',
  6490.             'manager' => 'App\\Manager\\CustomerManager',
  6491.         ]);
  6492.     }
  6493.     /**
  6494.      * Gets the private '.service_locator.5ZKSdtX' shared service.
  6495.      *
  6496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6497.      */
  6498.     protected function get_ServiceLocator_5ZKSdtXService()
  6499.     {
  6500.         return $this->privates['.service_locator.5ZKSdtX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6501.             'preparationTransfertRepository' => ['privates''App\\Repository\\PreparationTransfertRepository''getPreparationTransfertRepositoryService'false],
  6502.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6503.             'transfert' => ['privates''.errored..service_locator.5ZKSdtX.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator.5ZKSdtX": it references class "App\\Entity\\Transfert" but no such service exists.'],
  6504.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  6505.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6506.         ], [
  6507.             'preparationTransfertRepository' => 'App\\Repository\\PreparationTransfertRepository',
  6508.             'stockRepository' => 'App\\Repository\\StockRepository',
  6509.             'transfert' => 'App\\Entity\\Transfert',
  6510.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  6511.             'translatorInterface' => '?',
  6512.         ]);
  6513.     }
  6514.     /**
  6515.      * Gets the private '.service_locator.5kTAqd3' shared service.
  6516.      *
  6517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6518.      */
  6519.     protected function get_ServiceLocator_5kTAqd3Service()
  6520.     {
  6521.         return $this->privates['.service_locator.5kTAqd3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6522.             'item' => ['privates''.errored..service_locator.5kTAqd3.App\\Entity\\Produit'NULL'Cannot autowire service ".service_locator.5kTAqd3": it references class "App\\Entity\\Produit" but no such service exists.'],
  6523.             'trans' => ['services''translator''getTranslatorService'false],
  6524.         ], [
  6525.             'item' => 'App\\Entity\\Produit',
  6526.             'trans' => '?',
  6527.         ]);
  6528.     }
  6529.     /**
  6530.      * Gets the private '.service_locator.5miB8_X' shared service.
  6531.      *
  6532.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6533.      */
  6534.     protected function get_ServiceLocator_5miB8XService()
  6535.     {
  6536.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6537.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6538.         ], [
  6539.             'em' => '?',
  6540.         ]);
  6541.     }
  6542.     /**
  6543.      * Gets the private '.service_locator.6LRhzg0' shared service.
  6544.      *
  6545.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6546.      */
  6547.     protected function get_ServiceLocator_6LRhzg0Service()
  6548.     {
  6549.         return $this->privates['.service_locator.6LRhzg0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6550.             'changementKit' => ['privates''.errored..service_locator.6LRhzg0.App\\Entity\\ChangementKit'NULL'Cannot autowire service ".service_locator.6LRhzg0": it references class "App\\Entity\\ChangementKit" but no such service exists.'],
  6551.             'changementKitRepository' => ['privates''App\\Repository\\ChangementKitRepository''getChangementKitRepositoryService'false],
  6552.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6553.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6554.         ], [
  6555.             'changementKit' => 'App\\Entity\\ChangementKit',
  6556.             'changementKitRepository' => 'App\\Repository\\ChangementKitRepository',
  6557.             'stockRepository' => 'App\\Repository\\StockRepository',
  6558.             'translatorInterface' => '?',
  6559.         ]);
  6560.     }
  6561.     /**
  6562.      * Gets the private '.service_locator.6uSNzqP' shared service.
  6563.      *
  6564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6565.      */
  6566.     protected function get_ServiceLocator_6uSNzqPService()
  6567.     {
  6568.         return $this->privates['.service_locator.6uSNzqP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6569.             'changementKitRepository' => ['privates''App\\Repository\\ChangementKitRepository''getChangementKitRepositoryService'false],
  6570.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6571.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6572.         ], [
  6573.             'changementKitRepository' => 'App\\Repository\\ChangementKitRepository',
  6574.             'stockRepository' => 'App\\Repository\\StockRepository',
  6575.             'translatorInterface' => '?',
  6576.         ]);
  6577.     }
  6578.     /**
  6579.      * Gets the private '.service_locator.7405IkE' shared service.
  6580.      *
  6581.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6582.      */
  6583.     protected function get_ServiceLocator_7405IkEService()
  6584.     {
  6585.         return $this->privates['.service_locator.7405IkE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6586.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6587.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6588.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6589.         ], [
  6590.             'em' => '?',
  6591.             'session' => '?',
  6592.             'translatorInterface' => '?',
  6593.         ]);
  6594.     }
  6595.     /**
  6596.      * Gets the private '.service_locator.7dw6DAe' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6599.      */
  6600.     protected function get_ServiceLocator_7dw6DAeService()
  6601.     {
  6602.         return $this->privates['.service_locator.7dw6DAe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6603.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6604.             'networkDevice' => ['privates''.errored..service_locator.7dw6DAe.App\\Entity\\NetworkDevice'NULL'Cannot autowire service ".service_locator.7dw6DAe": it references class "App\\Entity\\NetworkDevice" but no such service exists.'],
  6605.         ], [
  6606.             'em' => '?',
  6607.             'networkDevice' => 'App\\Entity\\NetworkDevice',
  6608.         ]);
  6609.     }
  6610.     /**
  6611.      * Gets the private '.service_locator.7zlP5iH' shared service.
  6612.      *
  6613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6614.      */
  6615.     protected function get_ServiceLocator_7zlP5iHService()
  6616.     {
  6617.         return $this->privates['.service_locator.7zlP5iH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6618.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  6619.             'modelePreEnregistre' => ['privates''.errored..service_locator.7zlP5iH.App\\Entity\\ModelePreEnregistre'NULL'Cannot autowire service ".service_locator.7zlP5iH": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.'],
  6620.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6621.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6622.         ], [
  6623.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  6624.             'modelePreEnregistre' => 'App\\Entity\\ModelePreEnregistre',
  6625.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6626.             'stockRepository' => 'App\\Repository\\StockRepository',
  6627.         ]);
  6628.     }
  6629.     /**
  6630.      * Gets the private '.service_locator.84AyqH8' shared service.
  6631.      *
  6632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6633.      */
  6634.     protected function get_ServiceLocator_84AyqH8Service()
  6635.     {
  6636.         return $this->privates['.service_locator.84AyqH8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6637.             'network' => ['privates''.errored..service_locator.84AyqH8.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.84AyqH8": it references class "App\\Entity\\Network" but no such service exists.'],
  6638.         ], [
  6639.             'network' => 'App\\Entity\\Network',
  6640.         ]);
  6641.     }
  6642.     /**
  6643.      * Gets the private '.service_locator.8KMdi7N' shared service.
  6644.      *
  6645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6646.      */
  6647.     protected function get_ServiceLocator_8KMdi7NService()
  6648.     {
  6649.         return $this->privates['.service_locator.8KMdi7N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6650.             'articleClient' => ['privates''.errored..service_locator.8KMdi7N.App\\Entity\\ArticleClient'NULL'Cannot autowire service ".service_locator.8KMdi7N": it references class "App\\Entity\\ArticleClient" but no such service exists.'],
  6651.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6652.             'trans' => ['services''translator''getTranslatorService'false],
  6653.         ], [
  6654.             'articleClient' => 'App\\Entity\\ArticleClient',
  6655.             'entityManager' => '?',
  6656.             'trans' => '?',
  6657.         ]);
  6658.     }
  6659.     /**
  6660.      * Gets the private '.service_locator.8rqPmL5' shared service.
  6661.      *
  6662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6663.      */
  6664.     protected function get_ServiceLocator_8rqPmL5Service()
  6665.     {
  6666.         return $this->privates['.service_locator.8rqPmL5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6667.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  6668.             'user' => ['privates''.errored..service_locator.8rqPmL5.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.8rqPmL5": it references class "App\\Entity\\Users" but no such service exists.'],
  6669.         ], [
  6670.             'serializerInterface' => '?',
  6671.             'user' => 'App\\Entity\\Users',
  6672.         ]);
  6673.     }
  6674.     /**
  6675.      * Gets the private '.service_locator.8ztvxDR' shared service.
  6676.      *
  6677.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6678.      */
  6679.     protected function get_ServiceLocator_8ztvxDRService()
  6680.     {
  6681.         return $this->privates['.service_locator.8ztvxDR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6682.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6683.             'inventaireRepository' => ['privates''App\\Repository\\InventaireRepository''getInventaireRepositoryService'false],
  6684.         ], [
  6685.             'em' => '?',
  6686.             'inventaireRepository' => 'App\\Repository\\InventaireRepository',
  6687.         ]);
  6688.     }
  6689.     /**
  6690.      * Gets the private '.service_locator.9KmVZb.' shared service.
  6691.      *
  6692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6693.      */
  6694.     protected function get_ServiceLocator_9KmVZb_Service()
  6695.     {
  6696.         return $this->privates['.service_locator.9KmVZb.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6697.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  6698.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  6699.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6700.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6701.         ], [
  6702.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  6703.             'modelRepository' => 'App\\Repository\\ModelRepository',
  6704.             'stockRepository' => 'App\\Repository\\StockRepository',
  6705.             'translatorInterface' => '?',
  6706.         ]);
  6707.     }
  6708.     /**
  6709.      * Gets the private '.service_locator.9NcbZAd' shared service.
  6710.      *
  6711.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6712.      */
  6713.     protected function get_ServiceLocator_9NcbZAdService()
  6714.     {
  6715.         return $this->privates['.service_locator.9NcbZAd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6716.             'alertProject' => ['privates''.errored..service_locator.9NcbZAd.App\\Entity\\AlertProject'NULL'Cannot autowire service ".service_locator.9NcbZAd": it references class "App\\Entity\\AlertProject" but no such service exists.'],
  6717.         ], [
  6718.             'alertProject' => 'App\\Entity\\AlertProject',
  6719.         ]);
  6720.     }
  6721.     /**
  6722.      * Gets the private '.service_locator.9QkAKC9' shared service.
  6723.      *
  6724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6725.      */
  6726.     protected function get_ServiceLocator_9QkAKC9Service()
  6727.     {
  6728.         return $this->privates['.service_locator.9QkAKC9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6729.             'modele' => ['privates''.errored..service_locator.9QkAKC9.App\\Entity\\ModelePreEnregistre'NULL'Cannot autowire service ".service_locator.9QkAKC9": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.'],
  6730.             'serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  6731.         ], [
  6732.             'modele' => 'App\\Entity\\ModelePreEnregistre',
  6733.             'serializer' => '?',
  6734.         ]);
  6735.     }
  6736.     /**
  6737.      * Gets the private '.service_locator.9kY4W73' shared service.
  6738.      *
  6739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6740.      */
  6741.     protected function get_ServiceLocator_9kY4W73Service()
  6742.     {
  6743.         return $this->privates['.service_locator.9kY4W73'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6744.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  6745.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6746.         ], [
  6747.             'paginatorInterface' => '?',
  6748.             'translatorInterface' => '?',
  6749.         ]);
  6750.     }
  6751.     /**
  6752.      * Gets the private '.service_locator.A29V4mf' shared service.
  6753.      *
  6754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6755.      */
  6756.     protected function get_ServiceLocator_A29V4mfService()
  6757.     {
  6758.         return $this->privates['.service_locator.A29V4mf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6759.             'dashboardService' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  6760.         ], [
  6761.             'dashboardService' => '?',
  6762.         ]);
  6763.     }
  6764.     /**
  6765.      * Gets the private '.service_locator.ACO_H3o' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6768.      */
  6769.     protected function get_ServiceLocator_ACOH3oService()
  6770.     {
  6771.         return $this->privates['.service_locator.ACO_H3o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6772.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6773.             'modelePreEnregistre' => ['privates''.errored..service_locator.ACO_H3o.App\\Entity\\ModelePreEnregistre'NULL'Cannot autowire service ".service_locator.ACO_H3o": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.'],
  6774.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6775.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6776.         ], [
  6777.             'entityManager' => '?',
  6778.             'modelePreEnregistre' => 'App\\Entity\\ModelePreEnregistre',
  6779.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6780.             'translatorInterface' => '?',
  6781.         ]);
  6782.     }
  6783.     /**
  6784.      * Gets the private '.service_locator.ArSI9MS' shared service.
  6785.      *
  6786.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6787.      */
  6788.     protected function get_ServiceLocator_ArSI9MSService()
  6789.     {
  6790.         return $this->privates['.service_locator.ArSI9MS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6791.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6792.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6793.         ], [
  6794.             'em' => '?',
  6795.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  6796.         ]);
  6797.     }
  6798.     /**
  6799.      * Gets the private '.service_locator.BC2HOiR' shared service.
  6800.      *
  6801.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6802.      */
  6803.     protected function get_ServiceLocator_BC2HOiRService()
  6804.     {
  6805.         return $this->privates['.service_locator.BC2HOiR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6806.             'mouvement' => ['privates''.errored..service_locator.BC2HOiR.App\\Entity\\Mouvement'NULL'Cannot autowire service ".service_locator.BC2HOiR": it references class "App\\Entity\\Mouvement" but no such service exists.'],
  6807.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  6808.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  6809.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6810.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6811.         ], [
  6812.             'mouvement' => 'App\\Entity\\Mouvement',
  6813.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  6814.             'passwordHasher' => '?',
  6815.             'stockRepository' => 'App\\Repository\\StockRepository',
  6816.             'translatorInterface' => '?',
  6817.         ]);
  6818.     }
  6819.     /**
  6820.      * Gets the private '.service_locator.BKwW7SJ' shared service.
  6821.      *
  6822.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6823.      */
  6824.     protected function get_ServiceLocator_BKwW7SJService()
  6825.     {
  6826.         return $this->privates['.service_locator.BKwW7SJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6827.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6828.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6829.         ], [
  6830.             'entityManager' => '?',
  6831.             'translatorInterface' => '?',
  6832.         ]);
  6833.     }
  6834.     /**
  6835.      * Gets the private '.service_locator.Bi2EXC2' shared service.
  6836.      *
  6837.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6838.      */
  6839.     protected function get_ServiceLocator_Bi2EXC2Service()
  6840.     {
  6841.         return $this->privates['.service_locator.Bi2EXC2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6842.             'remplacementRepository' => ['privates''App\\Repository\\RemplacementRepository''getRemplacementRepositoryService'false],
  6843.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6844.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6845.         ], [
  6846.             'remplacementRepository' => 'App\\Repository\\RemplacementRepository',
  6847.             'stockRepository' => 'App\\Repository\\StockRepository',
  6848.             'translatorInterface' => '?',
  6849.         ]);
  6850.     }
  6851.     /**
  6852.      * Gets the private '.service_locator.BiewvBu' shared service.
  6853.      *
  6854.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6855.      */
  6856.     protected function get_ServiceLocator_BiewvBuService()
  6857.     {
  6858.         return $this->privates['.service_locator.BiewvBu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6859.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  6860.         ], [
  6861.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  6862.         ]);
  6863.     }
  6864.     /**
  6865.      * Gets the private '.service_locator.ByMeTGc' shared service.
  6866.      *
  6867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6868.      */
  6869.     protected function get_ServiceLocator_ByMeTGcService()
  6870.     {
  6871.         return $this->privates['.service_locator.ByMeTGc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6872.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  6873.             'moveRequest' => ['privates''.errored..service_locator.ByMeTGc.App\\Entity\\NetworkMoveRequest'NULL'Cannot autowire service ".service_locator.ByMeTGc": it references class "App\\Entity\\NetworkMoveRequest" but no such service exists.'],
  6874.         ], [
  6875.             'manager' => 'App\\Manager\\MoveRequestManager',
  6876.             'moveRequest' => 'App\\Entity\\NetworkMoveRequest',
  6877.         ]);
  6878.     }
  6879.     /**
  6880.      * Gets the private '.service_locator.CIkUJtK' shared service.
  6881.      *
  6882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6883.      */
  6884.     protected function get_ServiceLocator_CIkUJtKService()
  6885.     {
  6886.         return $this->privates['.service_locator.CIkUJtK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6887.             'device' => ['privates''.errored..service_locator.CIkUJtK.App\\Entity\\Device'NULL'Cannot autowire service ".service_locator.CIkUJtK": it references class "App\\Entity\\Device" but no such service exists.'],
  6888.             'trans' => ['services''translator''getTranslatorService'false],
  6889.         ], [
  6890.             'device' => 'App\\Entity\\Device',
  6891.             'trans' => '?',
  6892.         ]);
  6893.     }
  6894.     /**
  6895.      * Gets the private '.service_locator.CPjQy1V' shared service.
  6896.      *
  6897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6898.      */
  6899.     protected function get_ServiceLocator_CPjQy1VService()
  6900.     {
  6901.         return $this->privates['.service_locator.CPjQy1V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6902.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6903.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6904.         ], [
  6905.             'em' => '?',
  6906.             'logger' => '?',
  6907.         ]);
  6908.     }
  6909.     /**
  6910.      * Gets the private '.service_locator.Cw87WGt' shared service.
  6911.      *
  6912.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6913.      */
  6914.     protected function get_ServiceLocator_Cw87WGtService()
  6915.     {
  6916.         return $this->privates['.service_locator.Cw87WGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6917.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6918.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6919.         ], [
  6920.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6921.             'translatorInterface' => '?',
  6922.         ]);
  6923.     }
  6924.     /**
  6925.      * Gets the private '.service_locator.D2Ja7N.' shared service.
  6926.      *
  6927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6928.      */
  6929.     protected function get_ServiceLocator_D2Ja7N_Service()
  6930.     {
  6931.         return $this->privates['.service_locator.D2Ja7N.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6932.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  6933.             'moveRequest' => ['privates''.errored..service_locator.D2Ja7N..App\\Entity\\MoveRequest'NULL'Cannot autowire service ".service_locator.D2Ja7N.": it references class "App\\Entity\\MoveRequest" but no such service exists.'],
  6934.         ], [
  6935.             'manager' => 'App\\Manager\\MoveRequestManager',
  6936.             'moveRequest' => 'App\\Entity\\MoveRequest',
  6937.         ]);
  6938.     }
  6939.     /**
  6940.      * Gets the private '.service_locator.DPytARp' shared service.
  6941.      *
  6942.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6943.      */
  6944.     protected function get_ServiceLocator_DPytARpService()
  6945.     {
  6946.         return $this->privates['.service_locator.DPytARp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6947.             'caisse' => ['privates''.errored..service_locator.DPytARp.App\\Entity\\Caisse'NULL'Cannot autowire service ".service_locator.DPytARp": it references class "App\\Entity\\Caisse" but no such service exists.'],
  6948.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6949.             'translator' => ['services''translator''getTranslatorService'false],
  6950.         ], [
  6951.             'caisse' => 'App\\Entity\\Caisse',
  6952.             'logger' => '?',
  6953.             'translator' => '?',
  6954.         ]);
  6955.     }
  6956.     /**
  6957.      * Gets the private '.service_locator.DXM7S5y' shared service.
  6958.      *
  6959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6960.      */
  6961.     protected function get_ServiceLocator_DXM7S5yService()
  6962.     {
  6963.         return $this->privates['.service_locator.DXM7S5y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6964.             'agence' => ['privates''.errored..service_locator.DXM7S5y.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.DXM7S5y": it references class "App\\Entity\\Agence" but no such service exists.'],
  6965.             'repo' => ['privates''App\\Repository\\UsersRepository''getUsersRepositoryService'false],
  6966.         ], [
  6967.             'agence' => 'App\\Entity\\Agence',
  6968.             'repo' => 'App\\Repository\\UsersRepository',
  6969.         ]);
  6970.     }
  6971.     /**
  6972.      * Gets the private '.service_locator.DqBSHQq' shared service.
  6973.      *
  6974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6975.      */
  6976.     protected function get_ServiceLocator_DqBSHQqService()
  6977.     {
  6978.         return $this->privates['.service_locator.DqBSHQq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6979.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  6980.         ], [
  6981.             'serializerInterface' => '?',
  6982.         ]);
  6983.     }
  6984.     /**
  6985.      * Gets the private '.service_locator.DvQEu8l' shared service.
  6986.      *
  6987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6988.      */
  6989.     protected function get_ServiceLocator_DvQEu8lService()
  6990.     {
  6991.         return $this->privates['.service_locator.DvQEu8l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6992.             'local' => ['privates''.errored..service_locator.DvQEu8l.App\\Entity\\LocalAgence'NULL'Cannot autowire service ".service_locator.DvQEu8l": it references class "App\\Entity\\LocalAgence" but no such service exists.'],
  6993.         ], [
  6994.             'local' => 'App\\Entity\\LocalAgence',
  6995.         ]);
  6996.     }
  6997.     /**
  6998.      * Gets the private '.service_locator.E6MiF.U' shared service.
  6999.      *
  7000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7001.      */
  7002.     protected function get_ServiceLocator_E6MiF_UService()
  7003.     {
  7004.         return $this->privates['.service_locator.E6MiF.U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7005.             'planifiedMaintenance' => ['privates''.errored..service_locator.E6MiF.U.App\\Entity\\PlanifiedMaintenance'NULL'Cannot autowire service ".service_locator.E6MiF.U": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.'],
  7006.             'trans' => ['services''translator''getTranslatorService'false],
  7007.         ], [
  7008.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  7009.             'trans' => '?',
  7010.         ]);
  7011.     }
  7012.     /**
  7013.      * Gets the private '.service_locator.EKOxL7d' shared service.
  7014.      *
  7015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7016.      */
  7017.     protected function get_ServiceLocator_EKOxL7dService()
  7018.     {
  7019.         return $this->privates['.service_locator.EKOxL7d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7020.             'customer' => ['privates''.errored..service_locator.EKOxL7d.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.EKOxL7d": it references class "App\\Entity\\Customer" but no such service exists.'],
  7021.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7022.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7023.             'translator' => ['services''translator''getTranslatorService'false],
  7024.         ], [
  7025.             'customer' => 'App\\Entity\\Customer',
  7026.             'em' => '?',
  7027.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  7028.             'translator' => '?',
  7029.         ]);
  7030.     }
  7031.     /**
  7032.      * Gets the private '.service_locator.EbEvvT5' shared service.
  7033.      *
  7034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7035.      */
  7036.     protected function get_ServiceLocator_EbEvvT5Service()
  7037.     {
  7038.         return $this->privates['.service_locator.EbEvvT5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7039.             'identifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  7040.             'stock' => ['privates''.errored..service_locator.EbEvvT5.App\\Entity\\Stock'NULL'Cannot autowire service ".service_locator.EbEvvT5": it references class "App\\Entity\\Stock" but no such service exists.'],
  7041.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7042.         ], [
  7043.             'identifiantRepository' => 'App\\Repository\\IdentifiantRepository',
  7044.             'stock' => 'App\\Entity\\Stock',
  7045.             'stockRepository' => 'App\\Repository\\StockRepository',
  7046.         ]);
  7047.     }
  7048.     /**
  7049.      * Gets the private '.service_locator.EfcqpF6' shared service.
  7050.      *
  7051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7052.      */
  7053.     protected function get_ServiceLocator_EfcqpF6Service()
  7054.     {
  7055.         return $this->privates['.service_locator.EfcqpF6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7056.             'processor' => ['privates''App\\Processor\\ProspectMassUploadProcessor''getProspectMassUploadProcessorService'false],
  7057.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  7058.         ], [
  7059.             'processor' => 'App\\Processor\\ProspectMassUploadProcessor',
  7060.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  7061.         ]);
  7062.     }
  7063.     /**
  7064.      * Gets the private '.service_locator.EmgLjcU' shared service.
  7065.      *
  7066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7067.      */
  7068.     protected function get_ServiceLocator_EmgLjcUService()
  7069.     {
  7070.         return $this->privates['.service_locator.EmgLjcU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7071.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7072.             'modelePreEnregistre' => ['privates''.errored..service_locator.EmgLjcU.App\\Entity\\ModelePreEnregistre'NULL'Cannot autowire service ".service_locator.EmgLjcU": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.'],
  7073.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  7074.             'trans' => ['services''translator''getTranslatorService'false],
  7075.         ], [
  7076.             'entityManager' => '?',
  7077.             'modelePreEnregistre' => 'App\\Entity\\ModelePreEnregistre',
  7078.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  7079.             'trans' => '?',
  7080.         ]);
  7081.     }
  7082.     /**
  7083.      * Gets the private '.service_locator.EvoQZbL' shared service.
  7084.      *
  7085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7086.      */
  7087.     protected function get_ServiceLocator_EvoQZbLService()
  7088.     {
  7089.         return $this->privates['.service_locator.EvoQZbL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7090.             'code' => ['privates''.errored..service_locator.EvoQZbL.App\\Entity\\GeneratedCode'NULL'Cannot autowire service ".service_locator.EvoQZbL": it references class "App\\Entity\\GeneratedCode" but no such service exists.'],
  7091.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7092.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7093.             'trans' => ['services''translator''getTranslatorService'false],
  7094.         ], [
  7095.             'code' => 'App\\Entity\\GeneratedCode',
  7096.             'customerManager' => 'App\\Manager\\CustomerManager',
  7097.             'em' => '?',
  7098.             'trans' => '?',
  7099.         ]);
  7100.     }
  7101.     /**
  7102.      * Gets the private '.service_locator.FB.pLhm' shared service.
  7103.      *
  7104.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7105.      */
  7106.     protected function get_ServiceLocator_FB_PLhmService()
  7107.     {
  7108.         return $this->privates['.service_locator.FB.pLhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7109.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7110.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7111.             'tanslator' => ['services''translator''getTranslatorService'false],
  7112.         ], [
  7113.             'em' => '?',
  7114.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  7115.             'tanslator' => '?',
  7116.         ]);
  7117.     }
  7118.     /**
  7119.      * Gets the private '.service_locator.FM8zfWg' shared service.
  7120.      *
  7121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7122.      */
  7123.     protected function get_ServiceLocator_FM8zfWgService()
  7124.     {
  7125.         return $this->privates['.service_locator.FM8zfWg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7126.             'facturation' => ['privates''.errored..service_locator.FM8zfWg.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.FM8zfWg": it references class "App\\Entity\\Facturation" but no such service exists.'],
  7127.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  7128.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7129.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7130.         ], [
  7131.             'facturation' => 'App\\Entity\\Facturation',
  7132.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  7133.             'stockRepository' => 'App\\Repository\\StockRepository',
  7134.             'translatorInterface' => '?',
  7135.         ]);
  7136.     }
  7137.     /**
  7138.      * Gets the private '.service_locator.FhRsrTX' shared service.
  7139.      *
  7140.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7141.      */
  7142.     protected function get_ServiceLocator_FhRsrTXService()
  7143.     {
  7144.         return $this->privates['.service_locator.FhRsrTX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7145.             'repo' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7146.             'stock' => ['privates''.errored..service_locator.FhRsrTX.App\\Entity\\Stock'NULL'Cannot autowire service ".service_locator.FhRsrTX": it references class "App\\Entity\\Stock" but no such service exists.'],
  7147.         ], [
  7148.             'repo' => 'App\\Repository\\StockRepository',
  7149.             'stock' => 'App\\Entity\\Stock',
  7150.         ]);
  7151.     }
  7152.     /**
  7153.      * Gets the private '.service_locator.FwYCxie' shared service.
  7154.      *
  7155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7156.      */
  7157.     protected function get_ServiceLocator_FwYCxieService()
  7158.     {
  7159.         return $this->privates['.service_locator.FwYCxie'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7160.             'agence' => ['privates''.errored..service_locator.FwYCxie.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.FwYCxie": it references class "App\\Entity\\Agence" but no such service exists.'],
  7161.             'repo' => ['privates''App\\Repository\\NetworkRepository''getNetworkRepositoryService'false],
  7162.         ], [
  7163.             'agence' => 'App\\Entity\\Agence',
  7164.             'repo' => 'App\\Repository\\NetworkRepository',
  7165.         ]);
  7166.     }
  7167.     /**
  7168.      * Gets the private '.service_locator.GNc8e5B' shared service.
  7169.      *
  7170.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7171.      */
  7172.     protected function get_ServiceLocator_GNc8e5BService()
  7173.     {
  7174.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7175.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7176.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7177.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7178.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7179.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7180.             'router' => ['services''router''getRouterService'false],
  7181.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7182.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  7183.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7184.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7185.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7186.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7187.         ], [
  7188.             'doctrine' => '?',
  7189.             'form.factory' => '?',
  7190.             'http_kernel' => '?',
  7191.             'parameter_bag' => '?',
  7192.             'request_stack' => '?',
  7193.             'router' => '?',
  7194.             'security.authorization_checker' => '?',
  7195.             'security.csrf.token_manager' => '?',
  7196.             'security.token_storage' => '?',
  7197.             'serializer' => '?',
  7198.             'session' => '.session.deprecated',
  7199.             'twig' => '?',
  7200.         ]);
  7201.     }
  7202.     /**
  7203.      * Gets the private '.service_locator.GNc8e5B.App\Controller\SoldController' shared service.
  7204.      *
  7205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7206.      */
  7207.     protected function getSoldController2Service()
  7208.     {
  7209.         return ($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SoldController'$this);
  7210.     }
  7211.     /**
  7212.      * Gets the private '.service_locator.GcA.9H5' shared service.
  7213.      *
  7214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7215.      */
  7216.     protected function get_ServiceLocator_GcA_9H5Service()
  7217.     {
  7218.         return $this->privates['.service_locator.GcA.9H5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7219.             'caisse' => ['privates''.errored..service_locator.GcA.9H5.App\\Entity\\Caisse'NULL'Cannot autowire service ".service_locator.GcA.9H5": it references class "App\\Entity\\Caisse" but no such service exists.'],
  7220.             'trans' => ['services''translator''getTranslatorService'false],
  7221.         ], [
  7222.             'caisse' => 'App\\Entity\\Caisse',
  7223.             'trans' => '?',
  7224.         ]);
  7225.     }
  7226.     /**
  7227.      * Gets the private '.service_locator.H5dnRPg' shared service.
  7228.      *
  7229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7230.      */
  7231.     protected function get_ServiceLocator_H5dnRPgService()
  7232.     {
  7233.         return $this->privates['.service_locator.H5dnRPg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7234.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  7235.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7236.         ], [
  7237.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  7238.             'translatorInterface' => '?',
  7239.         ]);
  7240.     }
  7241.     /**
  7242.      * Gets the private '.service_locator.HHM2x4T' shared service.
  7243.      *
  7244.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7245.      */
  7246.     protected function get_ServiceLocator_HHM2x4TService()
  7247.     {
  7248.         return $this->privates['.service_locator.HHM2x4T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7249.             'deviceCategory' => ['privates''.errored..service_locator.HHM2x4T.App\\Entity\\DeviceCategory'NULL'Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceCategory" but no such service exists.'],
  7250.             'deviceType' => ['privates''.errored..service_locator.HHM2x4T.App\\Entity\\DeviceType'NULL'Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceType" but no such service exists.'],
  7251.             'trans' => ['services''translator''getTranslatorService'false],
  7252.         ], [
  7253.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  7254.             'deviceType' => 'App\\Entity\\DeviceType',
  7255.             'trans' => '?',
  7256.         ]);
  7257.     }
  7258.     /**
  7259.      * Gets the private '.service_locator.HJkJSmV' shared service.
  7260.      *
  7261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7262.      */
  7263.     protected function get_ServiceLocator_HJkJSmVService()
  7264.     {
  7265.         return $this->privates['.service_locator.HJkJSmV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7266.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  7267.         ], [
  7268.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  7269.         ]);
  7270.     }
  7271.     /**
  7272.      * Gets the private '.service_locator.HOed4k0' shared service.
  7273.      *
  7274.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7275.      */
  7276.     protected function get_ServiceLocator_HOed4k0Service()
  7277.     {
  7278.         return $this->privates['.service_locator.HOed4k0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7279.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7280.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7281.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  7282.         ], [
  7283.             'em' => '?',
  7284.             'paginator' => '?',
  7285.             'validator' => '?',
  7286.         ]);
  7287.     }
  7288.     /**
  7289.      * Gets the private '.service_locator.HSs3QPH' shared service.
  7290.      *
  7291.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7292.      */
  7293.     protected function get_ServiceLocator_HSs3QPHService()
  7294.     {
  7295.         return $this->privates['.service_locator.HSs3QPH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7296.             'transfert' => ['privates''.errored..service_locator.HSs3QPH.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator.HSs3QPH": it references class "App\\Entity\\Transfert" but no such service exists.'],
  7297.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  7298.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7299.         ], [
  7300.             'transfert' => 'App\\Entity\\Transfert',
  7301.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  7302.             'translatorInterface' => '?',
  7303.         ]);
  7304.     }
  7305.     /**
  7306.      * Gets the private '.service_locator.Ho_cL4p' shared service.
  7307.      *
  7308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7309.      */
  7310.     protected function get_ServiceLocator_HoCL4pService()
  7311.     {
  7312.         return $this->privates['.service_locator.Ho_cL4p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7313.             'customer' => ['privates''.errored..service_locator.Ho_cL4p.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Customer" but no such service exists.'],
  7314.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7315.             'network' => ['privates''.errored..service_locator.Ho_cL4p.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Network" but no such service exists.'],
  7316.             'trans' => ['services''translator''getTranslatorService'false],
  7317.         ], [
  7318.             'customer' => 'App\\Entity\\Customer',
  7319.             'em' => '?',
  7320.             'network' => 'App\\Entity\\Network',
  7321.             'trans' => '?',
  7322.         ]);
  7323.     }
  7324.     /**
  7325.      * Gets the private '.service_locator.IO.8s6n' shared service.
  7326.      *
  7327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7328.      */
  7329.     protected function get_ServiceLocator_IO_8s6nService()
  7330.     {
  7331.         return $this->privates['.service_locator.IO.8s6n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7332.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  7333.             'item' => ['privates''.errored..service_locator.IO.8s6n.App\\Entity\\Fabrication'NULL'Cannot autowire service ".service_locator.IO.8s6n": it references class "App\\Entity\\Fabrication" but no such service exists.'],
  7334.             'trans' => ['services''translator''getTranslatorService'false],
  7335.         ], [
  7336.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  7337.             'item' => 'App\\Entity\\Fabrication',
  7338.             'trans' => '?',
  7339.         ]);
  7340.     }
  7341.     /**
  7342.      * Gets the private '.service_locator.J0R.6EQ' shared service.
  7343.      *
  7344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7345.      */
  7346.     protected function get_ServiceLocator_J0R_6EQService()
  7347.     {
  7348.         return $this->privates['.service_locator.J0R.6EQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7349.             'satisfaction' => ['privates''.errored..service_locator.J0R.6EQ.App\\Entity\\Satisfaction'NULL'Cannot autowire service ".service_locator.J0R.6EQ": it references class "App\\Entity\\Satisfaction" but no such service exists.'],
  7350.             'trans' => ['services''translator''getTranslatorService'false],
  7351.         ], [
  7352.             'satisfaction' => 'App\\Entity\\Satisfaction',
  7353.             'trans' => '?',
  7354.         ]);
  7355.     }
  7356.     /**
  7357.      * Gets the private '.service_locator.JhG5aGw' shared service.
  7358.      *
  7359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7360.      */
  7361.     protected function get_ServiceLocator_JhG5aGwService()
  7362.     {
  7363.         return $this->privates['.service_locator.JhG5aGw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7364.             'customer' => ['privates''.errored..service_locator.JhG5aGw.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.JhG5aGw": it references class "App\\Entity\\Customer" but no such service exists.'],
  7365.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7366.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  7367.         ], [
  7368.             'customer' => 'App\\Entity\\Customer',
  7369.             'logger' => '?',
  7370.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  7371.         ]);
  7372.     }
  7373.     /**
  7374.      * Gets the private '.service_locator.KEvXzip' shared service.
  7375.      *
  7376.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7377.      */
  7378.     protected function get_ServiceLocator_KEvXzipService()
  7379.     {
  7380.         return $this->privates['.service_locator.KEvXzip'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7381.             'etatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  7382.             'inspection' => ['privates''.errored..service_locator.KEvXzip.App\\Entity\\Inspection'NULL'Cannot autowire service ".service_locator.KEvXzip": it references class "App\\Entity\\Inspection" but no such service exists.'],
  7383.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  7384.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  7385.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  7386.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7387.         ], [
  7388.             'etatMaterielRepository' => 'App\\Repository\\EtatMaterielRepository',
  7389.             'inspection' => 'App\\Entity\\Inspection',
  7390.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  7391.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  7392.             'modelRepository' => 'App\\Repository\\ModelRepository',
  7393.             'stockRepository' => 'App\\Repository\\StockRepository',
  7394.         ]);
  7395.     }
  7396.     /**
  7397.      * Gets the private '.service_locator.KfbR3DY' shared service.
  7398.      *
  7399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7400.      */
  7401.     protected function get_ServiceLocator_KfbR3DYService()
  7402.     {
  7403.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7404.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "api_platform.route_loader.legacy", "oneup_uploader.routing.loader", "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".'],
  7405.         ], [
  7406.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7407.         ]);
  7408.     }
  7409.     /**
  7410.      * Gets the private '.service_locator.Kntl2lG' shared service.
  7411.      *
  7412.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7413.      */
  7414.     protected function get_ServiceLocator_Kntl2lGService()
  7415.     {
  7416.         return $this->privates['.service_locator.Kntl2lG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7417.             'user' => ['privates''.errored..service_locator.Kntl2lG.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.Kntl2lG": it references class "App\\Entity\\Users" but no such service exists.'],
  7418.         ], [
  7419.             'user' => 'App\\Entity\\Users',
  7420.         ]);
  7421.     }
  7422.     /**
  7423.      * Gets the private '.service_locator.L83kdtV' shared service.
  7424.      *
  7425.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7426.      */
  7427.     protected function get_ServiceLocator_L83kdtVService()
  7428.     {
  7429.         return $this->privates['.service_locator.L83kdtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7430.             'agence' => ['privates''.errored..service_locator.L83kdtV.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.L83kdtV": it references class "App\\Entity\\Agence" but no such service exists.'],
  7431.             'repo' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  7432.         ], [
  7433.             'agence' => 'App\\Entity\\Agence',
  7434.             'repo' => 'App\\Repository\\CustomerRepository',
  7435.         ]);
  7436.     }
  7437.     /**
  7438.      * Gets the private '.service_locator.LNSEAxn' shared service.
  7439.      *
  7440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7441.      */
  7442.     protected function get_ServiceLocator_LNSEAxnService()
  7443.     {
  7444.         return $this->privates['.service_locator.LNSEAxn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7445.             'item' => ['privates''.errored..service_locator.LNSEAxn.App\\Entity\\Remplacement'NULL'Cannot autowire service ".service_locator.LNSEAxn": it references class "App\\Entity\\Remplacement" but no such service exists.'],
  7446.             'remplacementRepository' => ['privates''App\\Repository\\RemplacementRepository''getRemplacementRepositoryService'false],
  7447.             'trans' => ['services''translator''getTranslatorService'false],
  7448.         ], [
  7449.             'item' => 'App\\Entity\\Remplacement',
  7450.             'remplacementRepository' => 'App\\Repository\\RemplacementRepository',
  7451.             'trans' => '?',
  7452.         ]);
  7453.     }
  7454.     /**
  7455.      * Gets the private '.service_locator.LPkUJpx' shared service.
  7456.      *
  7457.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7458.      */
  7459.     protected function get_ServiceLocator_LPkUJpxService()
  7460.     {
  7461.         return $this->privates['.service_locator.LPkUJpx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7462.             'customer' => ['privates''.errored..service_locator.LPkUJpx.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.LPkUJpx": it references class "App\\Entity\\Customer" but no such service exists.'],
  7463.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7464.         ], [
  7465.             'customer' => 'App\\Entity\\Customer',
  7466.             'em' => '?',
  7467.         ]);
  7468.     }
  7469.     /**
  7470.      * Gets the private '.service_locator.LgXQ2vH' shared service.
  7471.      *
  7472.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7473.      */
  7474.     protected function get_ServiceLocator_LgXQ2vHService()
  7475.     {
  7476.         return $this->privates['.service_locator.LgXQ2vH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7477.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7478.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  7479.             'translator' => ['services''translator''getTranslatorService'false],
  7480.         ], [
  7481.             'em' => '?',
  7482.             'pdf' => '?',
  7483.             'translator' => '?',
  7484.         ]);
  7485.     }
  7486.     /**
  7487.      * Gets the private '.service_locator.LiOhytn' shared service.
  7488.      *
  7489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7490.      */
  7491.     protected function get_ServiceLocator_LiOhytnService()
  7492.     {
  7493.         return $this->privates['.service_locator.LiOhytn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7494.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7495.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7496.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  7497.             'trans' => ['services''translator''getTranslatorService'false],
  7498.         ], [
  7499.             'em' => '?',
  7500.             'logger' => '?',
  7501.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  7502.             'trans' => '?',
  7503.         ]);
  7504.     }
  7505.     /**
  7506.      * Gets the private '.service_locator.LyBRwWA' shared service.
  7507.      *
  7508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7509.      */
  7510.     protected function get_ServiceLocator_LyBRwWAService()
  7511.     {
  7512.         return $this->privates['.service_locator.LyBRwWA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7513.             'processor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  7514.         ], [
  7515.             'processor' => 'App\\Processor\\CodeProcessor',
  7516.         ]);
  7517.     }
  7518.     /**
  7519.      * Gets the private '.service_locator.NBoqly5' shared service.
  7520.      *
  7521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7522.      */
  7523.     protected function get_ServiceLocator_NBoqly5Service()
  7524.     {
  7525.         return $this->privates['.service_locator.NBoqly5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7526.             'remplacement' => ['privates''.errored..service_locator.NBoqly5.App\\Entity\\Remplacement'NULL'Cannot autowire service ".service_locator.NBoqly5": it references class "App\\Entity\\Remplacement" but no such service exists.'],
  7527.         ], [
  7528.             'remplacement' => 'App\\Entity\\Remplacement',
  7529.         ]);
  7530.     }
  7531.     /**
  7532.      * Gets the private '.service_locator.NwHyrO9' shared service.
  7533.      *
  7534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7535.      */
  7536.     protected function get_ServiceLocator_NwHyrO9Service()
  7537.     {
  7538.         return $this->privates['.service_locator.NwHyrO9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7539.             'containerInterface' => ['services''service_container''getServiceContainerService'false],
  7540.             'user' => ['privates''.errored..service_locator.NwHyrO9.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.NwHyrO9": it references class "App\\Entity\\Users" but no such service exists.'],
  7541.         ], [
  7542.             'containerInterface' => '?',
  7543.             'user' => 'App\\Entity\\Users',
  7544.         ]);
  7545.     }
  7546.     /**
  7547.      * Gets the private '.service_locator.O1XGkAG' shared service.
  7548.      *
  7549.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7550.      */
  7551.     protected function get_ServiceLocator_O1XGkAGService()
  7552.     {
  7553.         return $this->privates['.service_locator.O1XGkAG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7554.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7555.         ], [
  7556.             'entityManager' => '?',
  7557.         ]);
  7558.     }
  7559.     /**
  7560.      * Gets the private '.service_locator.OC2AG.K' shared service.
  7561.      *
  7562.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7563.      */
  7564.     protected function get_ServiceLocator_OC2AG_KService()
  7565.     {
  7566.         return $this->privates['.service_locator.OC2AG.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7567.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7568.         ], [
  7569.             'logger' => '?',
  7570.         ]);
  7571.     }
  7572.     /**
  7573.      * Gets the private '.service_locator.OkSsD0O' shared service.
  7574.      *
  7575.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7576.      */
  7577.     protected function get_ServiceLocator_OkSsD0OService()
  7578.     {
  7579.         return $this->privates['.service_locator.OkSsD0O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7580.             'mouvement' => ['privates''.errored..service_locator.OkSsD0O.App\\Entity\\Mouvement'NULL'Cannot autowire service ".service_locator.OkSsD0O": it references class "App\\Entity\\Mouvement" but no such service exists.'],
  7581.         ], [
  7582.             'mouvement' => 'App\\Entity\\Mouvement',
  7583.         ]);
  7584.     }
  7585.     /**
  7586.      * Gets the private '.service_locator.Ov2TXBA' shared service.
  7587.      *
  7588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7589.      */
  7590.     protected function get_ServiceLocator_Ov2TXBAService()
  7591.     {
  7592.         return $this->privates['.service_locator.Ov2TXBA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7593.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  7594.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  7595.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7596.         ], [
  7597.             'manager' => 'App\\Manager\\MoveRequestManager',
  7598.             'paginatorInterface' => '?',
  7599.             'translatorInterface' => '?',
  7600.         ]);
  7601.     }
  7602.     /**
  7603.      * Gets the private '.service_locator.OzxFyGf' shared service.
  7604.      *
  7605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7606.      */
  7607.     protected function get_ServiceLocator_OzxFyGfService()
  7608.     {
  7609.         return $this->privates['.service_locator.OzxFyGf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7610.             'trans' => ['services''translator''getTranslatorService'false],
  7611.             'zone' => ['privates''.errored..service_locator.OzxFyGf.App\\Entity\\Zone'NULL'Cannot autowire service ".service_locator.OzxFyGf": it references class "App\\Entity\\Zone" but no such service exists.'],
  7612.         ], [
  7613.             'trans' => '?',
  7614.             'zone' => 'App\\Entity\\Zone',
  7615.         ]);
  7616.     }
  7617.     /**
  7618.      * Gets the private '.service_locator.PG7FJY2' shared service.
  7619.      *
  7620.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7621.      */
  7622.     protected function get_ServiceLocator_PG7FJY2Service()
  7623.     {
  7624.         return $this->privates['.service_locator.PG7FJY2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7625.             'sold' => ['privates''.errored..service_locator.PG7FJY2.App\\Entity\\Sold'NULL'Cannot autowire service ".service_locator.PG7FJY2": it references class "App\\Entity\\Sold" but no such service exists.'],
  7626.             'trans' => ['services''translator''getTranslatorService'false],
  7627.         ], [
  7628.             'sold' => 'App\\Entity\\Sold',
  7629.             'trans' => '?',
  7630.         ]);
  7631.     }
  7632.     /**
  7633.      * Gets the private '.service_locator.PW4v3kj' shared service.
  7634.      *
  7635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7636.      */
  7637.     protected function get_ServiceLocator_PW4v3kjService()
  7638.     {
  7639.         return $this->privates['.service_locator.PW4v3kj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7640.             'customer' => ['privates''.errored..service_locator.PW4v3kj.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.PW4v3kj": it references class "App\\Entity\\Customer" but no such service exists.'],
  7641.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7642.             'prospectWorkflowProcessor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  7643.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7644.         ], [
  7645.             'customer' => 'App\\Entity\\Customer',
  7646.             'em' => '?',
  7647.             'prospectWorkflowProcessor' => 'App\\Processor\\ProspectWorkflowProcessor',
  7648.             'session' => '?',
  7649.         ]);
  7650.     }
  7651.     /**
  7652.      * Gets the private '.service_locator.QJOpjBe' shared service.
  7653.      *
  7654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7655.      */
  7656.     protected function get_ServiceLocator_QJOpjBeService()
  7657.     {
  7658.         return $this->privates['.service_locator.QJOpjBe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7659.             'customer' => ['privates''.errored..service_locator.QJOpjBe.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.QJOpjBe": it references class "App\\Entity\\Customer" but no such service exists.'],
  7660.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7661.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  7662.         ], [
  7663.             'customer' => 'App\\Entity\\Customer',
  7664.             'em' => '?',
  7665.             'historicService' => '?',
  7666.         ]);
  7667.     }
  7668.     /**
  7669.      * Gets the private '.service_locator.QM7rkSL' shared service.
  7670.      *
  7671.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7672.      */
  7673.     protected function get_ServiceLocator_QM7rkSLService()
  7674.     {
  7675.         return $this->privates['.service_locator.QM7rkSL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7676.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7677.             'theoricalCreditProducer' => ['privates''.errored..service_locator.QM7rkSL.OldSound\\RabbitMqBundle\\RabbitMq\\Producer'NULL'Cannot autowire service ".service_locator.QM7rkSL": it references class "OldSound\\RabbitMqBundle\\RabbitMq\\Producer" but no such service exists.'],
  7678.         ], [
  7679.             'customerManager' => 'App\\Manager\\CustomerManager',
  7680.             'theoricalCreditProducer' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  7681.         ]);
  7682.     }
  7683.     /**
  7684.      * Gets the private '.service_locator.QgH0i9w' shared service.
  7685.      *
  7686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7687.      */
  7688.     protected function get_ServiceLocator_QgH0i9wService()
  7689.     {
  7690.         return $this->privates['.service_locator.QgH0i9w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7691.             'offer' => ['privates''.errored..service_locator.QgH0i9w.App\\Entity\\Offers'NULL'Cannot autowire service ".service_locator.QgH0i9w": it references class "App\\Entity\\Offers" but no such service exists.'],
  7692.         ], [
  7693.             'offer' => 'App\\Entity\\Offers',
  7694.         ]);
  7695.     }
  7696.     /**
  7697.      * Gets the private '.service_locator.QpiMmnx' shared service.
  7698.      *
  7699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7700.      */
  7701.     protected function get_ServiceLocator_QpiMmnxService()
  7702.     {
  7703.         return $this->privates['.service_locator.QpiMmnx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7704.             'fabrication' => ['privates''.errored..service_locator.QpiMmnx.App\\Entity\\Fabrication'NULL'Cannot autowire service ".service_locator.QpiMmnx": it references class "App\\Entity\\Fabrication" but no such service exists.'],
  7705.         ], [
  7706.             'fabrication' => 'App\\Entity\\Fabrication',
  7707.         ]);
  7708.     }
  7709.     /**
  7710.      * Gets the private '.service_locator.QzOJFLQ' shared service.
  7711.      *
  7712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7713.      */
  7714.     protected function get_ServiceLocator_QzOJFLQService()
  7715.     {
  7716.         return $this->privates['.service_locator.QzOJFLQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7717.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7718.             'translator' => ['services''translator''getTranslatorService'false],
  7719.         ], [
  7720.             'logger' => '?',
  7721.             'translator' => '?',
  7722.         ]);
  7723.     }
  7724.     /**
  7725.      * Gets the private '.service_locator.RlSv5Uu' shared service.
  7726.      *
  7727.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7728.      */
  7729.     protected function get_ServiceLocator_RlSv5UuService()
  7730.     {
  7731.         return $this->privates['.service_locator.RlSv5Uu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7732.             'customer' => ['privates''.errored..service_locator.RlSv5Uu.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.RlSv5Uu": it references class "App\\Entity\\Customer" but no such service exists.'],
  7733.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7734.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  7735.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7736.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  7737.         ], [
  7738.             'customer' => 'App\\Entity\\Customer',
  7739.             'em' => '?',
  7740.             'historicService' => '?',
  7741.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  7742.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  7743.         ]);
  7744.     }
  7745.     /**
  7746.      * Gets the private '.service_locator.RuIoqYh' shared service.
  7747.      *
  7748.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7749.      */
  7750.     protected function get_ServiceLocator_RuIoqYhService()
  7751.     {
  7752.         return $this->privates['.service_locator.RuIoqYh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7753.             'offer' => ['privates''.errored..service_locator.RuIoqYh.App\\Entity\\Offers'NULL'Cannot autowire service ".service_locator.RuIoqYh": it references class "App\\Entity\\Offers" but no such service exists.'],
  7754.             'trans' => ['services''translator''getTranslatorService'false],
  7755.         ], [
  7756.             'offer' => 'App\\Entity\\Offers',
  7757.             'trans' => '?',
  7758.         ]);
  7759.     }
  7760.     /**
  7761.      * Gets the private '.service_locator.TXRZSwM' shared service.
  7762.      *
  7763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7764.      */
  7765.     protected function get_ServiceLocator_TXRZSwMService()
  7766.     {
  7767.         return $this->privates['.service_locator.TXRZSwM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7768.             'facturation' => ['privates''.errored..service_locator.TXRZSwM.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.TXRZSwM": it references class "App\\Entity\\Facturation" but no such service exists.'],
  7769.             'identifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  7770.             'materielFacturationRepository' => ['privates''App\\Repository\\MaterielFacturationRepository''getMaterielFacturationRepositoryService'false],
  7771.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7772.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7773.         ], [
  7774.             'facturation' => 'App\\Entity\\Facturation',
  7775.             'identifiantRepository' => 'App\\Repository\\IdentifiantRepository',
  7776.             'materielFacturationRepository' => 'App\\Repository\\MaterielFacturationRepository',
  7777.             'stockRepository' => 'App\\Repository\\StockRepository',
  7778.             'translatorInterface' => '?',
  7779.         ]);
  7780.     }
  7781.     /**
  7782.      * Gets the private '.service_locator.TZQ6Yd.' shared service.
  7783.      *
  7784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7785.      */
  7786.     protected function get_ServiceLocator_TZQ6Yd_Service()
  7787.     {
  7788.         return $this->privates['.service_locator.TZQ6Yd.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7789.             'deviceCategory' => ['privates''.errored..service_locator.TZQ6Yd..App\\Entity\\DeviceCategory'NULL'Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceCategory" but no such service exists.'],
  7790.             'deviceType' => ['privates''.errored..service_locator.TZQ6Yd..App\\Entity\\DeviceType'NULL'Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceType" but no such service exists.'],
  7791.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7792.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  7793.         ], [
  7794.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  7795.             'deviceType' => 'App\\Entity\\DeviceType',
  7796.             'logger' => '?',
  7797.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  7798.         ]);
  7799.     }
  7800.     /**
  7801.      * Gets the private '.service_locator.TnHwTyo' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7804.      */
  7805.     protected function get_ServiceLocator_TnHwTyoService()
  7806.     {
  7807.         return $this->privates['.service_locator.TnHwTyo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7808.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7809.             'network' => ['privates''.errored..service_locator.TnHwTyo.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.TnHwTyo": it references class "App\\Entity\\Network" but no such service exists.'],
  7810.         ], [
  7811.             'em' => '?',
  7812.             'network' => 'App\\Entity\\Network',
  7813.         ]);
  7814.     }
  7815.     /**
  7816.      * Gets the private '.service_locator.Ts1BwiH' shared service.
  7817.      *
  7818.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7819.      */
  7820.     protected function get_ServiceLocator_Ts1BwiHService()
  7821.     {
  7822.         return $this->privates['.service_locator.Ts1BwiH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7823.             'customer' => ['privates''.errored..service_locator.Ts1BwiH.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.Ts1BwiH": it references class "App\\Entity\\Customer" but no such service exists.'],
  7824.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7825.         ], [
  7826.             'customer' => 'App\\Entity\\Customer',
  7827.             'em' => '?',
  7828.         ]);
  7829.     }
  7830.     /**
  7831.      * Gets the private '.service_locator.U8wCp2u' shared service.
  7832.      *
  7833.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7834.      */
  7835.     protected function get_ServiceLocator_U8wCp2uService()
  7836.     {
  7837.         return $this->privates['.service_locator.U8wCp2u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7838.             'authorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7839.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  7840.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7841.         ], [
  7842.             'authorizationCheckerInterface' => '?',
  7843.             'paginatorInterface' => '?',
  7844.             'tokenStorageInterface' => '?',
  7845.         ]);
  7846.     }
  7847.     /**
  7848.      * Gets the private '.service_locator.UDIZfWS' shared service.
  7849.      *
  7850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7851.      */
  7852.     protected function get_ServiceLocator_UDIZfWSService()
  7853.     {
  7854.         return $this->privates['.service_locator.UDIZfWS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7855.             'facturation' => ['privates''.errored..service_locator.UDIZfWS.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.UDIZfWS": it references class "App\\Entity\\Facturation" but no such service exists.'],
  7856.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  7857.             'slugger' => ['privates''slugger''getSluggerService'false],
  7858.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7859.         ], [
  7860.             'facturation' => 'App\\Entity\\Facturation',
  7861.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  7862.             'slugger' => '?',
  7863.             'translatorInterface' => '?',
  7864.         ]);
  7865.     }
  7866.     /**
  7867.      * Gets the private '.service_locator.UTd.Tgi' shared service.
  7868.      *
  7869.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7870.      */
  7871.     protected function get_ServiceLocator_UTd_TgiService()
  7872.     {
  7873.         return $this->privates['.service_locator.UTd.Tgi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7874.             'etatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  7875.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  7876.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  7877.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  7878.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7879.         ], [
  7880.             'etatMaterielRepository' => 'App\\Repository\\EtatMaterielRepository',
  7881.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  7882.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  7883.             'modelRepository' => 'App\\Repository\\ModelRepository',
  7884.             'stockRepository' => 'App\\Repository\\StockRepository',
  7885.         ]);
  7886.     }
  7887.     /**
  7888.      * Gets the private '.service_locator.UYMlL2W' shared service.
  7889.      *
  7890.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7891.      */
  7892.     protected function get_ServiceLocator_UYMlL2WService()
  7893.     {
  7894.         return $this->privates['.service_locator.UYMlL2W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7895.             'articleClient' => ['privates''.errored..service_locator.UYMlL2W.App\\Entity\\ArticleClient'NULL'Cannot autowire service ".service_locator.UYMlL2W": it references class "App\\Entity\\ArticleClient" but no such service exists.'],
  7896.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7897.             'historiquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  7898.         ], [
  7899.             'articleClient' => 'App\\Entity\\ArticleClient',
  7900.             'entityManager' => '?',
  7901.             'historiquePrixVenteArticleRepository' => 'App\\Repository\\HistoriquePrixVenteArticleRepository',
  7902.         ]);
  7903.     }
  7904.     /**
  7905.      * Gets the private '.service_locator.Ue5FjLb' shared service.
  7906.      *
  7907.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7908.      */
  7909.     protected function get_ServiceLocator_Ue5FjLbService()
  7910.     {
  7911.         return $this->privates['.service_locator.Ue5FjLb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7912.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7913.         ], [
  7914.             'em' => '?',
  7915.         ]);
  7916.     }
  7917.     /**
  7918.      * Gets the private '.service_locator.VHH8RO0' shared service.
  7919.      *
  7920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7921.      */
  7922.     protected function get_ServiceLocator_VHH8RO0Service()
  7923.     {
  7924.         return $this->privates['.service_locator.VHH8RO0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7925.             'task' => ['privates''.errored..service_locator.VHH8RO0.App\\Entity\\Task'NULL'Cannot autowire service ".service_locator.VHH8RO0": it references class "App\\Entity\\Task" but no such service exists.'],
  7926.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7927.         ], [
  7928.             'task' => 'App\\Entity\\Task',
  7929.             'translatorInterface' => '?',
  7930.         ]);
  7931.     }
  7932.     /**
  7933.      * Gets the private '.service_locator.VaFcGWn' shared service.
  7934.      *
  7935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7936.      */
  7937.     protected function get_ServiceLocator_VaFcGWnService()
  7938.     {
  7939.         return $this->privates['.service_locator.VaFcGWn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7940.             'customer' => ['privates''.errored..service_locator.VaFcGWn.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.VaFcGWn": it references class "App\\Entity\\Customer" but no such service exists.'],
  7941.         ], [
  7942.             'customer' => 'App\\Entity\\Customer',
  7943.         ]);
  7944.     }
  7945.     /**
  7946.      * Gets the private '.service_locator.VmBnF5P' shared service.
  7947.      *
  7948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7949.      */
  7950.     protected function get_ServiceLocator_VmBnF5PService()
  7951.     {
  7952.         return $this->privates['.service_locator.VmBnF5P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7953.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7954.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  7955.             'security.event_dispatcher.api_mobile' => ['privates''security.event_dispatcher.api_mobile''getSecurity_EventDispatcher_ApiMobileService'false],
  7956.             'security.event_dispatcher.login' => ['privates''security.event_dispatcher.login''getSecurity_EventDispatcher_LoginService'false],
  7957.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7958.             'security.event_dispatcher.mobile' => ['privates''security.event_dispatcher.mobile''getSecurity_EventDispatcher_MobileService'false],
  7959.         ], [
  7960.             'event_dispatcher' => '?',
  7961.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7962.             'security.event_dispatcher.api_mobile' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7963.             'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7964.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7965.             'security.event_dispatcher.mobile' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7966.         ]);
  7967.     }
  7968.     /**
  7969.      * Gets the private '.service_locator.WEcIq80' shared service.
  7970.      *
  7971.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7972.      */
  7973.     protected function get_ServiceLocator_WEcIq80Service()
  7974.     {
  7975.         return $this->privates['.service_locator.WEcIq80'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7976.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7977.         ], [
  7978.             'stockRepository' => 'App\\Repository\\StockRepository',
  7979.         ]);
  7980.     }
  7981.     /**
  7982.      * Gets the private '.service_locator.WqX1CqG' shared service.
  7983.      *
  7984.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7985.      */
  7986.     protected function get_ServiceLocator_WqX1CqGService()
  7987.     {
  7988.         return $this->privates['.service_locator.WqX1CqG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7989.             'fabrication' => ['privates''.errored..service_locator.WqX1CqG.App\\Entity\\Fabrication'NULL'Cannot autowire service ".service_locator.WqX1CqG": it references class "App\\Entity\\Fabrication" but no such service exists.'],
  7990.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  7991.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  7992.             'trans' => ['services''translator''getTranslatorService'false],
  7993.         ], [
  7994.             'fabrication' => 'App\\Entity\\Fabrication',
  7995.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  7996.             'modelRepository' => 'App\\Repository\\ModelRepository',
  7997.             'trans' => '?',
  7998.         ]);
  7999.     }
  8000.     /**
  8001.      * Gets the private '.service_locator.X0FgT8k' shared service.
  8002.      *
  8003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8004.      */
  8005.     protected function get_ServiceLocator_X0FgT8kService()
  8006.     {
  8007.         return $this->privates['.service_locator.X0FgT8k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8008.             'offer' => ['privates''.errored..service_locator.X0FgT8k.App\\Entity\\Offers'NULL'Cannot autowire service ".service_locator.X0FgT8k": it references class "App\\Entity\\Offers" but no such service exists.'],
  8009.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8010.         ], [
  8011.             'offer' => 'App\\Entity\\Offers',
  8012.             'translatorInterface' => '?',
  8013.         ]);
  8014.     }
  8015.     /**
  8016.      * Gets the private '.service_locator.X20a3Co' shared service.
  8017.      *
  8018.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8019.      */
  8020.     protected function get_ServiceLocator_X20a3CoService()
  8021.     {
  8022.         return $this->privates['.service_locator.X20a3Co'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8023.             'fournisseur' => ['privates''.errored..service_locator.X20a3Co.App\\Entity\\Fournisseur'NULL'Cannot autowire service ".service_locator.X20a3Co": it references class "App\\Entity\\Fournisseur" but no such service exists.'],
  8024.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  8025.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8026.         ], [
  8027.             'fournisseur' => 'App\\Entity\\Fournisseur',
  8028.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  8029.             'translatorInterface' => '?',
  8030.         ]);
  8031.     }
  8032.     /**
  8033.      * Gets the private '.service_locator.XrVIU67' shared service.
  8034.      *
  8035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8036.      */
  8037.     protected function get_ServiceLocator_XrVIU67Service()
  8038.     {
  8039.         return $this->privates['.service_locator.XrVIU67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8040.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  8041.             'item' => ['privates''.errored..service_locator.XrVIU67.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.XrVIU67": it references class "App\\Entity\\Facturation" but no such service exists.'],
  8042.             'trans' => ['services''translator''getTranslatorService'false],
  8043.         ], [
  8044.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  8045.             'item' => 'App\\Entity\\Facturation',
  8046.             'trans' => '?',
  8047.         ]);
  8048.     }
  8049.     /**
  8050.      * Gets the private '.service_locator.YXalDlM' shared service.
  8051.      *
  8052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8053.      */
  8054.     protected function get_ServiceLocator_YXalDlMService()
  8055.     {
  8056.         return $this->privates['.service_locator.YXalDlM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8057.             'operationService' => ['privates''App\\Service\\OperationService''getOperationServiceService'false],
  8058.         ], [
  8059.             'operationService' => 'App\\Service\\OperationService',
  8060.         ]);
  8061.     }
  8062.     /**
  8063.      * Gets the private '.service_locator.YoN4nuw' shared service.
  8064.      *
  8065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8066.      */
  8067.     protected function get_ServiceLocator_YoN4nuwService()
  8068.     {
  8069.         return $this->privates['.service_locator.YoN4nuw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8070.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8071.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8072.         ], [
  8073.             'em' => '?',
  8074.             'stockRepository' => 'App\\Repository\\StockRepository',
  8075.         ]);
  8076.     }
  8077.     /**
  8078.      * Gets the private '.service_locator.YoxYeBH' shared service.
  8079.      *
  8080.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8081.      */
  8082.     protected function get_ServiceLocator_YoxYeBHService()
  8083.     {
  8084.         return $this->privates['.service_locator.YoxYeBH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8085.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8086.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  8087.             'processor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  8088.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8089.             'translator' => ['services''translator''getTranslatorService'false],
  8090.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  8091.         ], [
  8092.             'em' => '?',
  8093.             'historicService' => '?',
  8094.             'processor' => 'App\\Processor\\ProspectWorkflowProcessor',
  8095.             'session' => '?',
  8096.             'translator' => '?',
  8097.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  8098.         ]);
  8099.     }
  8100.     /**
  8101.      * Gets the private '.service_locator.ZJzZ1Z2' shared service.
  8102.      *
  8103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8104.      */
  8105.     protected function get_ServiceLocator_ZJzZ1Z2Service()
  8106.     {
  8107.         return $this->privates['.service_locator.ZJzZ1Z2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8108.             'produit' => ['privates''.errored..service_locator.ZJzZ1Z2.App\\Entity\\Produit'NULL'Cannot autowire service ".service_locator.ZJzZ1Z2": it references class "App\\Entity\\Produit" but no such service exists.'],
  8109.         ], [
  8110.             'produit' => 'App\\Entity\\Produit',
  8111.         ]);
  8112.     }
  8113.     /**
  8114.      * Gets the private '.service_locator.ZakTjNZ' shared service.
  8115.      *
  8116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8117.      */
  8118.     protected function get_ServiceLocator_ZakTjNZService()
  8119.     {
  8120.         return $this->privates['.service_locator.ZakTjNZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8121.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8122.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8123.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8124.         ], [
  8125.             'em' => '?',
  8126.             'logger' => '?',
  8127.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  8128.         ]);
  8129.     }
  8130.     /**
  8131.      * Gets the private '.service_locator.Zxm6DVH' shared service.
  8132.      *
  8133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8134.      */
  8135.     protected function get_ServiceLocator_Zxm6DVHService()
  8136.     {
  8137.         return $this->privates['.service_locator.Zxm6DVH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8138.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  8139.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8140.             'local' => ['privates''.errored..service_locator.Zxm6DVH.App\\Entity\\LocalAgence'NULL'Cannot autowire service ".service_locator.Zxm6DVH": it references class "App\\Entity\\LocalAgence" but no such service exists.'],
  8141.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8142.         ], [
  8143.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  8144.             'entityManager' => '?',
  8145.             'local' => 'App\\Entity\\LocalAgence',
  8146.             'translatorInterface' => '?',
  8147.         ]);
  8148.     }
  8149.     /**
  8150.      * Gets the private '.service_locator.Zz2l4ov' shared service.
  8151.      *
  8152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8153.      */
  8154.     protected function get_ServiceLocator_Zz2l4ovService()
  8155.     {
  8156.         return $this->privates['.service_locator.Zz2l4ov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8157.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  8158.         ], [
  8159.             'networkManager' => 'App\\Manager\\NetworkManager',
  8160.         ]);
  8161.     }
  8162.     /**
  8163.      * Gets the private '.service_locator._Ty3c61' shared service.
  8164.      *
  8165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8166.      */
  8167.     protected function get_ServiceLocator_Ty3c61Service()
  8168.     {
  8169.         return $this->privates['.service_locator._Ty3c61'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8170.             'model' => ['privates''.errored..service_locator._Ty3c61.App\\Entity\\Model'NULL'Cannot autowire service ".service_locator._Ty3c61": it references class "App\\Entity\\Model" but no such service exists.'],
  8171.             'slugger' => ['privates''slugger''getSluggerService'false],
  8172.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8173.         ], [
  8174.             'model' => 'App\\Entity\\Model',
  8175.             'slugger' => '?',
  8176.             'translatorInterface' => '?',
  8177.         ]);
  8178.     }
  8179.     /**
  8180.      * Gets the private '.service_locator.__yF_Xs' shared service.
  8181.      *
  8182.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8183.      */
  8184.     protected function get_ServiceLocator_YFXsService()
  8185.     {
  8186.         return $this->privates['.service_locator.__yF_Xs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8187.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8188.             'translator' => ['services''translator''getTranslatorService'false],
  8189.         ], [
  8190.             'em' => '?',
  8191.             'translator' => '?',
  8192.         ]);
  8193.     }
  8194.     /**
  8195.      * Gets the private '.service_locator._enI0SP' shared service.
  8196.      *
  8197.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8198.      */
  8199.     protected function get_ServiceLocator_EnI0SPService()
  8200.     {
  8201.         return $this->privates['.service_locator._enI0SP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8202.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  8203.             'customer' => ['privates''.errored..service_locator._enI0SP.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator._enI0SP": it references class "App\\Entity\\Customer" but no such service exists.'],
  8204.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8205.             'translator' => ['services''translator''getTranslatorService'false],
  8206.         ], [
  8207.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  8208.             'customer' => 'App\\Entity\\Customer',
  8209.             'customerManager' => 'App\\Manager\\CustomerManager',
  8210.             'translator' => '?',
  8211.         ]);
  8212.     }
  8213.     /**
  8214.      * Gets the private '.service_locator.aSEs2.d' shared service.
  8215.      *
  8216.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8217.      */
  8218.     protected function get_ServiceLocator_ASEs2_DService()
  8219.     {
  8220.         return $this->privates['.service_locator.aSEs2.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8221.             'customer' => ['privates''.errored..service_locator.aSEs2.d.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.aSEs2.d": it references class "App\\Entity\\Customer" but no such service exists.'],
  8222.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8223.             'processor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  8224.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8225.         ], [
  8226.             'customer' => 'App\\Entity\\Customer',
  8227.             'em' => '?',
  8228.             'processor' => 'App\\Processor\\ProspectWorkflowProcessor',
  8229.             'session' => '?',
  8230.         ]);
  8231.     }
  8232.     /**
  8233.      * Gets the private '.service_locator.bIQR53J' shared service.
  8234.      *
  8235.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8236.      */
  8237.     protected function get_ServiceLocator_BIQR53JService()
  8238.     {
  8239.         return $this->privates['.service_locator.bIQR53J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8240.             'stock' => ['privates''.errored..service_locator.bIQR53J.App\\Entity\\Stock'NULL'Cannot autowire service ".service_locator.bIQR53J": it references class "App\\Entity\\Stock" but no such service exists.'],
  8241.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8242.         ], [
  8243.             'stock' => 'App\\Entity\\Stock',
  8244.             'stockRepository' => 'App\\Repository\\StockRepository',
  8245.         ]);
  8246.     }
  8247.     /**
  8248.      * Gets the private '.service_locator.bgpE1Wq' shared service.
  8249.      *
  8250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8251.      */
  8252.     protected function get_ServiceLocator_BgpE1WqService()
  8253.     {
  8254.         return $this->privates['.service_locator.bgpE1Wq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8255.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  8256.             'slugger' => ['privates''slugger''getSluggerService'false],
  8257.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8258.         ], [
  8259.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  8260.             'slugger' => '?',
  8261.             'translatorInterface' => '?',
  8262.         ]);
  8263.     }
  8264.     /**
  8265.      * Gets the private '.service_locator.bzSKAGk' shared service.
  8266.      *
  8267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8268.      */
  8269.     protected function get_ServiceLocator_BzSKAGkService()
  8270.     {
  8271.         return $this->privates['.service_locator.bzSKAGk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8272.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  8273.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8274.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8275.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8276.         ], [
  8277.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  8278.             'customerManager' => 'App\\Manager\\CustomerManager',
  8279.             'em' => '?',
  8280.             'logger' => '?',
  8281.         ]);
  8282.     }
  8283.     /**
  8284.      * Gets the private '.service_locator.cIifKEn' shared service.
  8285.      *
  8286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8287.      */
  8288.     protected function get_ServiceLocator_CIifKEnService()
  8289.     {
  8290.         return $this->privates['.service_locator.cIifKEn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8291.             'transfert' => ['privates''.errored..service_locator.cIifKEn.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator.cIifKEn": it references class "App\\Entity\\Transfert" but no such service exists.'],
  8292.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  8293.         ], [
  8294.             'transfert' => 'App\\Entity\\Transfert',
  8295.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  8296.         ]);
  8297.     }
  8298.     /**
  8299.      * Gets the private '.service_locator.cT9t6e4' shared service.
  8300.      *
  8301.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8302.      */
  8303.     protected function get_ServiceLocator_CT9t6e4Service()
  8304.     {
  8305.         return $this->privates['.service_locator.cT9t6e4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8306.             'facturation' => ['privates''.errored..service_locator.cT9t6e4.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.cT9t6e4": it references class "App\\Entity\\Facturation" but no such service exists.'],
  8307.         ], [
  8308.             'facturation' => 'App\\Entity\\Facturation',
  8309.         ]);
  8310.     }
  8311.     /**
  8312.      * Gets the private '.service_locator.cqJz2KQ' shared service.
  8313.      *
  8314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8315.      */
  8316.     protected function get_ServiceLocator_CqJz2KQService()
  8317.     {
  8318.         return $this->privates['.service_locator.cqJz2KQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8319.             'materielTransfertRepository' => ['privates''App\\Repository\\MaterielTransfertRepository''getMaterielTransfertRepositoryService'false],
  8320.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  8321.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8322.         ], [
  8323.             'materielTransfertRepository' => 'App\\Repository\\MaterielTransfertRepository',
  8324.             'modelRepository' => 'App\\Repository\\ModelRepository',
  8325.             'stockRepository' => 'App\\Repository\\StockRepository',
  8326.         ]);
  8327.     }
  8328.     /**
  8329.      * Gets the private '.service_locator.crcpn6p' shared service.
  8330.      *
  8331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8332.      */
  8333.     protected function get_ServiceLocator_Crcpn6pService()
  8334.     {
  8335.         return $this->privates['.service_locator.crcpn6p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8336.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8337.             'id_network' => ['privates''.errored..service_locator.crcpn6p.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.crcpn6p": it references class "App\\Entity\\Network" but no such service exists.'],
  8338.             'trans' => ['services''translator''getTranslatorService'false],
  8339.         ], [
  8340.             'em' => '?',
  8341.             'id_network' => 'App\\Entity\\Network',
  8342.             'trans' => '?',
  8343.         ]);
  8344.     }
  8345.     /**
  8346.      * Gets the private '.service_locator.dYoDZgI' shared service.
  8347.      *
  8348.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8349.      */
  8350.     protected function get_ServiceLocator_DYoDZgIService()
  8351.     {
  8352.         return $this->privates['.service_locator.dYoDZgI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8353.             'agenceRepo' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  8354.             'modeleRepo' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  8355.             'produitRepo' => ['privates''App\\Repository\\ProduitRepository''getProduitRepositoryService'false],
  8356.         ], [
  8357.             'agenceRepo' => 'App\\Repository\\AgenceRepository',
  8358.             'modeleRepo' => 'App\\Repository\\ModelRepository',
  8359.             'produitRepo' => 'App\\Repository\\ProduitRepository',
  8360.         ]);
  8361.     }
  8362.     /**
  8363.      * Gets the private '.service_locator.dcYAIAg' shared service.
  8364.      *
  8365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8366.      */
  8367.     protected function get_ServiceLocator_DcYAIAgService()
  8368.     {
  8369.         return $this->privates['.service_locator.dcYAIAg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8370.             'articleClient' => ['privates''.errored..service_locator.dcYAIAg.App\\Entity\\ArticleClient'NULL'Cannot autowire service ".service_locator.dcYAIAg": it references class "App\\Entity\\ArticleClient" but no such service exists.'],
  8371.         ], [
  8372.             'articleClient' => 'App\\Entity\\ArticleClient',
  8373.         ]);
  8374.     }
  8375.     /**
  8376.      * Gets the private '.service_locator.ddTvfuu' shared service.
  8377.      *
  8378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8379.      */
  8380.     protected function get_ServiceLocator_DdTvfuuService()
  8381.     {
  8382.         return $this->privates['.service_locator.ddTvfuu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8383.             'trans' => ['services''translator''getTranslatorService'false],
  8384.         ], [
  8385.             'trans' => '?',
  8386.         ]);
  8387.     }
  8388.     /**
  8389.      * Gets the private '.service_locator.dk..C2P' shared service.
  8390.      *
  8391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8392.      */
  8393.     protected function get_ServiceLocator_Dk__C2PService()
  8394.     {
  8395.         return $this->privates['.service_locator.dk..C2P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8396.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  8397.             'network' => ['privates''.errored..service_locator.dk..C2P.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.dk..C2P": it references class "App\\Entity\\Network" but no such service exists.'],
  8398.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  8399.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8400.         ], [
  8401.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  8402.             'network' => 'App\\Entity\\Network',
  8403.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  8404.             'translatorInterface' => '?',
  8405.         ]);
  8406.     }
  8407.     /**
  8408.      * Gets the private '.service_locator.ejPeyXb' shared service.
  8409.      *
  8410.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8411.      */
  8412.     protected function get_ServiceLocator_EjPeyXbService()
  8413.     {
  8414.         return $this->privates['.service_locator.ejPeyXb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8415.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8416.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8417.         ], [
  8418.             'customerManager' => 'App\\Manager\\CustomerManager',
  8419.             'entityManager' => '?',
  8420.         ]);
  8421.     }
  8422.     /**
  8423.      * Gets the private '.service_locator.fIcRQQj' shared service.
  8424.      *
  8425.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8426.      */
  8427.     protected function get_ServiceLocator_FIcRQQjService()
  8428.     {
  8429.         return $this->privates['.service_locator.fIcRQQj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8430.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  8431.             'security.firewall.map.context.api_mobile' => ['privates''security.firewall.map.context.api_mobile''getSecurity_Firewall_Map_Context_ApiMobileService'false],
  8432.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  8433.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8434.             'security.firewall.map.context.mobile' => ['privates''security.firewall.map.context.mobile''getSecurity_Firewall_Map_Context_MobileService'false],
  8435.         ], [
  8436.             'security.firewall.map.context.api' => '?',
  8437.             'security.firewall.map.context.api_mobile' => '?',
  8438.             'security.firewall.map.context.login' => '?',
  8439.             'security.firewall.map.context.main' => '?',
  8440.             'security.firewall.map.context.mobile' => '?',
  8441.         ]);
  8442.     }
  8443.     /**
  8444.      * Gets the private '.service_locator.fJB56ct' shared service.
  8445.      *
  8446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8447.      */
  8448.     protected function get_ServiceLocator_FJB56ctService()
  8449.     {
  8450.         return $this->privates['.service_locator.fJB56ct'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8451.             'articleClient' => ['privates''.errored..service_locator.fJB56ct.App\\Entity\\ArticleClient'NULL'Cannot autowire service ".service_locator.fJB56ct": it references class "App\\Entity\\ArticleClient" but no such service exists.'],
  8452.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8453.             'historiquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  8454.             'slugger' => ['privates''slugger''getSluggerService'false],
  8455.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8456.         ], [
  8457.             'articleClient' => 'App\\Entity\\ArticleClient',
  8458.             'entityManager' => '?',
  8459.             'historiquePrixVenteArticleRepository' => 'App\\Repository\\HistoriquePrixVenteArticleRepository',
  8460.             'slugger' => '?',
  8461.             'translatorInterface' => '?',
  8462.         ]);
  8463.     }
  8464.     /**
  8465.      * Gets the private '.service_locator.fS4LRYh' shared service.
  8466.      *
  8467.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8468.      */
  8469.     protected function get_ServiceLocator_FS4LRYhService()
  8470.     {
  8471.         return $this->privates['.service_locator.fS4LRYh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8472.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8473.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  8474.             'user' => ['privates''.errored..service_locator.fS4LRYh.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.fS4LRYh": it references class "App\\Entity\\Users" but no such service exists.'],
  8475.         ], [
  8476.             'logger' => '?',
  8477.             'networkManager' => 'App\\Manager\\NetworkManager',
  8478.             'user' => 'App\\Entity\\Users',
  8479.         ]);
  8480.     }
  8481.     /**
  8482.      * Gets the private '.service_locator.fbCUvGR' shared service.
  8483.      *
  8484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8485.      */
  8486.     protected function get_ServiceLocator_FbCUvGRService()
  8487.     {
  8488.         return $this->privates['.service_locator.fbCUvGR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8489.             'readOnly' => ['privates''.errored..service_locator.fbCUvGR.App\\Entity\\ReadOnly'NULL'Cannot autowire service ".service_locator.fbCUvGR": it references class "App\\Entity\\ReadOnly" but no such service exists.'],
  8490.         ], [
  8491.             'readOnly' => 'App\\Entity\\ReadOnly',
  8492.         ]);
  8493.     }
  8494.     /**
  8495.      * Gets the private '.service_locator.fc7xGD0' shared service.
  8496.      *
  8497.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8498.      */
  8499.     protected function get_ServiceLocator_Fc7xGD0Service()
  8500.     {
  8501.         return $this->privates['.service_locator.fc7xGD0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8502.             'materielTransfertRepository' => ['privates''App\\Repository\\MaterielTransfertRepository''getMaterielTransfertRepositoryService'false],
  8503.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  8504.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8505.             'transfert' => ['privates''.errored..service_locator.fc7xGD0.App\\Entity\\Transfert'NULL'Cannot autowire service ".service_locator.fc7xGD0": it references class "App\\Entity\\Transfert" but no such service exists.'],
  8506.         ], [
  8507.             'materielTransfertRepository' => 'App\\Repository\\MaterielTransfertRepository',
  8508.             'modelRepository' => 'App\\Repository\\ModelRepository',
  8509.             'stockRepository' => 'App\\Repository\\StockRepository',
  8510.             'transfert' => 'App\\Entity\\Transfert',
  8511.         ]);
  8512.     }
  8513.     /**
  8514.      * Gets the private '.service_locator.fd5GGl3' shared service.
  8515.      *
  8516.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8517.      */
  8518.     protected function get_ServiceLocator_Fd5GGl3Service()
  8519.     {
  8520.         return $this->privates['.service_locator.fd5GGl3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8521.             'device' => ['privates''.errored..service_locator.fd5GGl3.App\\Entity\\Device'NULL'Cannot autowire service ".service_locator.fd5GGl3": it references class "App\\Entity\\Device" but no such service exists.'],
  8522.         ], [
  8523.             'device' => 'App\\Entity\\Device',
  8524.         ]);
  8525.     }
  8526.     /**
  8527.      * Gets the private '.service_locator.flt4KH9' shared service.
  8528.      *
  8529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8530.      */
  8531.     protected function get_ServiceLocator_Flt4KH9Service()
  8532.     {
  8533.         return $this->privates['.service_locator.flt4KH9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8534.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8535.         ], [
  8536.             'translatorInterface' => '?',
  8537.         ]);
  8538.     }
  8539.     /**
  8540.      * Gets the private '.service_locator.g7TWamg' shared service.
  8541.      *
  8542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8543.      */
  8544.     protected function get_ServiceLocator_G7TWamgService()
  8545.     {
  8546.         return $this->privates['.service_locator.g7TWamg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8547.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  8548.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  8549.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8550.             'translator' => ['services''translator''getTranslatorService'false],
  8551.         ], [
  8552.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  8553.             'passwordHasher' => '?',
  8554.             'stockRepository' => 'App\\Repository\\StockRepository',
  8555.             'translator' => '?',
  8556.         ]);
  8557.     }
  8558.     /**
  8559.      * Gets the private '.service_locator.gFsD2UP' shared service.
  8560.      *
  8561.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8562.      */
  8563.     protected function get_ServiceLocator_GFsD2UPService()
  8564.     {
  8565.         return $this->privates['.service_locator.gFsD2UP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8566.             'networkDevice' => ['privates''.errored..service_locator.gFsD2UP.App\\Entity\\NetworkDevice'NULL'Cannot autowire service ".service_locator.gFsD2UP": it references class "App\\Entity\\NetworkDevice" but no such service exists.'],
  8567.         ], [
  8568.             'networkDevice' => 'App\\Entity\\NetworkDevice',
  8569.         ]);
  8570.     }
  8571.     /**
  8572.      * Gets the private '.service_locator.h6kfZdl' shared service.
  8573.      *
  8574.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8575.      */
  8576.     protected function get_ServiceLocator_H6kfZdlService()
  8577.     {
  8578.         return $this->privates['.service_locator.h6kfZdl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8579.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8580.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  8581.         ], [
  8582.             'em' => '?',
  8583.             'pdf' => '?',
  8584.         ]);
  8585.     }
  8586.     /**
  8587.      * Gets the private '.service_locator.hXXglnl' shared service.
  8588.      *
  8589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8590.      */
  8591.     protected function get_ServiceLocator_HXXglnlService()
  8592.     {
  8593.         return $this->privates['.service_locator.hXXglnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8594.             'routerInterface' => ['services''router''getRouterService'false],
  8595.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8596.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8597.         ], [
  8598.             'routerInterface' => '?',
  8599.             'session' => '?',
  8600.             'translatorInterface' => '?',
  8601.         ]);
  8602.     }
  8603.     /**
  8604.      * Gets the private '.service_locator.i4ow5ut' shared service.
  8605.      *
  8606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8607.      */
  8608.     protected function get_ServiceLocator_I4ow5utService()
  8609.     {
  8610.         return $this->privates['.service_locator.i4ow5ut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8611.             'planifiedMaintenance' => ['privates''.errored..service_locator.i4ow5ut.App\\Entity\\PlanifiedMaintenance'NULL'Cannot autowire service ".service_locator.i4ow5ut": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.'],
  8612.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8613.         ], [
  8614.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  8615.             'translatorInterface' => '?',
  8616.         ]);
  8617.     }
  8618.     /**
  8619.      * Gets the private '.service_locator.iB38MuD' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8622.      */
  8623.     protected function get_ServiceLocator_IB38MuDService()
  8624.     {
  8625.         return $this->privates['.service_locator.iB38MuD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8626.             'inventaireRepository' => ['privates''App\\Repository\\InventaireRepository''getInventaireRepositoryService'false],
  8627.             'operationService' => ['privates''App\\Service\\OperationService''getOperationServiceService'false],
  8628.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8629.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8630.         ], [
  8631.             'inventaireRepository' => 'App\\Repository\\InventaireRepository',
  8632.             'operationService' => 'App\\Service\\OperationService',
  8633.             'stockRepository' => 'App\\Repository\\StockRepository',
  8634.             'translatorInterface' => '?',
  8635.         ]);
  8636.     }
  8637.     /**
  8638.      * Gets the private '.service_locator.iyD6x7X' shared service.
  8639.      *
  8640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8641.      */
  8642.     protected function get_ServiceLocator_IyD6x7XService()
  8643.     {
  8644.         return $this->privates['.service_locator.iyD6x7X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8645.             'remplacement' => ['privates''.errored..service_locator.iyD6x7X.App\\Entity\\Remplacement'NULL'Cannot autowire service ".service_locator.iyD6x7X": it references class "App\\Entity\\Remplacement" but no such service exists.'],
  8646.             'remplacementRepository' => ['privates''App\\Repository\\RemplacementRepository''getRemplacementRepositoryService'false],
  8647.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8648.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8649.         ], [
  8650.             'remplacement' => 'App\\Entity\\Remplacement',
  8651.             'remplacementRepository' => 'App\\Repository\\RemplacementRepository',
  8652.             'stockRepository' => 'App\\Repository\\StockRepository',
  8653.             'translatorInterface' => '?',
  8654.         ]);
  8655.     }
  8656.     /**
  8657.      * Gets the private '.service_locator.j1ox5nf' shared service.
  8658.      *
  8659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8660.      */
  8661.     protected function get_ServiceLocator_J1ox5nfService()
  8662.     {
  8663.         return $this->privates['.service_locator.j1ox5nf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8664.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8665.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  8666.             'translator' => ['services''translator''getTranslatorService'false],
  8667.         ], [
  8668.             'customerManager' => 'App\\Manager\\CustomerManager',
  8669.             'networkManager' => 'App\\Manager\\NetworkManager',
  8670.             'translator' => '?',
  8671.         ]);
  8672.     }
  8673.     /**
  8674.      * Gets the private '.service_locator.jOUN2g_' shared service.
  8675.      *
  8676.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8677.      */
  8678.     protected function get_ServiceLocator_JOUN2gService()
  8679.     {
  8680.         return $this->privates['.service_locator.jOUN2g_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8681.             'alertProspect' => ['privates''.errored..service_locator.jOUN2g_.App\\Entity\\AlertProspect'NULL'Cannot autowire service ".service_locator.jOUN2g_": it references class "App\\Entity\\AlertProspect" but no such service exists.'],
  8682.         ], [
  8683.             'alertProspect' => 'App\\Entity\\AlertProspect',
  8684.         ]);
  8685.     }
  8686.     /**
  8687.      * Gets the private '.service_locator.j_FwlPe' shared service.
  8688.      *
  8689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8690.      */
  8691.     protected function get_ServiceLocator_JFwlPeService()
  8692.     {
  8693.         return $this->privates['.service_locator.j_FwlPe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8694.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8695.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8696.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8697.         ], [
  8698.             'em' => '?',
  8699.             'tokenStorageInterface' => '?',
  8700.             'translatorInterface' => '?',
  8701.         ]);
  8702.     }
  8703.     /**
  8704.      * Gets the private '.service_locator.jlcg4KN' shared service.
  8705.      *
  8706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8707.      */
  8708.     protected function get_ServiceLocator_Jlcg4KNService()
  8709.     {
  8710.         return $this->privates['.service_locator.jlcg4KN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8711.             'eventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  8712.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8713.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8714.             'translator' => ['services''translator''getTranslatorService'false],
  8715.         ], [
  8716.             'eventDispatcherInterface' => '?',
  8717.             'session' => '?',
  8718.             'tokenStorageInterface' => '?',
  8719.             'translator' => '?',
  8720.         ]);
  8721.     }
  8722.     /**
  8723.      * Gets the private '.service_locator.jzoF8fK' shared service.
  8724.      *
  8725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8726.      */
  8727.     protected function get_ServiceLocator_JzoF8fKService()
  8728.     {
  8729.         return $this->privates['.service_locator.jzoF8fK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8730.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8731.             'inventaire' => ['privates''.errored..service_locator.jzoF8fK.App\\Entity\\Inventaire'NULL'Cannot autowire service ".service_locator.jzoF8fK": it references class "App\\Entity\\Inventaire" but no such service exists.'],
  8732.         ], [
  8733.             'em' => '?',
  8734.             'inventaire' => 'App\\Entity\\Inventaire',
  8735.         ]);
  8736.     }
  8737.     /**
  8738.      * Gets the private '.service_locator.kVI61K2' shared service.
  8739.      *
  8740.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8741.      */
  8742.     protected function get_ServiceLocator_KVI61K2Service()
  8743.     {
  8744.         return $this->privates['.service_locator.kVI61K2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8745.             'App\\Controller\\AgenceController::delete' => ['privates''.service_locator.ojSyuEO''get_ServiceLocator_OjSyuEOService'false],
  8746.             'App\\Controller\\AgenceController::edit' => ['privates''.service_locator.zqb86X4''get_ServiceLocator_Zqb86X4Service'false],
  8747.             'App\\Controller\\AgenceController::editLocalAgence' => ['privates''.service_locator.Zxm6DVH''get_ServiceLocator_Zxm6DVHService'false],
  8748.             'App\\Controller\\AgenceController::index' => ['privates''.service_locator.3fv.C89''get_ServiceLocator_3fv_C89Service'false],
  8749.             'App\\Controller\\AgenceController::new' => ['privates''.service_locator.tvOWqSY''get_ServiceLocator_TvOWqSYService'false],
  8750.             'App\\Controller\\AgenceController::show' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  8751.             'App\\Controller\\AjaxController::getCustomersByAgence' => ['privates''.service_locator.L83kdtV''get_ServiceLocator_L83kdtVService'false],
  8752.             'App\\Controller\\AjaxController::getIdentifiantsFormStock' => ['privates''.service_locator.FhRsrTX''get_ServiceLocator_FhRsrTXService'false],
  8753.             'App\\Controller\\AjaxController::getLocauxByAgence' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  8754.             'App\\Controller\\AjaxController::getNRByAgence' => ['privates''.service_locator.FwYCxie''get_ServiceLocator_FwYCxieService'false],
  8755.             'App\\Controller\\AjaxController::getStocksByLocal' => ['privates''.service_locator.DvQEu8l''get_ServiceLocator_DvQEu8lService'false],
  8756.             'App\\Controller\\AjaxController::getUsersByAgence' => ['privates''.service_locator.DXM7S5y''get_ServiceLocator_DXM7S5yService'false],
  8757.             'App\\Controller\\Api\\ClientController::listClientAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  8758.             'App\\Controller\\Api\\ClientController::listShowClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8759.             'App\\Controller\\Api\\CodeController::decryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  8760.             'App\\Controller\\Api\\CodeController::encryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  8761.             'App\\Controller\\Api\\CustomerController::ProspectZoneListAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8762.             'App\\Controller\\Api\\CustomerController::addCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8763.             'App\\Controller\\Api\\CustomerController::addDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8764.             'App\\Controller\\Api\\CustomerController::addEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8765.             'App\\Controller\\Api\\CustomerController::addEquipmentElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8766.             'App\\Controller\\Api\\CustomerController::customerDevicesAction' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  8767.             'App\\Controller\\Api\\CustomerController::customersAction' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  8768.             'App\\Controller\\Api\\CustomerController::deleteCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8769.             'App\\Controller\\Api\\CustomerController::deleteDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8770.             'App\\Controller\\Api\\CustomerController::deleteEquipementElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8771.             'App\\Controller\\Api\\CustomerController::deleteEquipementProductionElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8772.             'App\\Controller\\Api\\CustomerController::editAction' => ['privates''.service_locator.JhG5aGw''get_ServiceLocator_JhG5aGwService'false],
  8773.             'App\\Controller\\Api\\CustomerController::generateCodeAction' => ['privates''.service_locator.467VcOo''get_ServiceLocator_467VcOoService'false],
  8774.             'App\\Controller\\Api\\CustomerController::getCustomerDetailsAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8775.             'App\\Controller\\Api\\CustomerController::getFullDetailsAction' => ['privates''.service_locator.Ts1BwiH''get_ServiceLocator_Ts1BwiHService'false],
  8776.             'App\\Controller\\Api\\CustomerController::updateDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8777.             'App\\Controller\\Api\\CustomerController::updateEquipementConsomationAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  8778.             'App\\Controller\\Api\\CustomerController::updateEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8779.             'App\\Controller\\Api\\CustomerController::updateEquipmentElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8780.             'App\\Controller\\Api\\DataRecordController::addRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  8781.             'App\\Controller\\Api\\DataRecordController::addSynthethicalRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  8782.             'App\\Controller\\Api\\DataRecordController::getSynthethicalRecordListAction' => ['privates''.service_locator.O1XGkAG''get_ServiceLocator_O1XGkAGService'false],
  8783.             'App\\Controller\\Api\\DataRecordController::old__construct' => ['privates''.service_locator.QM7rkSL''get_ServiceLocator_QM7rkSLService'false],
  8784.             'App\\Controller\\Api\\DeviceController::createDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  8785.             'App\\Controller\\Api\\DeviceController::removeDeviceAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8786.             'App\\Controller\\Api\\DeviceController::updateDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  8787.             'App\\Controller\\Api\\MapController::userZoneAction' => ['privates''.service_locator.43KuGKF''get_ServiceLocator_43KuGKFService'false],
  8788.             'App\\Controller\\Api\\NetworkController::addDeviceAction' => ['privates''.service_locator.crcpn6p''get_ServiceLocator_Crcpn6pService'false],
  8789.             'App\\Controller\\Api\\NetworkController::editNetworksDeviceAction' => ['privates''.service_locator.LiOhytn''get_ServiceLocator_LiOhytnService'false],
  8790.             'App\\Controller\\Api\\NetworkController::listNetworksAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  8791.             'App\\Controller\\Api\\NetworkController::listShowNetworkAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8792.             'App\\Controller\\Api\\NetworkController::networkDevicesAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  8793.             'App\\Controller\\Api\\NetworkController::networksAction' => ['privates''.service_locator.Zz2l4ov''get_ServiceLocator_Zz2l4ovService'false],
  8794.             'App\\Controller\\Api\\NetworkController::removeDeviceAction' => ['privates''.service_locator.7dw6DAe''get_ServiceLocator_7dw6DAeService'false],
  8795.             'App\\Controller\\Api\\NetworkDeviceController::updateAction' => ['privates''.service_locator.gFsD2UP''get_ServiceLocator_GFsD2UPService'false],
  8796.             'App\\Controller\\Api\\PaymentController::paymentFinalizeAction' => ['privates''.service_locator.bzSKAGk''get_ServiceLocator_BzSKAGkService'false],
  8797.             'App\\Controller\\Api\\PaymentController::paymentInitAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  8798.             'App\\Controller\\Api\\ProspectController::listProspectAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  8799.             'App\\Controller\\Api\\ProspectController::listProspectParEnqueteurAction' => ['privates''.service_locator.lCVK1t1''get_ServiceLocator_LCVK1t1Service'false],
  8800.             'App\\Controller\\Api\\ProspectController::listShowProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8801.             'App\\Controller\\Api\\ProspectController::prospectDeletedAction' => ['privates''.service_locator.tsVxudM''get_ServiceLocator_TsVxudMService'false],
  8802.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionCustomerAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8803.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionNRAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8804.             'App\\Controller\\Api\\SatisfactionController::listCustmerstAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  8805.             'App\\Controller\\Api\\SatisfactionController::satisfactionCustomersAddAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8806.             'App\\Controller\\Api\\UserController::getBalanceAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  8807.             'App\\Controller\\Api\\UserController::getCustomersAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  8808.             'App\\Controller\\Api\\UserController::getDetailsAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  8809.             'App\\Controller\\Api\\UserController::getNetworksAction' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  8810.             'App\\Controller\\Api\\UserController::getNetworksActionAllTime' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  8811.             'App\\Controller\\Api\\UserController::getTasksAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  8812.             'App\\Controller\\Api\\UserController::getTransactionsAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  8813.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  8814.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerEquipeAction' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  8815.             'App\\Controller\\Api\\ZoneController::getZoneByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  8816.             'App\\Controller\\ArticleClientController::add_historique' => ['privates''.service_locator.UYMlL2W''get_ServiceLocator_UYMlL2WService'false],
  8817.             'App\\Controller\\ArticleClientController::delete' => ['privates''.service_locator.8KMdi7N''get_ServiceLocator_8KMdi7NService'false],
  8818.             'App\\Controller\\ArticleClientController::edit' => ['privates''.service_locator.fJB56ct''get_ServiceLocator_FJB56ctService'false],
  8819.             'App\\Controller\\ArticleClientController::index' => ['privates''.service_locator.2RfHm9Q''get_ServiceLocator_2RfHm9QService'false],
  8820.             'App\\Controller\\ArticleClientController::new' => ['privates''.service_locator.0djkI_r''get_ServiceLocator_0djkIRService'false],
  8821.             'App\\Controller\\ArticleClientController::show' => ['privates''.service_locator.dcYAIAg''get_ServiceLocator_DcYAIAgService'false],
  8822.             'App\\Controller\\CaisseController::addAction' => ['privates''.service_locator.QzOJFLQ''get_ServiceLocator_QzOJFLQService'false],
  8823.             'App\\Controller\\CaisseController::editAction' => ['privates''.service_locator.DPytARp''get_ServiceLocator_DPytARpService'false],
  8824.             'App\\Controller\\CaisseController::listAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  8825.             'App\\Controller\\CaisseController::removeAction' => ['privates''.service_locator.GcA.9H5''get_ServiceLocator_GcA_9H5Service'false],
  8826.             'App\\Controller\\CategorieController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8827.             'App\\Controller\\CategorieController::editAction' => ['privates''.service_locator.ssAKG2k''get_ServiceLocator_SsAKG2kService'false],
  8828.             'App\\Controller\\CategorieController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8829.             'App\\Controller\\ChangementKitController::edit' => ['privates''.service_locator.6LRhzg0''get_ServiceLocator_6LRhzg0Service'false],
  8830.             'App\\Controller\\ChangementKitController::index' => ['privates''.service_locator.lFAvl9H''get_ServiceLocator_LFAvl9HService'false],
  8831.             'App\\Controller\\ChangementKitController::new' => ['privates''.service_locator.6uSNzqP''get_ServiceLocator_6uSNzqPService'false],
  8832.             'App\\Controller\\CodeController::massUploadAction' => ['privates''.service_locator.wX2sFUE''get_ServiceLocator_WX2sFUEService'false],
  8833.             'App\\Controller\\DashboardController::indexAction' => ['privates''.service_locator.qRBHu6h''get_ServiceLocator_QRBHu6hService'false],
  8834.             'App\\Controller\\DashboardController::selectContractorAction' => ['privates''.service_locator.3ScHzZK''get_ServiceLocator_3ScHzZKService'false],
  8835.             'App\\Controller\\DashboardController::selectDistrictAction' => ['privates''.service_locator.A29V4mf''get_ServiceLocator_A29V4mfService'false],
  8836.             'App\\Controller\\DeviceController::addAction' => ['privates''.service_locator.TZQ6Yd.''get_ServiceLocator_TZQ6Yd_Service'false],
  8837.             'App\\Controller\\DeviceController::deleteAction' => ['privates''.service_locator.CIkUJtK''get_ServiceLocator_CIkUJtKService'false],
  8838.             'App\\Controller\\DeviceController::detailsAction' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  8839.             'App\\Controller\\DeviceController::editAction' => ['privates''.service_locator.ordqhef''get_ServiceLocator_OrdqhefService'false],
  8840.             'App\\Controller\\DeviceController::getDeviceTypeDetailsAction' => ['privates''.service_locator.48VO5iM''get_ServiceLocator_48VO5iMService'false],
  8841.             'App\\Controller\\DeviceController::listAction' => ['privates''.service_locator.HHM2x4T''get_ServiceLocator_HHM2x4TService'false],
  8842.             'App\\Controller\\FabricationController::delete' => ['privates''.service_locator.IO.8s6n''get_ServiceLocator_IO_8s6nService'false],
  8843.             'App\\Controller\\FabricationController::edit' => ['privates''.service_locator.WqX1CqG''get_ServiceLocator_WqX1CqGService'false],
  8844.             'App\\Controller\\FabricationController::index' => ['privates''.service_locator.HJkJSmV''get_ServiceLocator_HJkJSmVService'false],
  8845.             'App\\Controller\\FabricationController::new' => ['privates''.service_locator.9KmVZb.''get_ServiceLocator_9KmVZb_Service'false],
  8846.             'App\\Controller\\FabricationController::show' => ['privates''.service_locator.QpiMmnx''get_ServiceLocator_QpiMmnxService'false],
  8847.             'App\\Controller\\FacturationController::delete' => ['privates''.service_locator.XrVIU67''get_ServiceLocator_XrVIU67Service'false],
  8848.             'App\\Controller\\FacturationController::edit' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  8849.             'App\\Controller\\FacturationController::identifier' => ['privates''.service_locator.TXRZSwM''get_ServiceLocator_TXRZSwMService'false],
  8850.             'App\\Controller\\FacturationController::index' => ['privates''.service_locator.5Ri8jqs''get_ServiceLocator_5Ri8jqsService'false],
  8851.             'App\\Controller\\FacturationController::new' => ['privates''.service_locator.bgpE1Wq''get_ServiceLocator_BgpE1WqService'false],
  8852.             'App\\Controller\\FacturationController::random_string' => ['privates''.service_locator.1QwN.ua''get_ServiceLocator_1QwN_UaService'false],
  8853.             'App\\Controller\\FacturationController::receptionner' => ['privates''.service_locator.FM8zfWg''get_ServiceLocator_FM8zfWgService'false],
  8854.             'App\\Controller\\FacturationController::show' => ['privates''.service_locator.cT9t6e4''get_ServiceLocator_CT9t6e4Service'false],
  8855.             'App\\Controller\\FacturationController::validate' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  8856.             'App\\Controller\\FournisseurController::delete' => ['privates''.service_locator.0Glhizg''get_ServiceLocator_0GlhizgService'false],
  8857.             'App\\Controller\\FournisseurController::edit' => ['privates''.service_locator.X20a3Co''get_ServiceLocator_X20a3CoService'false],
  8858.             'App\\Controller\\FournisseurController::index' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  8859.             'App\\Controller\\FournisseurController::new' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  8860.             'App\\Controller\\FournisseurController::show' => ['privates''.service_locator.qSY6gAo''get_ServiceLocator_QSY6gAoService'false],
  8861.             'App\\Controller\\InspectionController::delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  8862.             'App\\Controller\\InspectionController::edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  8863.             'App\\Controller\\InspectionController::index' => ['privates''.service_locator.BiewvBu''get_ServiceLocator_BiewvBuService'false],
  8864.             'App\\Controller\\InspectionController::new' => ['privates''.service_locator.UTd.Tgi''get_ServiceLocator_UTd_TgiService'false],
  8865.             'App\\Controller\\InspectionController::show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  8866.             'App\\Controller\\InterventionController::addAction' => ['privates''.service_locator.hXXglnl''get_ServiceLocator_HXXglnlService'false],
  8867.             'App\\Controller\\InterventionController::deleteInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  8868.             'App\\Controller\\InterventionController::deleteTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  8869.             'App\\Controller\\InterventionController::editInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  8870.             'App\\Controller\\InterventionController::editTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  8871.             'App\\Controller\\InterventionController::listAction' => ['privates''.service_locator.7405IkE''get_ServiceLocator_7405IkEService'false],
  8872.             'App\\Controller\\InterventionController::syntheticalRecordListAction' => ['privates''.service_locator.BKwW7SJ''get_ServiceLocator_BKwW7SJService'false],
  8873.             'App\\Controller\\InventaireController::delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  8874.             'App\\Controller\\InventaireController::edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  8875.             'App\\Controller\\InventaireController::index' => ['privates''.service_locator.8ztvxDR''get_ServiceLocator_8ztvxDRService'false],
  8876.             'App\\Controller\\InventaireController::new' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  8877.             'App\\Controller\\InventaireController::show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  8878.             'App\\Controller\\InventaireController::updateHistoriqueAction' => ['privates''.service_locator.jzoF8fK''get_ServiceLocator_JzoF8fKService'false],
  8879.             'App\\Controller\\KoboController::submitKoboDataAction' => ['privates''.service_locator.vtU7QCE''get_ServiceLocator_VtU7QCEService'false],
  8880.             'App\\Controller\\LotController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8881.             'App\\Controller\\MapController::indexAction' => ['privates''.service_locator.jlcg4KN''get_ServiceLocator_Jlcg4KNService'false],
  8882.             'App\\Controller\\MapController::showAction' => ['privates''.service_locator.j1ox5nf''get_ServiceLocator_J1ox5nfService'false],
  8883.             'App\\Controller\\Mobile\\CustomerController::createAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  8884.             'App\\Controller\\Mobile\\CustomerController::deleteProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8885.             'App\\Controller\\Mobile\\CustomerController::listNotValidAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  8886.             'App\\Controller\\Mobile\\CustomerController::listNotValidParEnqueteurAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  8887.             'App\\Controller\\Mobile\\CustomerController::listProspectValidAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  8888.             'App\\Controller\\Mobile\\CustomerController::updateAction' => ['privates''.service_locator.8rqPmL5''get_ServiceLocator_8rqPmL5Service'false],
  8889.             'App\\Controller\\Mobile\\ZoneController::listeZoneEntrepreneurAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  8890.             'App\\Controller\\ModelController::addAction' => ['privates''.service_locator.slCk2l8''get_ServiceLocator_SlCk2l8Service'false],
  8891.             'App\\Controller\\ModelController::deleteAction' => ['privates''.service_locator..Tk2o.V''get_ServiceLocator__Tk2o_VService'false],
  8892.             'App\\Controller\\ModelController::editAction' => ['privates''.service_locator._Ty3c61''get_ServiceLocator_Ty3c61Service'false],
  8893.             'App\\Controller\\ModelController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8894.             'App\\Controller\\ModelePreEnregistreController::check_disponibility' => ['privates''.service_locator.7zlP5iH''get_ServiceLocator_7zlP5iHService'false],
  8895.             'App\\Controller\\ModelePreEnregistreController::delete' => ['privates''.service_locator.EmgLjcU''get_ServiceLocator_EmgLjcUService'false],
  8896.             'App\\Controller\\ModelePreEnregistreController::edit' => ['privates''.service_locator.ACO_H3o''get_ServiceLocator_ACOH3oService'false],
  8897.             'App\\Controller\\ModelePreEnregistreController::getMaterielsFromModele' => ['privates''.service_locator.9QkAKC9''get_ServiceLocator_9QkAKC9Service'false],
  8898.             'App\\Controller\\ModelePreEnregistreController::index' => ['privates''.service_locator.Cw87WGt''get_ServiceLocator_Cw87WGtService'false],
  8899.             'App\\Controller\\ModelePreEnregistreController::new' => ['privates''.service_locator.odulM1a''get_ServiceLocator_OdulM1aService'false],
  8900.             'App\\Controller\\MouvementController::delete' => ['privates''.service_locator.ykpsXIg''get_ServiceLocator_YkpsXIgService'false],
  8901.             'App\\Controller\\MouvementController::edit' => ['privates''.service_locator.BC2HOiR''get_ServiceLocator_BC2HOiRService'false],
  8902.             'App\\Controller\\MouvementController::index' => ['privates''.service_locator.rsuiLtZ''get_ServiceLocator_RsuiLtZService'false],
  8903.             'App\\Controller\\MouvementController::new' => ['privates''.service_locator.g7TWamg''get_ServiceLocator_G7TWamgService'false],
  8904.             'App\\Controller\\MouvementController::new_old' => ['privates''.service_locator.tlZSeWA''get_ServiceLocator_TlZSeWAService'false],
  8905.             'App\\Controller\\MouvementController::show' => ['privates''.service_locator.OkSsD0O''get_ServiceLocator_OkSsD0OService'false],
  8906.             'App\\Controller\\MoveRequestController::acceptCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  8907.             'App\\Controller\\MoveRequestController::acceptMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  8908.             'App\\Controller\\MoveRequestController::acceptNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  8909.             'App\\Controller\\MoveRequestController::denyCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  8910.             'App\\Controller\\MoveRequestController::denyMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  8911.             'App\\Controller\\MoveRequestController::denyNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  8912.             'App\\Controller\\MoveRequestController::listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  8913.             'App\\Controller\\NetworkController::addDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  8914.             'App\\Controller\\NetworkController::commissionEditAction' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  8915.             'App\\Controller\\NetworkController::commissionListAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  8916.             'App\\Controller\\NetworkController::deleteAction' => ['privates''.service_locator.oBtIsDR''get_ServiceLocator_OBtIsDRService'false],
  8917.             'App\\Controller\\NetworkController::editAction' => ['privates''.service_locator.mglvehC''get_ServiceLocator_MglvehCService'false],
  8918.             'App\\Controller\\NetworkController::generateCsvNetworkAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8919.             'App\\Controller\\NetworkController::generatePdfNetworkAction' => ['privates''.service_locator.0RswhjC''get_ServiceLocator_0RswhjCService'false],
  8920.             'App\\Controller\\NetworkController::getAllEntrepreneurAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8921.             'App\\Controller\\NetworkController::getDevicesAction' => ['privates''.service_locator.wtUBix8''get_ServiceLocator_WtUBix8Service'false],
  8922.             'App\\Controller\\NetworkController::getNetworkDevices' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  8923.             'App\\Controller\\NetworkController::getServiceAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  8924.             'App\\Controller\\NetworkController::listAction' => ['privates''.service_locator.tFueXwH''get_ServiceLocator_TFueXwHService'false],
  8925.             'App\\Controller\\NetworkController::listCommentAction' => ['privates''.service_locator.TnHwTyo''get_ServiceLocator_TnHwTyoService'false],
  8926.             'App\\Controller\\NetworkController::migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8927.             'App\\Controller\\NetworkController::removeDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  8928.             'App\\Controller\\NetworkController::saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  8929.             'App\\Controller\\NetworkController::showAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  8930.             'App\\Controller\\NetworkController::uninstall' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  8931.             'App\\Controller\\NetworkController::uninstall_old' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  8932.             'App\\Controller\\NetworkController::updateNanoentrepreneurCommissionAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8933.             'App\\Controller\\NetworkController::updateNetworkLocationAction' => ['privates''.service_locator.2_g68iE''get_ServiceLocator_2G68iEService'false],
  8934.             'App\\Controller\\OffersController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8935.             'App\\Controller\\OffersController::deleteAction' => ['privates''.service_locator.RuIoqYh''get_ServiceLocator_RuIoqYhService'false],
  8936.             'App\\Controller\\OffersController::detailsAction' => ['privates''.service_locator.QgH0i9w''get_ServiceLocator_QgH0i9wService'false],
  8937.             'App\\Controller\\OffersController::editAction' => ['privates''.service_locator.X0FgT8k''get_ServiceLocator_X0FgT8kService'false],
  8938.             'App\\Controller\\OffersController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8939.             'App\\Controller\\OffersController::migrationOfferPriceFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  8940.             'App\\Controller\\OperationController::data' => ['privates''.service_locator.YXalDlM''get_ServiceLocator_YXalDlMService'false],
  8941.             'App\\Controller\\OperationController::list' => ['privates''.service_locator.dYoDZgI''get_ServiceLocator_DYoDZgIService'false],
  8942.             'App\\Controller\\PlanifiedMaintenanceController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8943.             'App\\Controller\\PlanifiedMaintenanceController::deleteAction' => ['privates''.service_locator.E6MiF.U''get_ServiceLocator_E6MiF_UService'false],
  8944.             'App\\Controller\\PlanifiedMaintenanceController::descriptionAction' => ['privates''.service_locator.zVpJGgr''get_ServiceLocator_ZVpJGgrService'false],
  8945.             'App\\Controller\\PlanifiedMaintenanceController::editAction' => ['privates''.service_locator.i4ow5ut''get_ServiceLocator_I4ow5utService'false],
  8946.             'App\\Controller\\PlanifiedMaintenanceController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8947.             'App\\Controller\\ProduitController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8948.             'App\\Controller\\ProduitController::deleteAction' => ['privates''.service_locator.5kTAqd3''get_ServiceLocator_5kTAqd3Service'false],
  8949.             'App\\Controller\\ProduitController::editAction' => ['privates''.service_locator.vUdv.fr''get_ServiceLocator_VUdv_FrService'false],
  8950.             'App\\Controller\\ProduitController::getModeles' => ['privates''.service_locator.ZJzZ1Z2''get_ServiceLocator_ZJzZ1Z2Service'false],
  8951.             'App\\Controller\\ProduitController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8952.             'App\\Controller\\ProfileController::addUserAction' => ['privates''.service_locator.xtbVpKN''get_ServiceLocator_XtbVpKNService'false],
  8953.             'App\\Controller\\ProfileController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  8954.             'App\\Controller\\ProfileController::editUserAction' => ['privates''.service_locator.2GDxWS8''get_ServiceLocator_2GDxWS8Service'false],
  8955.             'App\\Controller\\ProfileController::listAction' => ['privates''.service_locator.xKndLFS''get_ServiceLocator_XKndLFSService'false],
  8956.             'App\\Controller\\ProjectController::alertSeenAction' => ['privates''.service_locator.9NcbZAd''get_ServiceLocator_9NcbZAdService'false],
  8957.             'App\\Controller\\ProjectController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  8958.             'App\\Controller\\ProjectController::listAction' => ['privates''.service_locator.j_FwlPe''get_ServiceLocator_JFwlPeService'false],
  8959.             'App\\Controller\\ProjectController::listAlertAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8960.             'App\\Controller\\ProjectController::listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  8961.             'App\\Controller\\ProjectController::mapAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  8962.             'App\\Controller\\ProjectController::updateStateAction' => ['privates''.service_locator.dk..C2P''get_ServiceLocator_Dk__C2PService'false],
  8963.             'App\\Controller\\ProjectController::workflowAction' => ['privates''.service_locator.ybKz26V''get_ServiceLocator_YbKz26VService'false],
  8964.             'App\\Controller\\ProspectController::OldeditRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  8965.             'App\\Controller\\ProspectController::addToNetworkAction' => ['privates''.service_locator.0fX41R6''get_ServiceLocator_0fX41R6Service'false],
  8966.             'App\\Controller\\ProspectController::ajaxsearch' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  8967.             'App\\Controller\\ProspectController::alertSeenAction' => ['privates''.service_locator.jOUN2g_''get_ServiceLocator_JOUN2gService'false],
  8968.             'App\\Controller\\ProspectController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  8969.             'App\\Controller\\ProspectController::devalideAction' => ['privates''.service_locator.aSEs2.d''get_ServiceLocator_ASEs2_DService'false],
  8970.             'App\\Controller\\ProspectController::editAction' => ['privates''.service_locator.RlSv5Uu''get_ServiceLocator_RlSv5UuService'false],
  8971.             'App\\Controller\\ProspectController::editCodeAction' => ['privates''.service_locator.sFIcoVJ''get_ServiceLocator_SFIcoVJService'false],
  8972.             'App\\Controller\\ProspectController::editRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  8973.             'App\\Controller\\ProspectController::generateCodeAction' => ['privates''.service_locator._enI0SP''get_ServiceLocator_EnI0SPService'false],
  8974.             'App\\Controller\\ProspectController::generatePdfAction' => ['privates''.service_locator.h6kfZdl''get_ServiceLocator_H6kfZdlService'false],
  8975.             'App\\Controller\\ProspectController::generatePdfClientAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  8976.             'App\\Controller\\ProspectController::generatePdfProspectAction' => ['privates''.service_locator.nheZvoD''get_ServiceLocator_NheZvoDService'false],
  8977.             'App\\Controller\\ProspectController::getDevicesAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  8978.             'App\\Controller\\ProspectController::getGenerateCodeAction' => ['privates''.service_locator.zblkmLu''get_ServiceLocator_ZblkmLuService'false],
  8979.             'App\\Controller\\ProspectController::importHistoricRegularizationAction' => ['privates''.service_locator.ddTvfuu''get_ServiceLocator_DdTvfuuService'false],
  8980.             'App\\Controller\\ProspectController::listAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  8981.             'App\\Controller\\ProspectController::listCodeAction' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  8982.             'App\\Controller\\ProspectController::listCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  8983.             'App\\Controller\\ProspectController::listRegularizationAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  8984.             'App\\Controller\\ProspectController::listWorkflowCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  8985.             'App\\Controller\\ProspectController::massUploadAction' => ['privates''.service_locator.EfcqpF6''get_ServiceLocator_EfcqpF6Service'false],
  8986.             'App\\Controller\\ProspectController::refundProspectFormAction' => ['privates''.service_locator.FB.pLhm''get_ServiceLocator_FB_PLhmService'false],
  8987.             'App\\Controller\\ProspectController::regularizeFeesAction' => ['privates''.service_locator.ZakTjNZ''get_ServiceLocator_ZakTjNZService'false],
  8988.             'App\\Controller\\ProspectController::removeDeviceAction' => ['privates''.service_locator.ljphWNN''get_ServiceLocator_LjphWNNService'false],
  8989.             'App\\Controller\\ProspectController::removeFromNetworkAction' => ['privates''.service_locator.Ho_cL4p''get_ServiceLocator_HoCL4pService'false],
  8990.             'App\\Controller\\ProspectController::saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  8991.             'App\\Controller\\ProspectController::saveWorkflowCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  8992.             'App\\Controller\\ProspectController::setCustomeDeviceAdditional' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  8993.             'App\\Controller\\ProspectController::showAction' => ['privates''.service_locator.QJOpjBe''get_ServiceLocator_QJOpjBeService'false],
  8994.             'App\\Controller\\ProspectController::toggleValidationCodeAction' => ['privates''.service_locator.EvoQZbL''get_ServiceLocator_EvoQZbLService'false],
  8995.             'App\\Controller\\ProspectController::updateProspectLocationAction' => ['privates''.service_locator.5W4CSYJ''get_ServiceLocator_5W4CSYJService'false],
  8996.             'App\\Controller\\ProspectController::updateStateAction' => ['privates''.service_locator.PW4v3kj''get_ServiceLocator_PW4v3kjService'false],
  8997.             'App\\Controller\\ProspectController::workflowAction' => ['privates''.service_locator.YoxYeBH''get_ServiceLocator_YoxYeBHService'false],
  8998.             'App\\Controller\\ReadOnlyController::removeAction' => ['privates''.service_locator.fbCUvGR''get_ServiceLocator_FbCUvGRService'false],
  8999.             'App\\Controller\\ReceptionController::delete' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  9000.             'App\\Controller\\ReceptionController::edit' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  9001.             'App\\Controller\\ReceptionController::index' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  9002.             'App\\Controller\\ReceptionController::new' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  9003.             'App\\Controller\\ReceptionController::show' => ['privates''.service_locator.1o3HeJI''get_ServiceLocator_1o3HeJIService'false],
  9004.             'App\\Controller\\RemplacementController::delete' => ['privates''.service_locator.LNSEAxn''get_ServiceLocator_LNSEAxnService'false],
  9005.             'App\\Controller\\RemplacementController::edit' => ['privates''.service_locator.iyD6x7X''get_ServiceLocator_IyD6x7XService'false],
  9006.             'App\\Controller\\RemplacementController::index' => ['privates''.service_locator.mlHwb5A''get_ServiceLocator_MlHwb5AService'false],
  9007.             'App\\Controller\\RemplacementController::new' => ['privates''.service_locator.Bi2EXC2''get_ServiceLocator_Bi2EXC2Service'false],
  9008.             'App\\Controller\\RemplacementController::show' => ['privates''.service_locator.NBoqly5''get_ServiceLocator_NBoqly5Service'false],
  9009.             'App\\Controller\\SatisfactionController::addSatisfactionAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  9010.             'App\\Controller\\SatisfactionController::deleteAction' => ['privates''.service_locator.J0R.6EQ''get_ServiceLocator_J0R_6EQService'false],
  9011.             'App\\Controller\\SatisfactionController::editSatisfactionAction' => ['privates''.service_locator.42XlV._''get_ServiceLocator_42XlV_Service'false],
  9012.             'App\\Controller\\SatisfactionController::listClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9013.             'App\\Controller\\SatisfactionController::listNRAction' => ['privates''.service_locator.__yF_Xs''get_ServiceLocator_YFXsService'false],
  9014.             'App\\Controller\\SoldController::addSoldAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  9015.             'App\\Controller\\SoldController::deleteAction' => ['privates''.service_locator.PG7FJY2''get_ServiceLocator_PG7FJY2Service'false],
  9016.             'App\\Controller\\SoldController::editSoldAction' => ['privates''.service_locator.rgvc6IC''get_ServiceLocator_Rgvc6ICService'false],
  9017.             'App\\Controller\\SoldController::listAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9018.             'App\\Controller\\SoldController::listSyntheseAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9019.             'App\\Controller\\StatsController::clientsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9020.             'App\\Controller\\StatsController::eventAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9021.             'App\\Controller\\StatsController::generateExcelClientsAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9022.             'App\\Controller\\StatsController::generatePdfClientsAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9023.             'App\\Controller\\StatsController::generatePdfEventAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9024.             'App\\Controller\\StatsController::generatePdfIntensityAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9025.             'App\\Controller\\StatsController::generatePdfNetworkAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9026.             'App\\Controller\\StatsController::generatePdfTensionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9027.             'App\\Controller\\StatsController::generatePdfTransactionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9028.             'App\\Controller\\StatsController::generatePdfUserAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9029.             'App\\Controller\\StatsController::intensityAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9030.             'App\\Controller\\StatsController::networkAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  9031.             'App\\Controller\\StatsController::recalculate_balance' => ['privates''.service_locator.ArSI9MS''get_ServiceLocator_ArSI9MSService'false],
  9032.             'App\\Controller\\StatsController::tensionAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9033.             'App\\Controller\\StatsController::transactionsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9034.             'App\\Controller\\StatsController::userAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  9035.             'App\\Controller\\StockController::add' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9036.             'App\\Controller\\StockController::delete' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  9037.             'App\\Controller\\StockController::edit' => ['privates''.service_locator.EbEvvT5''get_ServiceLocator_EbEvvT5Service'false],
  9038.             'App\\Controller\\StockController::index' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  9039.             'App\\Controller\\StockController::show' => ['privates''.service_locator.1mdfZZ8''get_ServiceLocator_1mdfZZ8Service'false],
  9040.             'App\\Controller\\StockController::stockboard' => ['privates''.service_locator.iB38MuD''get_ServiceLocator_IB38MuDService'false],
  9041.             'App\\Controller\\TransfertController::delete' => ['privates''.service_locator.cIifKEn''get_ServiceLocator_CIifKEnService'false],
  9042.             'App\\Controller\\TransfertController::edit' => ['privates''.service_locator.HSs3QPH''get_ServiceLocator_HSs3QPHService'false],
  9043.             'App\\Controller\\TransfertController::getPreparationMaterielData' => ['privates''.service_locator.cqJz2KQ''get_ServiceLocator_CqJz2KQService'false],
  9044.             'App\\Controller\\TransfertController::getProduitsByLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9045.             'App\\Controller\\TransfertController::getStockByModeleAndLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9046.             'App\\Controller\\TransfertController::index' => ['privates''.service_locator.se2gJgI''get_ServiceLocator_Se2gJgIService'false],
  9047.             'App\\Controller\\TransfertController::new' => ['privates''.service_locator.qQjPVgy''get_ServiceLocator_QQjPVgyService'false],
  9048.             'App\\Controller\\TransfertController::preparation' => ['privates''.service_locator.5ZKSdtX''get_ServiceLocator_5ZKSdtXService'false],
  9049.             'App\\Controller\\TransfertController::preparer' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  9050.             'App\\Controller\\TransfertController::preparer_nr' => ['privates''.service_locator.YoN4nuw''get_ServiceLocator_YoN4nuwService'false],
  9051.             'App\\Controller\\TransfertController::reception' => ['privates''.service_locator..cSTREF''get_ServiceLocator__CSTREFService'false],
  9052.             'App\\Controller\\TransfertController::receptionner' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  9053.             'App\\Controller\\TransfertController::show' => ['privates''.service_locator..EETIKc''get_ServiceLocator__EETIKcService'false],
  9054.             'App\\Controller\\TransfertController::transfer_to' => ['privates''.service_locator.sGb568u''get_ServiceLocator_SGb568uService'false],
  9055.             'App\\Controller\\ZoneController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9056.             'App\\Controller\\ZoneController::deleteAction' => ['privates''.service_locator.OzxFyGf''get_ServiceLocator_OzxFyGfService'false],
  9057.             'App\\Controller\\ZoneController::editAction' => ['privates''.service_locator.w4KxZIX''get_ServiceLocator_W4KxZIXService'false],
  9058.             'App\\Controller\\ZoneController::generateCsvAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9059.             'App\\Controller\\ZoneController::generateExcelAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9060.             'App\\Controller\\ZoneController::generatePdfAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9061.             'App\\Controller\\ZoneController::getSelectableProspectFromZoneAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9062.             'App\\Controller\\ZoneController::getZoneByUserAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9063.             'App\\Controller\\ZoneController::userZoneAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9064.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9065.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9066.             'App\\Controller\\AgenceController:delete' => ['privates''.service_locator.ojSyuEO''get_ServiceLocator_OjSyuEOService'false],
  9067.             'App\\Controller\\AgenceController:edit' => ['privates''.service_locator.zqb86X4''get_ServiceLocator_Zqb86X4Service'false],
  9068.             'App\\Controller\\AgenceController:editLocalAgence' => ['privates''.service_locator.Zxm6DVH''get_ServiceLocator_Zxm6DVHService'false],
  9069.             'App\\Controller\\AgenceController:index' => ['privates''.service_locator.3fv.C89''get_ServiceLocator_3fv_C89Service'false],
  9070.             'App\\Controller\\AgenceController:new' => ['privates''.service_locator.tvOWqSY''get_ServiceLocator_TvOWqSYService'false],
  9071.             'App\\Controller\\AgenceController:show' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  9072.             'App\\Controller\\AjaxController:getCustomersByAgence' => ['privates''.service_locator.L83kdtV''get_ServiceLocator_L83kdtVService'false],
  9073.             'App\\Controller\\AjaxController:getIdentifiantsFormStock' => ['privates''.service_locator.FhRsrTX''get_ServiceLocator_FhRsrTXService'false],
  9074.             'App\\Controller\\AjaxController:getLocauxByAgence' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  9075.             'App\\Controller\\AjaxController:getNRByAgence' => ['privates''.service_locator.FwYCxie''get_ServiceLocator_FwYCxieService'false],
  9076.             'App\\Controller\\AjaxController:getStocksByLocal' => ['privates''.service_locator.DvQEu8l''get_ServiceLocator_DvQEu8lService'false],
  9077.             'App\\Controller\\AjaxController:getUsersByAgence' => ['privates''.service_locator.DXM7S5y''get_ServiceLocator_DXM7S5yService'false],
  9078.             'App\\Controller\\Api\\ClientController:listClientAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  9079.             'App\\Controller\\Api\\ClientController:listShowClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9080.             'App\\Controller\\Api\\CodeController:decryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  9081.             'App\\Controller\\Api\\CodeController:encryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  9082.             'App\\Controller\\Api\\CustomerController:ProspectZoneListAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9083.             'App\\Controller\\Api\\CustomerController:addCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9084.             'App\\Controller\\Api\\CustomerController:addDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9085.             'App\\Controller\\Api\\CustomerController:addEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9086.             'App\\Controller\\Api\\CustomerController:addEquipmentElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9087.             'App\\Controller\\Api\\CustomerController:customerDevicesAction' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  9088.             'App\\Controller\\Api\\CustomerController:customersAction' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  9089.             'App\\Controller\\Api\\CustomerController:deleteCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9090.             'App\\Controller\\Api\\CustomerController:deleteDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9091.             'App\\Controller\\Api\\CustomerController:deleteEquipementElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9092.             'App\\Controller\\Api\\CustomerController:deleteEquipementProductionElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9093.             'App\\Controller\\Api\\CustomerController:editAction' => ['privates''.service_locator.JhG5aGw''get_ServiceLocator_JhG5aGwService'false],
  9094.             'App\\Controller\\Api\\CustomerController:generateCodeAction' => ['privates''.service_locator.467VcOo''get_ServiceLocator_467VcOoService'false],
  9095.             'App\\Controller\\Api\\CustomerController:getCustomerDetailsAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9096.             'App\\Controller\\Api\\CustomerController:getFullDetailsAction' => ['privates''.service_locator.Ts1BwiH''get_ServiceLocator_Ts1BwiHService'false],
  9097.             'App\\Controller\\Api\\CustomerController:updateDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9098.             'App\\Controller\\Api\\CustomerController:updateEquipementConsomationAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  9099.             'App\\Controller\\Api\\CustomerController:updateEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9100.             'App\\Controller\\Api\\CustomerController:updateEquipmentElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9101.             'App\\Controller\\Api\\DataRecordController:addRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  9102.             'App\\Controller\\Api\\DataRecordController:addSynthethicalRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  9103.             'App\\Controller\\Api\\DataRecordController:getSynthethicalRecordListAction' => ['privates''.service_locator.O1XGkAG''get_ServiceLocator_O1XGkAGService'false],
  9104.             'App\\Controller\\Api\\DataRecordController:old__construct' => ['privates''.service_locator.QM7rkSL''get_ServiceLocator_QM7rkSLService'false],
  9105.             'App\\Controller\\Api\\DeviceController:createDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  9106.             'App\\Controller\\Api\\DeviceController:removeDeviceAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9107.             'App\\Controller\\Api\\DeviceController:updateDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  9108.             'App\\Controller\\Api\\MapController:userZoneAction' => ['privates''.service_locator.43KuGKF''get_ServiceLocator_43KuGKFService'false],
  9109.             'App\\Controller\\Api\\NetworkController:addDeviceAction' => ['privates''.service_locator.crcpn6p''get_ServiceLocator_Crcpn6pService'false],
  9110.             'App\\Controller\\Api\\NetworkController:editNetworksDeviceAction' => ['privates''.service_locator.LiOhytn''get_ServiceLocator_LiOhytnService'false],
  9111.             'App\\Controller\\Api\\NetworkController:listNetworksAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  9112.             'App\\Controller\\Api\\NetworkController:listShowNetworkAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9113.             'App\\Controller\\Api\\NetworkController:networkDevicesAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  9114.             'App\\Controller\\Api\\NetworkController:networksAction' => ['privates''.service_locator.Zz2l4ov''get_ServiceLocator_Zz2l4ovService'false],
  9115.             'App\\Controller\\Api\\NetworkController:removeDeviceAction' => ['privates''.service_locator.7dw6DAe''get_ServiceLocator_7dw6DAeService'false],
  9116.             'App\\Controller\\Api\\NetworkDeviceController:updateAction' => ['privates''.service_locator.gFsD2UP''get_ServiceLocator_GFsD2UPService'false],
  9117.             'App\\Controller\\Api\\PaymentController:paymentFinalizeAction' => ['privates''.service_locator.bzSKAGk''get_ServiceLocator_BzSKAGkService'false],
  9118.             'App\\Controller\\Api\\PaymentController:paymentInitAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  9119.             'App\\Controller\\Api\\ProspectController:listProspectAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  9120.             'App\\Controller\\Api\\ProspectController:listProspectParEnqueteurAction' => ['privates''.service_locator.lCVK1t1''get_ServiceLocator_LCVK1t1Service'false],
  9121.             'App\\Controller\\Api\\ProspectController:listShowProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9122.             'App\\Controller\\Api\\ProspectController:prospectDeletedAction' => ['privates''.service_locator.tsVxudM''get_ServiceLocator_TsVxudMService'false],
  9123.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionCustomerAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9124.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionNRAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9125.             'App\\Controller\\Api\\SatisfactionController:listCustmerstAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  9126.             'App\\Controller\\Api\\SatisfactionController:satisfactionCustomersAddAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9127.             'App\\Controller\\Api\\UserController:getBalanceAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  9128.             'App\\Controller\\Api\\UserController:getCustomersAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  9129.             'App\\Controller\\Api\\UserController:getDetailsAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  9130.             'App\\Controller\\Api\\UserController:getNetworksAction' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  9131.             'App\\Controller\\Api\\UserController:getNetworksActionAllTime' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  9132.             'App\\Controller\\Api\\UserController:getTasksAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  9133.             'App\\Controller\\Api\\UserController:getTransactionsAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  9134.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  9135.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerEquipeAction' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  9136.             'App\\Controller\\Api\\ZoneController:getZoneByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  9137.             'App\\Controller\\ArticleClientController:add_historique' => ['privates''.service_locator.UYMlL2W''get_ServiceLocator_UYMlL2WService'false],
  9138.             'App\\Controller\\ArticleClientController:delete' => ['privates''.service_locator.8KMdi7N''get_ServiceLocator_8KMdi7NService'false],
  9139.             'App\\Controller\\ArticleClientController:edit' => ['privates''.service_locator.fJB56ct''get_ServiceLocator_FJB56ctService'false],
  9140.             'App\\Controller\\ArticleClientController:index' => ['privates''.service_locator.2RfHm9Q''get_ServiceLocator_2RfHm9QService'false],
  9141.             'App\\Controller\\ArticleClientController:new' => ['privates''.service_locator.0djkI_r''get_ServiceLocator_0djkIRService'false],
  9142.             'App\\Controller\\ArticleClientController:show' => ['privates''.service_locator.dcYAIAg''get_ServiceLocator_DcYAIAgService'false],
  9143.             'App\\Controller\\CaisseController:addAction' => ['privates''.service_locator.QzOJFLQ''get_ServiceLocator_QzOJFLQService'false],
  9144.             'App\\Controller\\CaisseController:editAction' => ['privates''.service_locator.DPytARp''get_ServiceLocator_DPytARpService'false],
  9145.             'App\\Controller\\CaisseController:listAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  9146.             'App\\Controller\\CaisseController:removeAction' => ['privates''.service_locator.GcA.9H5''get_ServiceLocator_GcA_9H5Service'false],
  9147.             'App\\Controller\\CategorieController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9148.             'App\\Controller\\CategorieController:editAction' => ['privates''.service_locator.ssAKG2k''get_ServiceLocator_SsAKG2kService'false],
  9149.             'App\\Controller\\CategorieController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9150.             'App\\Controller\\ChangementKitController:edit' => ['privates''.service_locator.6LRhzg0''get_ServiceLocator_6LRhzg0Service'false],
  9151.             'App\\Controller\\ChangementKitController:index' => ['privates''.service_locator.lFAvl9H''get_ServiceLocator_LFAvl9HService'false],
  9152.             'App\\Controller\\ChangementKitController:new' => ['privates''.service_locator.6uSNzqP''get_ServiceLocator_6uSNzqPService'false],
  9153.             'App\\Controller\\CodeController:massUploadAction' => ['privates''.service_locator.wX2sFUE''get_ServiceLocator_WX2sFUEService'false],
  9154.             'App\\Controller\\DashboardController:indexAction' => ['privates''.service_locator.qRBHu6h''get_ServiceLocator_QRBHu6hService'false],
  9155.             'App\\Controller\\DashboardController:selectContractorAction' => ['privates''.service_locator.3ScHzZK''get_ServiceLocator_3ScHzZKService'false],
  9156.             'App\\Controller\\DashboardController:selectDistrictAction' => ['privates''.service_locator.A29V4mf''get_ServiceLocator_A29V4mfService'false],
  9157.             'App\\Controller\\DeviceController:addAction' => ['privates''.service_locator.TZQ6Yd.''get_ServiceLocator_TZQ6Yd_Service'false],
  9158.             'App\\Controller\\DeviceController:deleteAction' => ['privates''.service_locator.CIkUJtK''get_ServiceLocator_CIkUJtKService'false],
  9159.             'App\\Controller\\DeviceController:detailsAction' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  9160.             'App\\Controller\\DeviceController:editAction' => ['privates''.service_locator.ordqhef''get_ServiceLocator_OrdqhefService'false],
  9161.             'App\\Controller\\DeviceController:getDeviceTypeDetailsAction' => ['privates''.service_locator.48VO5iM''get_ServiceLocator_48VO5iMService'false],
  9162.             'App\\Controller\\DeviceController:listAction' => ['privates''.service_locator.HHM2x4T''get_ServiceLocator_HHM2x4TService'false],
  9163.             'App\\Controller\\FabricationController:delete' => ['privates''.service_locator.IO.8s6n''get_ServiceLocator_IO_8s6nService'false],
  9164.             'App\\Controller\\FabricationController:edit' => ['privates''.service_locator.WqX1CqG''get_ServiceLocator_WqX1CqGService'false],
  9165.             'App\\Controller\\FabricationController:index' => ['privates''.service_locator.HJkJSmV''get_ServiceLocator_HJkJSmVService'false],
  9166.             'App\\Controller\\FabricationController:new' => ['privates''.service_locator.9KmVZb.''get_ServiceLocator_9KmVZb_Service'false],
  9167.             'App\\Controller\\FabricationController:show' => ['privates''.service_locator.QpiMmnx''get_ServiceLocator_QpiMmnxService'false],
  9168.             'App\\Controller\\FacturationController:delete' => ['privates''.service_locator.XrVIU67''get_ServiceLocator_XrVIU67Service'false],
  9169.             'App\\Controller\\FacturationController:edit' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  9170.             'App\\Controller\\FacturationController:identifier' => ['privates''.service_locator.TXRZSwM''get_ServiceLocator_TXRZSwMService'false],
  9171.             'App\\Controller\\FacturationController:index' => ['privates''.service_locator.5Ri8jqs''get_ServiceLocator_5Ri8jqsService'false],
  9172.             'App\\Controller\\FacturationController:new' => ['privates''.service_locator.bgpE1Wq''get_ServiceLocator_BgpE1WqService'false],
  9173.             'App\\Controller\\FacturationController:random_string' => ['privates''.service_locator.1QwN.ua''get_ServiceLocator_1QwN_UaService'false],
  9174.             'App\\Controller\\FacturationController:receptionner' => ['privates''.service_locator.FM8zfWg''get_ServiceLocator_FM8zfWgService'false],
  9175.             'App\\Controller\\FacturationController:show' => ['privates''.service_locator.cT9t6e4''get_ServiceLocator_CT9t6e4Service'false],
  9176.             'App\\Controller\\FacturationController:validate' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  9177.             'App\\Controller\\FournisseurController:delete' => ['privates''.service_locator.0Glhizg''get_ServiceLocator_0GlhizgService'false],
  9178.             'App\\Controller\\FournisseurController:edit' => ['privates''.service_locator.X20a3Co''get_ServiceLocator_X20a3CoService'false],
  9179.             'App\\Controller\\FournisseurController:index' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  9180.             'App\\Controller\\FournisseurController:new' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  9181.             'App\\Controller\\FournisseurController:show' => ['privates''.service_locator.qSY6gAo''get_ServiceLocator_QSY6gAoService'false],
  9182.             'App\\Controller\\InspectionController:delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  9183.             'App\\Controller\\InspectionController:edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  9184.             'App\\Controller\\InspectionController:index' => ['privates''.service_locator.BiewvBu''get_ServiceLocator_BiewvBuService'false],
  9185.             'App\\Controller\\InspectionController:new' => ['privates''.service_locator.UTd.Tgi''get_ServiceLocator_UTd_TgiService'false],
  9186.             'App\\Controller\\InspectionController:show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  9187.             'App\\Controller\\InterventionController:addAction' => ['privates''.service_locator.hXXglnl''get_ServiceLocator_HXXglnlService'false],
  9188.             'App\\Controller\\InterventionController:deleteInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  9189.             'App\\Controller\\InterventionController:deleteTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  9190.             'App\\Controller\\InterventionController:editInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  9191.             'App\\Controller\\InterventionController:editTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  9192.             'App\\Controller\\InterventionController:listAction' => ['privates''.service_locator.7405IkE''get_ServiceLocator_7405IkEService'false],
  9193.             'App\\Controller\\InterventionController:syntheticalRecordListAction' => ['privates''.service_locator.BKwW7SJ''get_ServiceLocator_BKwW7SJService'false],
  9194.             'App\\Controller\\InventaireController:delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  9195.             'App\\Controller\\InventaireController:edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  9196.             'App\\Controller\\InventaireController:index' => ['privates''.service_locator.8ztvxDR''get_ServiceLocator_8ztvxDRService'false],
  9197.             'App\\Controller\\InventaireController:new' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9198.             'App\\Controller\\InventaireController:show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  9199.             'App\\Controller\\InventaireController:updateHistoriqueAction' => ['privates''.service_locator.jzoF8fK''get_ServiceLocator_JzoF8fKService'false],
  9200.             'App\\Controller\\KoboController:submitKoboDataAction' => ['privates''.service_locator.vtU7QCE''get_ServiceLocator_VtU7QCEService'false],
  9201.             'App\\Controller\\LotController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9202.             'App\\Controller\\MapController:indexAction' => ['privates''.service_locator.jlcg4KN''get_ServiceLocator_Jlcg4KNService'false],
  9203.             'App\\Controller\\MapController:showAction' => ['privates''.service_locator.j1ox5nf''get_ServiceLocator_J1ox5nfService'false],
  9204.             'App\\Controller\\Mobile\\CustomerController:createAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  9205.             'App\\Controller\\Mobile\\CustomerController:deleteProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9206.             'App\\Controller\\Mobile\\CustomerController:listNotValidAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  9207.             'App\\Controller\\Mobile\\CustomerController:listNotValidParEnqueteurAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  9208.             'App\\Controller\\Mobile\\CustomerController:listProspectValidAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  9209.             'App\\Controller\\Mobile\\CustomerController:updateAction' => ['privates''.service_locator.8rqPmL5''get_ServiceLocator_8rqPmL5Service'false],
  9210.             'App\\Controller\\Mobile\\ZoneController:listeZoneEntrepreneurAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  9211.             'App\\Controller\\ModelController:addAction' => ['privates''.service_locator.slCk2l8''get_ServiceLocator_SlCk2l8Service'false],
  9212.             'App\\Controller\\ModelController:deleteAction' => ['privates''.service_locator..Tk2o.V''get_ServiceLocator__Tk2o_VService'false],
  9213.             'App\\Controller\\ModelController:editAction' => ['privates''.service_locator._Ty3c61''get_ServiceLocator_Ty3c61Service'false],
  9214.             'App\\Controller\\ModelController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9215.             'App\\Controller\\ModelePreEnregistreController:check_disponibility' => ['privates''.service_locator.7zlP5iH''get_ServiceLocator_7zlP5iHService'false],
  9216.             'App\\Controller\\ModelePreEnregistreController:delete' => ['privates''.service_locator.EmgLjcU''get_ServiceLocator_EmgLjcUService'false],
  9217.             'App\\Controller\\ModelePreEnregistreController:edit' => ['privates''.service_locator.ACO_H3o''get_ServiceLocator_ACOH3oService'false],
  9218.             'App\\Controller\\ModelePreEnregistreController:getMaterielsFromModele' => ['privates''.service_locator.9QkAKC9''get_ServiceLocator_9QkAKC9Service'false],
  9219.             'App\\Controller\\ModelePreEnregistreController:index' => ['privates''.service_locator.Cw87WGt''get_ServiceLocator_Cw87WGtService'false],
  9220.             'App\\Controller\\ModelePreEnregistreController:new' => ['privates''.service_locator.odulM1a''get_ServiceLocator_OdulM1aService'false],
  9221.             'App\\Controller\\MouvementController:delete' => ['privates''.service_locator.ykpsXIg''get_ServiceLocator_YkpsXIgService'false],
  9222.             'App\\Controller\\MouvementController:edit' => ['privates''.service_locator.BC2HOiR''get_ServiceLocator_BC2HOiRService'false],
  9223.             'App\\Controller\\MouvementController:index' => ['privates''.service_locator.rsuiLtZ''get_ServiceLocator_RsuiLtZService'false],
  9224.             'App\\Controller\\MouvementController:new' => ['privates''.service_locator.g7TWamg''get_ServiceLocator_G7TWamgService'false],
  9225.             'App\\Controller\\MouvementController:new_old' => ['privates''.service_locator.tlZSeWA''get_ServiceLocator_TlZSeWAService'false],
  9226.             'App\\Controller\\MouvementController:show' => ['privates''.service_locator.OkSsD0O''get_ServiceLocator_OkSsD0OService'false],
  9227.             'App\\Controller\\MoveRequestController:acceptCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  9228.             'App\\Controller\\MoveRequestController:acceptMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  9229.             'App\\Controller\\MoveRequestController:acceptNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  9230.             'App\\Controller\\MoveRequestController:denyCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  9231.             'App\\Controller\\MoveRequestController:denyMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  9232.             'App\\Controller\\MoveRequestController:denyNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  9233.             'App\\Controller\\MoveRequestController:listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  9234.             'App\\Controller\\NetworkController:addDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9235.             'App\\Controller\\NetworkController:commissionEditAction' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  9236.             'App\\Controller\\NetworkController:commissionListAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9237.             'App\\Controller\\NetworkController:deleteAction' => ['privates''.service_locator.oBtIsDR''get_ServiceLocator_OBtIsDRService'false],
  9238.             'App\\Controller\\NetworkController:editAction' => ['privates''.service_locator.mglvehC''get_ServiceLocator_MglvehCService'false],
  9239.             'App\\Controller\\NetworkController:generateCsvNetworkAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9240.             'App\\Controller\\NetworkController:generatePdfNetworkAction' => ['privates''.service_locator.0RswhjC''get_ServiceLocator_0RswhjCService'false],
  9241.             'App\\Controller\\NetworkController:getAllEntrepreneurAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9242.             'App\\Controller\\NetworkController:getDevicesAction' => ['privates''.service_locator.wtUBix8''get_ServiceLocator_WtUBix8Service'false],
  9243.             'App\\Controller\\NetworkController:getNetworkDevices' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  9244.             'App\\Controller\\NetworkController:getServiceAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  9245.             'App\\Controller\\NetworkController:listAction' => ['privates''.service_locator.tFueXwH''get_ServiceLocator_TFueXwHService'false],
  9246.             'App\\Controller\\NetworkController:listCommentAction' => ['privates''.service_locator.TnHwTyo''get_ServiceLocator_TnHwTyoService'false],
  9247.             'App\\Controller\\NetworkController:migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9248.             'App\\Controller\\NetworkController:removeDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9249.             'App\\Controller\\NetworkController:saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9250.             'App\\Controller\\NetworkController:showAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  9251.             'App\\Controller\\NetworkController:uninstall' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  9252.             'App\\Controller\\NetworkController:uninstall_old' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  9253.             'App\\Controller\\NetworkController:updateNanoentrepreneurCommissionAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9254.             'App\\Controller\\NetworkController:updateNetworkLocationAction' => ['privates''.service_locator.2_g68iE''get_ServiceLocator_2G68iEService'false],
  9255.             'App\\Controller\\OffersController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9256.             'App\\Controller\\OffersController:deleteAction' => ['privates''.service_locator.RuIoqYh''get_ServiceLocator_RuIoqYhService'false],
  9257.             'App\\Controller\\OffersController:detailsAction' => ['privates''.service_locator.QgH0i9w''get_ServiceLocator_QgH0i9wService'false],
  9258.             'App\\Controller\\OffersController:editAction' => ['privates''.service_locator.X0FgT8k''get_ServiceLocator_X0FgT8kService'false],
  9259.             'App\\Controller\\OffersController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9260.             'App\\Controller\\OffersController:migrationOfferPriceFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9261.             'App\\Controller\\OperationController:data' => ['privates''.service_locator.YXalDlM''get_ServiceLocator_YXalDlMService'false],
  9262.             'App\\Controller\\OperationController:list' => ['privates''.service_locator.dYoDZgI''get_ServiceLocator_DYoDZgIService'false],
  9263.             'App\\Controller\\PlanifiedMaintenanceController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9264.             'App\\Controller\\PlanifiedMaintenanceController:deleteAction' => ['privates''.service_locator.E6MiF.U''get_ServiceLocator_E6MiF_UService'false],
  9265.             'App\\Controller\\PlanifiedMaintenanceController:descriptionAction' => ['privates''.service_locator.zVpJGgr''get_ServiceLocator_ZVpJGgrService'false],
  9266.             'App\\Controller\\PlanifiedMaintenanceController:editAction' => ['privates''.service_locator.i4ow5ut''get_ServiceLocator_I4ow5utService'false],
  9267.             'App\\Controller\\PlanifiedMaintenanceController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9268.             'App\\Controller\\ProduitController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9269.             'App\\Controller\\ProduitController:deleteAction' => ['privates''.service_locator.5kTAqd3''get_ServiceLocator_5kTAqd3Service'false],
  9270.             'App\\Controller\\ProduitController:editAction' => ['privates''.service_locator.vUdv.fr''get_ServiceLocator_VUdv_FrService'false],
  9271.             'App\\Controller\\ProduitController:getModeles' => ['privates''.service_locator.ZJzZ1Z2''get_ServiceLocator_ZJzZ1Z2Service'false],
  9272.             'App\\Controller\\ProduitController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9273.             'App\\Controller\\ProfileController:addUserAction' => ['privates''.service_locator.xtbVpKN''get_ServiceLocator_XtbVpKNService'false],
  9274.             'App\\Controller\\ProfileController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  9275.             'App\\Controller\\ProfileController:editUserAction' => ['privates''.service_locator.2GDxWS8''get_ServiceLocator_2GDxWS8Service'false],
  9276.             'App\\Controller\\ProfileController:listAction' => ['privates''.service_locator.xKndLFS''get_ServiceLocator_XKndLFSService'false],
  9277.             'App\\Controller\\ProjectController:alertSeenAction' => ['privates''.service_locator.9NcbZAd''get_ServiceLocator_9NcbZAdService'false],
  9278.             'App\\Controller\\ProjectController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  9279.             'App\\Controller\\ProjectController:listAction' => ['privates''.service_locator.j_FwlPe''get_ServiceLocator_JFwlPeService'false],
  9280.             'App\\Controller\\ProjectController:listAlertAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9281.             'App\\Controller\\ProjectController:listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  9282.             'App\\Controller\\ProjectController:mapAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9283.             'App\\Controller\\ProjectController:updateStateAction' => ['privates''.service_locator.dk..C2P''get_ServiceLocator_Dk__C2PService'false],
  9284.             'App\\Controller\\ProjectController:workflowAction' => ['privates''.service_locator.ybKz26V''get_ServiceLocator_YbKz26VService'false],
  9285.             'App\\Controller\\ProspectController:OldeditRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  9286.             'App\\Controller\\ProspectController:addToNetworkAction' => ['privates''.service_locator.0fX41R6''get_ServiceLocator_0fX41R6Service'false],
  9287.             'App\\Controller\\ProspectController:ajaxsearch' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9288.             'App\\Controller\\ProspectController:alertSeenAction' => ['privates''.service_locator.jOUN2g_''get_ServiceLocator_JOUN2gService'false],
  9289.             'App\\Controller\\ProspectController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  9290.             'App\\Controller\\ProspectController:devalideAction' => ['privates''.service_locator.aSEs2.d''get_ServiceLocator_ASEs2_DService'false],
  9291.             'App\\Controller\\ProspectController:editAction' => ['privates''.service_locator.RlSv5Uu''get_ServiceLocator_RlSv5UuService'false],
  9292.             'App\\Controller\\ProspectController:editCodeAction' => ['privates''.service_locator.sFIcoVJ''get_ServiceLocator_SFIcoVJService'false],
  9293.             'App\\Controller\\ProspectController:editRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  9294.             'App\\Controller\\ProspectController:generateCodeAction' => ['privates''.service_locator._enI0SP''get_ServiceLocator_EnI0SPService'false],
  9295.             'App\\Controller\\ProspectController:generatePdfAction' => ['privates''.service_locator.h6kfZdl''get_ServiceLocator_H6kfZdlService'false],
  9296.             'App\\Controller\\ProspectController:generatePdfClientAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9297.             'App\\Controller\\ProspectController:generatePdfProspectAction' => ['privates''.service_locator.nheZvoD''get_ServiceLocator_NheZvoDService'false],
  9298.             'App\\Controller\\ProspectController:getDevicesAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  9299.             'App\\Controller\\ProspectController:getGenerateCodeAction' => ['privates''.service_locator.zblkmLu''get_ServiceLocator_ZblkmLuService'false],
  9300.             'App\\Controller\\ProspectController:importHistoricRegularizationAction' => ['privates''.service_locator.ddTvfuu''get_ServiceLocator_DdTvfuuService'false],
  9301.             'App\\Controller\\ProspectController:listAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  9302.             'App\\Controller\\ProspectController:listCodeAction' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  9303.             'App\\Controller\\ProspectController:listCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  9304.             'App\\Controller\\ProspectController:listRegularizationAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  9305.             'App\\Controller\\ProspectController:listWorkflowCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  9306.             'App\\Controller\\ProspectController:massUploadAction' => ['privates''.service_locator.EfcqpF6''get_ServiceLocator_EfcqpF6Service'false],
  9307.             'App\\Controller\\ProspectController:refundProspectFormAction' => ['privates''.service_locator.FB.pLhm''get_ServiceLocator_FB_PLhmService'false],
  9308.             'App\\Controller\\ProspectController:regularizeFeesAction' => ['privates''.service_locator.ZakTjNZ''get_ServiceLocator_ZakTjNZService'false],
  9309.             'App\\Controller\\ProspectController:removeDeviceAction' => ['privates''.service_locator.ljphWNN''get_ServiceLocator_LjphWNNService'false],
  9310.             'App\\Controller\\ProspectController:removeFromNetworkAction' => ['privates''.service_locator.Ho_cL4p''get_ServiceLocator_HoCL4pService'false],
  9311.             'App\\Controller\\ProspectController:saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9312.             'App\\Controller\\ProspectController:saveWorkflowCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9313.             'App\\Controller\\ProspectController:setCustomeDeviceAdditional' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  9314.             'App\\Controller\\ProspectController:showAction' => ['privates''.service_locator.QJOpjBe''get_ServiceLocator_QJOpjBeService'false],
  9315.             'App\\Controller\\ProspectController:toggleValidationCodeAction' => ['privates''.service_locator.EvoQZbL''get_ServiceLocator_EvoQZbLService'false],
  9316.             'App\\Controller\\ProspectController:updateProspectLocationAction' => ['privates''.service_locator.5W4CSYJ''get_ServiceLocator_5W4CSYJService'false],
  9317.             'App\\Controller\\ProspectController:updateStateAction' => ['privates''.service_locator.PW4v3kj''get_ServiceLocator_PW4v3kjService'false],
  9318.             'App\\Controller\\ProspectController:workflowAction' => ['privates''.service_locator.YoxYeBH''get_ServiceLocator_YoxYeBHService'false],
  9319.             'App\\Controller\\ReadOnlyController:removeAction' => ['privates''.service_locator.fbCUvGR''get_ServiceLocator_FbCUvGRService'false],
  9320.             'App\\Controller\\ReceptionController:delete' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  9321.             'App\\Controller\\ReceptionController:edit' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  9322.             'App\\Controller\\ReceptionController:index' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  9323.             'App\\Controller\\ReceptionController:new' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  9324.             'App\\Controller\\ReceptionController:show' => ['privates''.service_locator.1o3HeJI''get_ServiceLocator_1o3HeJIService'false],
  9325.             'App\\Controller\\RemplacementController:delete' => ['privates''.service_locator.LNSEAxn''get_ServiceLocator_LNSEAxnService'false],
  9326.             'App\\Controller\\RemplacementController:edit' => ['privates''.service_locator.iyD6x7X''get_ServiceLocator_IyD6x7XService'false],
  9327.             'App\\Controller\\RemplacementController:index' => ['privates''.service_locator.mlHwb5A''get_ServiceLocator_MlHwb5AService'false],
  9328.             'App\\Controller\\RemplacementController:new' => ['privates''.service_locator.Bi2EXC2''get_ServiceLocator_Bi2EXC2Service'false],
  9329.             'App\\Controller\\RemplacementController:show' => ['privates''.service_locator.NBoqly5''get_ServiceLocator_NBoqly5Service'false],
  9330.             'App\\Controller\\SatisfactionController:addSatisfactionAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  9331.             'App\\Controller\\SatisfactionController:deleteAction' => ['privates''.service_locator.J0R.6EQ''get_ServiceLocator_J0R_6EQService'false],
  9332.             'App\\Controller\\SatisfactionController:editSatisfactionAction' => ['privates''.service_locator.42XlV._''get_ServiceLocator_42XlV_Service'false],
  9333.             'App\\Controller\\SatisfactionController:listClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9334.             'App\\Controller\\SatisfactionController:listNRAction' => ['privates''.service_locator.__yF_Xs''get_ServiceLocator_YFXsService'false],
  9335.             'App\\Controller\\SoldController:addSoldAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  9336.             'App\\Controller\\SoldController:deleteAction' => ['privates''.service_locator.PG7FJY2''get_ServiceLocator_PG7FJY2Service'false],
  9337.             'App\\Controller\\SoldController:editSoldAction' => ['privates''.service_locator.rgvc6IC''get_ServiceLocator_Rgvc6ICService'false],
  9338.             'App\\Controller\\SoldController:listAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9339.             'App\\Controller\\SoldController:listSyntheseAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  9340.             'App\\Controller\\StatsController:clientsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9341.             'App\\Controller\\StatsController:eventAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9342.             'App\\Controller\\StatsController:generateExcelClientsAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9343.             'App\\Controller\\StatsController:generatePdfClientsAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9344.             'App\\Controller\\StatsController:generatePdfEventAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9345.             'App\\Controller\\StatsController:generatePdfIntensityAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9346.             'App\\Controller\\StatsController:generatePdfNetworkAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9347.             'App\\Controller\\StatsController:generatePdfTensionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9348.             'App\\Controller\\StatsController:generatePdfTransactionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  9349.             'App\\Controller\\StatsController:generatePdfUserAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  9350.             'App\\Controller\\StatsController:intensityAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9351.             'App\\Controller\\StatsController:networkAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  9352.             'App\\Controller\\StatsController:recalculate_balance' => ['privates''.service_locator.ArSI9MS''get_ServiceLocator_ArSI9MSService'false],
  9353.             'App\\Controller\\StatsController:tensionAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9354.             'App\\Controller\\StatsController:transactionsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  9355.             'App\\Controller\\StatsController:userAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  9356.             'App\\Controller\\StockController:add' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9357.             'App\\Controller\\StockController:delete' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  9358.             'App\\Controller\\StockController:edit' => ['privates''.service_locator.EbEvvT5''get_ServiceLocator_EbEvvT5Service'false],
  9359.             'App\\Controller\\StockController:index' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  9360.             'App\\Controller\\StockController:show' => ['privates''.service_locator.1mdfZZ8''get_ServiceLocator_1mdfZZ8Service'false],
  9361.             'App\\Controller\\StockController:stockboard' => ['privates''.service_locator.iB38MuD''get_ServiceLocator_IB38MuDService'false],
  9362.             'App\\Controller\\TransfertController:delete' => ['privates''.service_locator.cIifKEn''get_ServiceLocator_CIifKEnService'false],
  9363.             'App\\Controller\\TransfertController:edit' => ['privates''.service_locator.HSs3QPH''get_ServiceLocator_HSs3QPHService'false],
  9364.             'App\\Controller\\TransfertController:getPreparationMaterielData' => ['privates''.service_locator.cqJz2KQ''get_ServiceLocator_CqJz2KQService'false],
  9365.             'App\\Controller\\TransfertController:getProduitsByLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9366.             'App\\Controller\\TransfertController:getStockByModeleAndLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  9367.             'App\\Controller\\TransfertController:index' => ['privates''.service_locator.se2gJgI''get_ServiceLocator_Se2gJgIService'false],
  9368.             'App\\Controller\\TransfertController:new' => ['privates''.service_locator.qQjPVgy''get_ServiceLocator_QQjPVgyService'false],
  9369.             'App\\Controller\\TransfertController:preparation' => ['privates''.service_locator.5ZKSdtX''get_ServiceLocator_5ZKSdtXService'false],
  9370.             'App\\Controller\\TransfertController:preparer' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  9371.             'App\\Controller\\TransfertController:preparer_nr' => ['privates''.service_locator.YoN4nuw''get_ServiceLocator_YoN4nuwService'false],
  9372.             'App\\Controller\\TransfertController:reception' => ['privates''.service_locator..cSTREF''get_ServiceLocator__CSTREFService'false],
  9373.             'App\\Controller\\TransfertController:receptionner' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  9374.             'App\\Controller\\TransfertController:show' => ['privates''.service_locator..EETIKc''get_ServiceLocator__EETIKcService'false],
  9375.             'App\\Controller\\TransfertController:transfer_to' => ['privates''.service_locator.sGb568u''get_ServiceLocator_SGb568uService'false],
  9376.             'App\\Controller\\ZoneController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  9377.             'App\\Controller\\ZoneController:deleteAction' => ['privates''.service_locator.OzxFyGf''get_ServiceLocator_OzxFyGfService'false],
  9378.             'App\\Controller\\ZoneController:editAction' => ['privates''.service_locator.w4KxZIX''get_ServiceLocator_W4KxZIXService'false],
  9379.             'App\\Controller\\ZoneController:generateCsvAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9380.             'App\\Controller\\ZoneController:generateExcelAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9381.             'App\\Controller\\ZoneController:generatePdfAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9382.             'App\\Controller\\ZoneController:getSelectableProspectFromZoneAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9383.             'App\\Controller\\ZoneController:getZoneByUserAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  9384.             'App\\Controller\\ZoneController:userZoneAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  9385.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9386.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9387.         ], [
  9388.             'App\\Controller\\AgenceController::delete' => '?',
  9389.             'App\\Controller\\AgenceController::edit' => '?',
  9390.             'App\\Controller\\AgenceController::editLocalAgence' => '?',
  9391.             'App\\Controller\\AgenceController::index' => '?',
  9392.             'App\\Controller\\AgenceController::new' => '?',
  9393.             'App\\Controller\\AgenceController::show' => '?',
  9394.             'App\\Controller\\AjaxController::getCustomersByAgence' => '?',
  9395.             'App\\Controller\\AjaxController::getIdentifiantsFormStock' => '?',
  9396.             'App\\Controller\\AjaxController::getLocauxByAgence' => '?',
  9397.             'App\\Controller\\AjaxController::getNRByAgence' => '?',
  9398.             'App\\Controller\\AjaxController::getStocksByLocal' => '?',
  9399.             'App\\Controller\\AjaxController::getUsersByAgence' => '?',
  9400.             'App\\Controller\\Api\\ClientController::listClientAction' => '?',
  9401.             'App\\Controller\\Api\\ClientController::listShowClientAction' => '?',
  9402.             'App\\Controller\\Api\\CodeController::decryptCodeAction' => '?',
  9403.             'App\\Controller\\Api\\CodeController::encryptCodeAction' => '?',
  9404.             'App\\Controller\\Api\\CustomerController::ProspectZoneListAction' => '?',
  9405.             'App\\Controller\\Api\\CustomerController::addCustomerClientAction' => '?',
  9406.             'App\\Controller\\Api\\CustomerController::addDeviceClientAction' => '?',
  9407.             'App\\Controller\\Api\\CustomerController::addEquipementProductionElectricClientAction' => '?',
  9408.             'App\\Controller\\Api\\CustomerController::addEquipmentElectricAction' => '?',
  9409.             'App\\Controller\\Api\\CustomerController::customerDevicesAction' => '?',
  9410.             'App\\Controller\\Api\\CustomerController::customersAction' => '?',
  9411.             'App\\Controller\\Api\\CustomerController::deleteCustomerClientAction' => '?',
  9412.             'App\\Controller\\Api\\CustomerController::deleteDeviceClientAction' => '?',
  9413.             'App\\Controller\\Api\\CustomerController::deleteEquipementElectricAction' => '?',
  9414.             'App\\Controller\\Api\\CustomerController::deleteEquipementProductionElectricAction' => '?',
  9415.             'App\\Controller\\Api\\CustomerController::editAction' => '?',
  9416.             'App\\Controller\\Api\\CustomerController::generateCodeAction' => '?',
  9417.             'App\\Controller\\Api\\CustomerController::getCustomerDetailsAction' => '?',
  9418.             'App\\Controller\\Api\\CustomerController::getFullDetailsAction' => '?',
  9419.             'App\\Controller\\Api\\CustomerController::updateDeviceClientAction' => '?',
  9420.             'App\\Controller\\Api\\CustomerController::updateEquipementConsomationAction' => '?',
  9421.             'App\\Controller\\Api\\CustomerController::updateEquipementProductionElectricClientAction' => '?',
  9422.             'App\\Controller\\Api\\CustomerController::updateEquipmentElectricClientAction' => '?',
  9423.             'App\\Controller\\Api\\DataRecordController::addRecordAction' => '?',
  9424.             'App\\Controller\\Api\\DataRecordController::addSynthethicalRecordAction' => '?',
  9425.             'App\\Controller\\Api\\DataRecordController::getSynthethicalRecordListAction' => '?',
  9426.             'App\\Controller\\Api\\DataRecordController::old__construct' => '?',
  9427.             'App\\Controller\\Api\\DeviceController::createDeviceAction' => '?',
  9428.             'App\\Controller\\Api\\DeviceController::removeDeviceAction' => '?',
  9429.             'App\\Controller\\Api\\DeviceController::updateDeviceAction' => '?',
  9430.             'App\\Controller\\Api\\MapController::userZoneAction' => '?',
  9431.             'App\\Controller\\Api\\NetworkController::addDeviceAction' => '?',
  9432.             'App\\Controller\\Api\\NetworkController::editNetworksDeviceAction' => '?',
  9433.             'App\\Controller\\Api\\NetworkController::listNetworksAction' => '?',
  9434.             'App\\Controller\\Api\\NetworkController::listShowNetworkAction' => '?',
  9435.             'App\\Controller\\Api\\NetworkController::networkDevicesAction' => '?',
  9436.             'App\\Controller\\Api\\NetworkController::networksAction' => '?',
  9437.             'App\\Controller\\Api\\NetworkController::removeDeviceAction' => '?',
  9438.             'App\\Controller\\Api\\NetworkDeviceController::updateAction' => '?',
  9439.             'App\\Controller\\Api\\PaymentController::paymentFinalizeAction' => '?',
  9440.             'App\\Controller\\Api\\PaymentController::paymentInitAction' => '?',
  9441.             'App\\Controller\\Api\\ProspectController::listProspectAction' => '?',
  9442.             'App\\Controller\\Api\\ProspectController::listProspectParEnqueteurAction' => '?',
  9443.             'App\\Controller\\Api\\ProspectController::listShowProspectAction' => '?',
  9444.             'App\\Controller\\Api\\ProspectController::prospectDeletedAction' => '?',
  9445.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionCustomerAction' => '?',
  9446.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionNRAction' => '?',
  9447.             'App\\Controller\\Api\\SatisfactionController::listCustmerstAction' => '?',
  9448.             'App\\Controller\\Api\\SatisfactionController::satisfactionCustomersAddAction' => '?',
  9449.             'App\\Controller\\Api\\UserController::getBalanceAction' => '?',
  9450.             'App\\Controller\\Api\\UserController::getCustomersAction' => '?',
  9451.             'App\\Controller\\Api\\UserController::getDetailsAction' => '?',
  9452.             'App\\Controller\\Api\\UserController::getNetworksAction' => '?',
  9453.             'App\\Controller\\Api\\UserController::getNetworksActionAllTime' => '?',
  9454.             'App\\Controller\\Api\\UserController::getTasksAction' => '?',
  9455.             'App\\Controller\\Api\\UserController::getTransactionsAction' => '?',
  9456.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerByDistrictAction' => '?',
  9457.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerEquipeAction' => '?',
  9458.             'App\\Controller\\Api\\ZoneController::getZoneByDistrictAction' => '?',
  9459.             'App\\Controller\\ArticleClientController::add_historique' => '?',
  9460.             'App\\Controller\\ArticleClientController::delete' => '?',
  9461.             'App\\Controller\\ArticleClientController::edit' => '?',
  9462.             'App\\Controller\\ArticleClientController::index' => '?',
  9463.             'App\\Controller\\ArticleClientController::new' => '?',
  9464.             'App\\Controller\\ArticleClientController::show' => '?',
  9465.             'App\\Controller\\CaisseController::addAction' => '?',
  9466.             'App\\Controller\\CaisseController::editAction' => '?',
  9467.             'App\\Controller\\CaisseController::listAction' => '?',
  9468.             'App\\Controller\\CaisseController::removeAction' => '?',
  9469.             'App\\Controller\\CategorieController::addAction' => '?',
  9470.             'App\\Controller\\CategorieController::editAction' => '?',
  9471.             'App\\Controller\\CategorieController::listAction' => '?',
  9472.             'App\\Controller\\ChangementKitController::edit' => '?',
  9473.             'App\\Controller\\ChangementKitController::index' => '?',
  9474.             'App\\Controller\\ChangementKitController::new' => '?',
  9475.             'App\\Controller\\CodeController::massUploadAction' => '?',
  9476.             'App\\Controller\\DashboardController::indexAction' => '?',
  9477.             'App\\Controller\\DashboardController::selectContractorAction' => '?',
  9478.             'App\\Controller\\DashboardController::selectDistrictAction' => '?',
  9479.             'App\\Controller\\DeviceController::addAction' => '?',
  9480.             'App\\Controller\\DeviceController::deleteAction' => '?',
  9481.             'App\\Controller\\DeviceController::detailsAction' => '?',
  9482.             'App\\Controller\\DeviceController::editAction' => '?',
  9483.             'App\\Controller\\DeviceController::getDeviceTypeDetailsAction' => '?',
  9484.             'App\\Controller\\DeviceController::listAction' => '?',
  9485.             'App\\Controller\\FabricationController::delete' => '?',
  9486.             'App\\Controller\\FabricationController::edit' => '?',
  9487.             'App\\Controller\\FabricationController::index' => '?',
  9488.             'App\\Controller\\FabricationController::new' => '?',
  9489.             'App\\Controller\\FabricationController::show' => '?',
  9490.             'App\\Controller\\FacturationController::delete' => '?',
  9491.             'App\\Controller\\FacturationController::edit' => '?',
  9492.             'App\\Controller\\FacturationController::identifier' => '?',
  9493.             'App\\Controller\\FacturationController::index' => '?',
  9494.             'App\\Controller\\FacturationController::new' => '?',
  9495.             'App\\Controller\\FacturationController::random_string' => '?',
  9496.             'App\\Controller\\FacturationController::receptionner' => '?',
  9497.             'App\\Controller\\FacturationController::show' => '?',
  9498.             'App\\Controller\\FacturationController::validate' => '?',
  9499.             'App\\Controller\\FournisseurController::delete' => '?',
  9500.             'App\\Controller\\FournisseurController::edit' => '?',
  9501.             'App\\Controller\\FournisseurController::index' => '?',
  9502.             'App\\Controller\\FournisseurController::new' => '?',
  9503.             'App\\Controller\\FournisseurController::show' => '?',
  9504.             'App\\Controller\\InspectionController::delete' => '?',
  9505.             'App\\Controller\\InspectionController::edit' => '?',
  9506.             'App\\Controller\\InspectionController::index' => '?',
  9507.             'App\\Controller\\InspectionController::new' => '?',
  9508.             'App\\Controller\\InspectionController::show' => '?',
  9509.             'App\\Controller\\InterventionController::addAction' => '?',
  9510.             'App\\Controller\\InterventionController::deleteInterventionAction' => '?',
  9511.             'App\\Controller\\InterventionController::deleteTaskAction' => '?',
  9512.             'App\\Controller\\InterventionController::editInterventionAction' => '?',
  9513.             'App\\Controller\\InterventionController::editTaskAction' => '?',
  9514.             'App\\Controller\\InterventionController::listAction' => '?',
  9515.             'App\\Controller\\InterventionController::syntheticalRecordListAction' => '?',
  9516.             'App\\Controller\\InventaireController::delete' => '?',
  9517.             'App\\Controller\\InventaireController::edit' => '?',
  9518.             'App\\Controller\\InventaireController::index' => '?',
  9519.             'App\\Controller\\InventaireController::new' => '?',
  9520.             'App\\Controller\\InventaireController::show' => '?',
  9521.             'App\\Controller\\InventaireController::updateHistoriqueAction' => '?',
  9522.             'App\\Controller\\KoboController::submitKoboDataAction' => '?',
  9523.             'App\\Controller\\LotController::listAction' => '?',
  9524.             'App\\Controller\\MapController::indexAction' => '?',
  9525.             'App\\Controller\\MapController::showAction' => '?',
  9526.             'App\\Controller\\Mobile\\CustomerController::createAction' => '?',
  9527.             'App\\Controller\\Mobile\\CustomerController::deleteProspectAction' => '?',
  9528.             'App\\Controller\\Mobile\\CustomerController::listNotValidAction' => '?',
  9529.             'App\\Controller\\Mobile\\CustomerController::listNotValidParEnqueteurAction' => '?',
  9530.             'App\\Controller\\Mobile\\CustomerController::listProspectValidAction' => '?',
  9531.             'App\\Controller\\Mobile\\CustomerController::updateAction' => '?',
  9532.             'App\\Controller\\Mobile\\ZoneController::listeZoneEntrepreneurAction' => '?',
  9533.             'App\\Controller\\ModelController::addAction' => '?',
  9534.             'App\\Controller\\ModelController::deleteAction' => '?',
  9535.             'App\\Controller\\ModelController::editAction' => '?',
  9536.             'App\\Controller\\ModelController::listAction' => '?',
  9537.             'App\\Controller\\ModelePreEnregistreController::check_disponibility' => '?',
  9538.             'App\\Controller\\ModelePreEnregistreController::delete' => '?',
  9539.             'App\\Controller\\ModelePreEnregistreController::edit' => '?',
  9540.             'App\\Controller\\ModelePreEnregistreController::getMaterielsFromModele' => '?',
  9541.             'App\\Controller\\ModelePreEnregistreController::index' => '?',
  9542.             'App\\Controller\\ModelePreEnregistreController::new' => '?',
  9543.             'App\\Controller\\MouvementController::delete' => '?',
  9544.             'App\\Controller\\MouvementController::edit' => '?',
  9545.             'App\\Controller\\MouvementController::index' => '?',
  9546.             'App\\Controller\\MouvementController::new' => '?',
  9547.             'App\\Controller\\MouvementController::new_old' => '?',
  9548.             'App\\Controller\\MouvementController::show' => '?',
  9549.             'App\\Controller\\MoveRequestController::acceptCustomerMoveRequestAction' => '?',
  9550.             'App\\Controller\\MoveRequestController::acceptMoveRequest' => '?',
  9551.             'App\\Controller\\MoveRequestController::acceptNetworkMoveRequestAction' => '?',
  9552.             'App\\Controller\\MoveRequestController::denyCustomerMoveRequestAction' => '?',
  9553.             'App\\Controller\\MoveRequestController::denyMoveRequest' => '?',
  9554.             'App\\Controller\\MoveRequestController::denyNetworkMoveRequestAction' => '?',
  9555.             'App\\Controller\\MoveRequestController::listMoveRequestAction' => '?',
  9556.             'App\\Controller\\NetworkController::addDeviceAction' => '?',
  9557.             'App\\Controller\\NetworkController::commissionEditAction' => '?',
  9558.             'App\\Controller\\NetworkController::commissionListAction' => '?',
  9559.             'App\\Controller\\NetworkController::deleteAction' => '?',
  9560.             'App\\Controller\\NetworkController::editAction' => '?',
  9561.             'App\\Controller\\NetworkController::generateCsvNetworkAction' => '?',
  9562.             'App\\Controller\\NetworkController::generatePdfNetworkAction' => '?',
  9563.             'App\\Controller\\NetworkController::getAllEntrepreneurAction' => '?',
  9564.             'App\\Controller\\NetworkController::getDevicesAction' => '?',
  9565.             'App\\Controller\\NetworkController::getNetworkDevices' => '?',
  9566.             'App\\Controller\\NetworkController::getServiceAction' => '?',
  9567.             'App\\Controller\\NetworkController::listAction' => '?',
  9568.             'App\\Controller\\NetworkController::listCommentAction' => '?',
  9569.             'App\\Controller\\NetworkController::migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => '?',
  9570.             'App\\Controller\\NetworkController::removeDeviceAction' => '?',
  9571.             'App\\Controller\\NetworkController::saveCommentAction' => '?',
  9572.             'App\\Controller\\NetworkController::showAction' => '?',
  9573.             'App\\Controller\\NetworkController::uninstall' => '?',
  9574.             'App\\Controller\\NetworkController::uninstall_old' => '?',
  9575.             'App\\Controller\\NetworkController::updateNanoentrepreneurCommissionAction' => '?',
  9576.             'App\\Controller\\NetworkController::updateNetworkLocationAction' => '?',
  9577.             'App\\Controller\\OffersController::addAction' => '?',
  9578.             'App\\Controller\\OffersController::deleteAction' => '?',
  9579.             'App\\Controller\\OffersController::detailsAction' => '?',
  9580.             'App\\Controller\\OffersController::editAction' => '?',
  9581.             'App\\Controller\\OffersController::listAction' => '?',
  9582.             'App\\Controller\\OffersController::migrationOfferPriceFromArrayToEntityAction' => '?',
  9583.             'App\\Controller\\OperationController::data' => '?',
  9584.             'App\\Controller\\OperationController::list' => '?',
  9585.             'App\\Controller\\PlanifiedMaintenanceController::addAction' => '?',
  9586.             'App\\Controller\\PlanifiedMaintenanceController::deleteAction' => '?',
  9587.             'App\\Controller\\PlanifiedMaintenanceController::descriptionAction' => '?',
  9588.             'App\\Controller\\PlanifiedMaintenanceController::editAction' => '?',
  9589.             'App\\Controller\\PlanifiedMaintenanceController::listAction' => '?',
  9590.             'App\\Controller\\ProduitController::addAction' => '?',
  9591.             'App\\Controller\\ProduitController::deleteAction' => '?',
  9592.             'App\\Controller\\ProduitController::editAction' => '?',
  9593.             'App\\Controller\\ProduitController::getModeles' => '?',
  9594.             'App\\Controller\\ProduitController::listAction' => '?',
  9595.             'App\\Controller\\ProfileController::addUserAction' => '?',
  9596.             'App\\Controller\\ProfileController::deleteAction' => '?',
  9597.             'App\\Controller\\ProfileController::editUserAction' => '?',
  9598.             'App\\Controller\\ProfileController::listAction' => '?',
  9599.             'App\\Controller\\ProjectController::alertSeenAction' => '?',
  9600.             'App\\Controller\\ProjectController::deleteAction' => '?',
  9601.             'App\\Controller\\ProjectController::listAction' => '?',
  9602.             'App\\Controller\\ProjectController::listAlertAction' => '?',
  9603.             'App\\Controller\\ProjectController::listMoveRequestAction' => '?',
  9604.             'App\\Controller\\ProjectController::mapAction' => '?',
  9605.             'App\\Controller\\ProjectController::updateStateAction' => '?',
  9606.             'App\\Controller\\ProjectController::workflowAction' => '?',
  9607.             'App\\Controller\\ProspectController::OldeditRegularizationAction' => '?',
  9608.             'App\\Controller\\ProspectController::addToNetworkAction' => '?',
  9609.             'App\\Controller\\ProspectController::ajaxsearch' => '?',
  9610.             'App\\Controller\\ProspectController::alertSeenAction' => '?',
  9611.             'App\\Controller\\ProspectController::deleteAction' => '?',
  9612.             'App\\Controller\\ProspectController::devalideAction' => '?',
  9613.             'App\\Controller\\ProspectController::editAction' => '?',
  9614.             'App\\Controller\\ProspectController::editCodeAction' => '?',
  9615.             'App\\Controller\\ProspectController::editRegularizationAction' => '?',
  9616.             'App\\Controller\\ProspectController::generateCodeAction' => '?',
  9617.             'App\\Controller\\ProspectController::generatePdfAction' => '?',
  9618.             'App\\Controller\\ProspectController::generatePdfClientAction' => '?',
  9619.             'App\\Controller\\ProspectController::generatePdfProspectAction' => '?',
  9620.             'App\\Controller\\ProspectController::getDevicesAction' => '?',
  9621.             'App\\Controller\\ProspectController::getGenerateCodeAction' => '?',
  9622.             'App\\Controller\\ProspectController::importHistoricRegularizationAction' => '?',
  9623.             'App\\Controller\\ProspectController::listAction' => '?',
  9624.             'App\\Controller\\ProspectController::listCodeAction' => '?',
  9625.             'App\\Controller\\ProspectController::listCommentAction' => '?',
  9626.             'App\\Controller\\ProspectController::listRegularizationAction' => '?',
  9627.             'App\\Controller\\ProspectController::listWorkflowCommentAction' => '?',
  9628.             'App\\Controller\\ProspectController::massUploadAction' => '?',
  9629.             'App\\Controller\\ProspectController::refundProspectFormAction' => '?',
  9630.             'App\\Controller\\ProspectController::regularizeFeesAction' => '?',
  9631.             'App\\Controller\\ProspectController::removeDeviceAction' => '?',
  9632.             'App\\Controller\\ProspectController::removeFromNetworkAction' => '?',
  9633.             'App\\Controller\\ProspectController::saveCommentAction' => '?',
  9634.             'App\\Controller\\ProspectController::saveWorkflowCommentAction' => '?',
  9635.             'App\\Controller\\ProspectController::setCustomeDeviceAdditional' => '?',
  9636.             'App\\Controller\\ProspectController::showAction' => '?',
  9637.             'App\\Controller\\ProspectController::toggleValidationCodeAction' => '?',
  9638.             'App\\Controller\\ProspectController::updateProspectLocationAction' => '?',
  9639.             'App\\Controller\\ProspectController::updateStateAction' => '?',
  9640.             'App\\Controller\\ProspectController::workflowAction' => '?',
  9641.             'App\\Controller\\ReadOnlyController::removeAction' => '?',
  9642.             'App\\Controller\\ReceptionController::delete' => '?',
  9643.             'App\\Controller\\ReceptionController::edit' => '?',
  9644.             'App\\Controller\\ReceptionController::index' => '?',
  9645.             'App\\Controller\\ReceptionController::new' => '?',
  9646.             'App\\Controller\\ReceptionController::show' => '?',
  9647.             'App\\Controller\\RemplacementController::delete' => '?',
  9648.             'App\\Controller\\RemplacementController::edit' => '?',
  9649.             'App\\Controller\\RemplacementController::index' => '?',
  9650.             'App\\Controller\\RemplacementController::new' => '?',
  9651.             'App\\Controller\\RemplacementController::show' => '?',
  9652.             'App\\Controller\\SatisfactionController::addSatisfactionAction' => '?',
  9653.             'App\\Controller\\SatisfactionController::deleteAction' => '?',
  9654.             'App\\Controller\\SatisfactionController::editSatisfactionAction' => '?',
  9655.             'App\\Controller\\SatisfactionController::listClientAction' => '?',
  9656.             'App\\Controller\\SatisfactionController::listNRAction' => '?',
  9657.             'App\\Controller\\SoldController::addSoldAction' => '?',
  9658.             'App\\Controller\\SoldController::deleteAction' => '?',
  9659.             'App\\Controller\\SoldController::editSoldAction' => '?',
  9660.             'App\\Controller\\SoldController::listAction' => '?',
  9661.             'App\\Controller\\SoldController::listSyntheseAction' => '?',
  9662.             'App\\Controller\\StatsController::clientsAction' => '?',
  9663.             'App\\Controller\\StatsController::eventAction' => '?',
  9664.             'App\\Controller\\StatsController::generateExcelClientsAction' => '?',
  9665.             'App\\Controller\\StatsController::generatePdfClientsAction' => '?',
  9666.             'App\\Controller\\StatsController::generatePdfEventAction' => '?',
  9667.             'App\\Controller\\StatsController::generatePdfIntensityAction' => '?',
  9668.             'App\\Controller\\StatsController::generatePdfNetworkAction' => '?',
  9669.             'App\\Controller\\StatsController::generatePdfTensionAction' => '?',
  9670.             'App\\Controller\\StatsController::generatePdfTransactionAction' => '?',
  9671.             'App\\Controller\\StatsController::generatePdfUserAction' => '?',
  9672.             'App\\Controller\\StatsController::intensityAction' => '?',
  9673.             'App\\Controller\\StatsController::networkAction' => '?',
  9674.             'App\\Controller\\StatsController::recalculate_balance' => '?',
  9675.             'App\\Controller\\StatsController::tensionAction' => '?',
  9676.             'App\\Controller\\StatsController::transactionsAction' => '?',
  9677.             'App\\Controller\\StatsController::userAction' => '?',
  9678.             'App\\Controller\\StockController::add' => '?',
  9679.             'App\\Controller\\StockController::delete' => '?',
  9680.             'App\\Controller\\StockController::edit' => '?',
  9681.             'App\\Controller\\StockController::index' => '?',
  9682.             'App\\Controller\\StockController::show' => '?',
  9683.             'App\\Controller\\StockController::stockboard' => '?',
  9684.             'App\\Controller\\TransfertController::delete' => '?',
  9685.             'App\\Controller\\TransfertController::edit' => '?',
  9686.             'App\\Controller\\TransfertController::getPreparationMaterielData' => '?',
  9687.             'App\\Controller\\TransfertController::getProduitsByLocal' => '?',
  9688.             'App\\Controller\\TransfertController::getStockByModeleAndLocal' => '?',
  9689.             'App\\Controller\\TransfertController::index' => '?',
  9690.             'App\\Controller\\TransfertController::new' => '?',
  9691.             'App\\Controller\\TransfertController::preparation' => '?',
  9692.             'App\\Controller\\TransfertController::preparer' => '?',
  9693.             'App\\Controller\\TransfertController::preparer_nr' => '?',
  9694.             'App\\Controller\\TransfertController::reception' => '?',
  9695.             'App\\Controller\\TransfertController::receptionner' => '?',
  9696.             'App\\Controller\\TransfertController::show' => '?',
  9697.             'App\\Controller\\TransfertController::transfer_to' => '?',
  9698.             'App\\Controller\\ZoneController::addAction' => '?',
  9699.             'App\\Controller\\ZoneController::deleteAction' => '?',
  9700.             'App\\Controller\\ZoneController::editAction' => '?',
  9701.             'App\\Controller\\ZoneController::generateCsvAction' => '?',
  9702.             'App\\Controller\\ZoneController::generateExcelAction' => '?',
  9703.             'App\\Controller\\ZoneController::generatePdfAction' => '?',
  9704.             'App\\Controller\\ZoneController::getSelectableProspectFromZoneAction' => '?',
  9705.             'App\\Controller\\ZoneController::getZoneByUserAction' => '?',
  9706.             'App\\Controller\\ZoneController::userZoneAction' => '?',
  9707.             'kernel::loadRoutes' => '?',
  9708.             'kernel::registerContainerConfiguration' => '?',
  9709.             'App\\Controller\\AgenceController:delete' => '?',
  9710.             'App\\Controller\\AgenceController:edit' => '?',
  9711.             'App\\Controller\\AgenceController:editLocalAgence' => '?',
  9712.             'App\\Controller\\AgenceController:index' => '?',
  9713.             'App\\Controller\\AgenceController:new' => '?',
  9714.             'App\\Controller\\AgenceController:show' => '?',
  9715.             'App\\Controller\\AjaxController:getCustomersByAgence' => '?',
  9716.             'App\\Controller\\AjaxController:getIdentifiantsFormStock' => '?',
  9717.             'App\\Controller\\AjaxController:getLocauxByAgence' => '?',
  9718.             'App\\Controller\\AjaxController:getNRByAgence' => '?',
  9719.             'App\\Controller\\AjaxController:getStocksByLocal' => '?',
  9720.             'App\\Controller\\AjaxController:getUsersByAgence' => '?',
  9721.             'App\\Controller\\Api\\ClientController:listClientAction' => '?',
  9722.             'App\\Controller\\Api\\ClientController:listShowClientAction' => '?',
  9723.             'App\\Controller\\Api\\CodeController:decryptCodeAction' => '?',
  9724.             'App\\Controller\\Api\\CodeController:encryptCodeAction' => '?',
  9725.             'App\\Controller\\Api\\CustomerController:ProspectZoneListAction' => '?',
  9726.             'App\\Controller\\Api\\CustomerController:addCustomerClientAction' => '?',
  9727.             'App\\Controller\\Api\\CustomerController:addDeviceClientAction' => '?',
  9728.             'App\\Controller\\Api\\CustomerController:addEquipementProductionElectricClientAction' => '?',
  9729.             'App\\Controller\\Api\\CustomerController:addEquipmentElectricAction' => '?',
  9730.             'App\\Controller\\Api\\CustomerController:customerDevicesAction' => '?',
  9731.             'App\\Controller\\Api\\CustomerController:customersAction' => '?',
  9732.             'App\\Controller\\Api\\CustomerController:deleteCustomerClientAction' => '?',
  9733.             'App\\Controller\\Api\\CustomerController:deleteDeviceClientAction' => '?',
  9734.             'App\\Controller\\Api\\CustomerController:deleteEquipementElectricAction' => '?',
  9735.             'App\\Controller\\Api\\CustomerController:deleteEquipementProductionElectricAction' => '?',
  9736.             'App\\Controller\\Api\\CustomerController:editAction' => '?',
  9737.             'App\\Controller\\Api\\CustomerController:generateCodeAction' => '?',
  9738.             'App\\Controller\\Api\\CustomerController:getCustomerDetailsAction' => '?',
  9739.             'App\\Controller\\Api\\CustomerController:getFullDetailsAction' => '?',
  9740.             'App\\Controller\\Api\\CustomerController:updateDeviceClientAction' => '?',
  9741.             'App\\Controller\\Api\\CustomerController:updateEquipementConsomationAction' => '?',
  9742.             'App\\Controller\\Api\\CustomerController:updateEquipementProductionElectricClientAction' => '?',
  9743.             'App\\Controller\\Api\\CustomerController:updateEquipmentElectricClientAction' => '?',
  9744.             'App\\Controller\\Api\\DataRecordController:addRecordAction' => '?',
  9745.             'App\\Controller\\Api\\DataRecordController:addSynthethicalRecordAction' => '?',
  9746.             'App\\Controller\\Api\\DataRecordController:getSynthethicalRecordListAction' => '?',
  9747.             'App\\Controller\\Api\\DataRecordController:old__construct' => '?',
  9748.             'App\\Controller\\Api\\DeviceController:createDeviceAction' => '?',
  9749.             'App\\Controller\\Api\\DeviceController:removeDeviceAction' => '?',
  9750.             'App\\Controller\\Api\\DeviceController:updateDeviceAction' => '?',
  9751.             'App\\Controller\\Api\\MapController:userZoneAction' => '?',
  9752.             'App\\Controller\\Api\\NetworkController:addDeviceAction' => '?',
  9753.             'App\\Controller\\Api\\NetworkController:editNetworksDeviceAction' => '?',
  9754.             'App\\Controller\\Api\\NetworkController:listNetworksAction' => '?',
  9755.             'App\\Controller\\Api\\NetworkController:listShowNetworkAction' => '?',
  9756.             'App\\Controller\\Api\\NetworkController:networkDevicesAction' => '?',
  9757.             'App\\Controller\\Api\\NetworkController:networksAction' => '?',
  9758.             'App\\Controller\\Api\\NetworkController:removeDeviceAction' => '?',
  9759.             'App\\Controller\\Api\\NetworkDeviceController:updateAction' => '?',
  9760.             'App\\Controller\\Api\\PaymentController:paymentFinalizeAction' => '?',
  9761.             'App\\Controller\\Api\\PaymentController:paymentInitAction' => '?',
  9762.             'App\\Controller\\Api\\ProspectController:listProspectAction' => '?',
  9763.             'App\\Controller\\Api\\ProspectController:listProspectParEnqueteurAction' => '?',
  9764.             'App\\Controller\\Api\\ProspectController:listShowProspectAction' => '?',
  9765.             'App\\Controller\\Api\\ProspectController:prospectDeletedAction' => '?',
  9766.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionCustomerAction' => '?',
  9767.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionNRAction' => '?',
  9768.             'App\\Controller\\Api\\SatisfactionController:listCustmerstAction' => '?',
  9769.             'App\\Controller\\Api\\SatisfactionController:satisfactionCustomersAddAction' => '?',
  9770.             'App\\Controller\\Api\\UserController:getBalanceAction' => '?',
  9771.             'App\\Controller\\Api\\UserController:getCustomersAction' => '?',
  9772.             'App\\Controller\\Api\\UserController:getDetailsAction' => '?',
  9773.             'App\\Controller\\Api\\UserController:getNetworksAction' => '?',
  9774.             'App\\Controller\\Api\\UserController:getNetworksActionAllTime' => '?',
  9775.             'App\\Controller\\Api\\UserController:getTasksAction' => '?',
  9776.             'App\\Controller\\Api\\UserController:getTransactionsAction' => '?',
  9777.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerByDistrictAction' => '?',
  9778.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerEquipeAction' => '?',
  9779.             'App\\Controller\\Api\\ZoneController:getZoneByDistrictAction' => '?',
  9780.             'App\\Controller\\ArticleClientController:add_historique' => '?',
  9781.             'App\\Controller\\ArticleClientController:delete' => '?',
  9782.             'App\\Controller\\ArticleClientController:edit' => '?',
  9783.             'App\\Controller\\ArticleClientController:index' => '?',
  9784.             'App\\Controller\\ArticleClientController:new' => '?',
  9785.             'App\\Controller\\ArticleClientController:show' => '?',
  9786.             'App\\Controller\\CaisseController:addAction' => '?',
  9787.             'App\\Controller\\CaisseController:editAction' => '?',
  9788.             'App\\Controller\\CaisseController:listAction' => '?',
  9789.             'App\\Controller\\CaisseController:removeAction' => '?',
  9790.             'App\\Controller\\CategorieController:addAction' => '?',
  9791.             'App\\Controller\\CategorieController:editAction' => '?',
  9792.             'App\\Controller\\CategorieController:listAction' => '?',
  9793.             'App\\Controller\\ChangementKitController:edit' => '?',
  9794.             'App\\Controller\\ChangementKitController:index' => '?',
  9795.             'App\\Controller\\ChangementKitController:new' => '?',
  9796.             'App\\Controller\\CodeController:massUploadAction' => '?',
  9797.             'App\\Controller\\DashboardController:indexAction' => '?',
  9798.             'App\\Controller\\DashboardController:selectContractorAction' => '?',
  9799.             'App\\Controller\\DashboardController:selectDistrictAction' => '?',
  9800.             'App\\Controller\\DeviceController:addAction' => '?',
  9801.             'App\\Controller\\DeviceController:deleteAction' => '?',
  9802.             'App\\Controller\\DeviceController:detailsAction' => '?',
  9803.             'App\\Controller\\DeviceController:editAction' => '?',
  9804.             'App\\Controller\\DeviceController:getDeviceTypeDetailsAction' => '?',
  9805.             'App\\Controller\\DeviceController:listAction' => '?',
  9806.             'App\\Controller\\FabricationController:delete' => '?',
  9807.             'App\\Controller\\FabricationController:edit' => '?',
  9808.             'App\\Controller\\FabricationController:index' => '?',
  9809.             'App\\Controller\\FabricationController:new' => '?',
  9810.             'App\\Controller\\FabricationController:show' => '?',
  9811.             'App\\Controller\\FacturationController:delete' => '?',
  9812.             'App\\Controller\\FacturationController:edit' => '?',
  9813.             'App\\Controller\\FacturationController:identifier' => '?',
  9814.             'App\\Controller\\FacturationController:index' => '?',
  9815.             'App\\Controller\\FacturationController:new' => '?',
  9816.             'App\\Controller\\FacturationController:random_string' => '?',
  9817.             'App\\Controller\\FacturationController:receptionner' => '?',
  9818.             'App\\Controller\\FacturationController:show' => '?',
  9819.             'App\\Controller\\FacturationController:validate' => '?',
  9820.             'App\\Controller\\FournisseurController:delete' => '?',
  9821.             'App\\Controller\\FournisseurController:edit' => '?',
  9822.             'App\\Controller\\FournisseurController:index' => '?',
  9823.             'App\\Controller\\FournisseurController:new' => '?',
  9824.             'App\\Controller\\FournisseurController:show' => '?',
  9825.             'App\\Controller\\InspectionController:delete' => '?',
  9826.             'App\\Controller\\InspectionController:edit' => '?',
  9827.             'App\\Controller\\InspectionController:index' => '?',
  9828.             'App\\Controller\\InspectionController:new' => '?',
  9829.             'App\\Controller\\InspectionController:show' => '?',
  9830.             'App\\Controller\\InterventionController:addAction' => '?',
  9831.             'App\\Controller\\InterventionController:deleteInterventionAction' => '?',
  9832.             'App\\Controller\\InterventionController:deleteTaskAction' => '?',
  9833.             'App\\Controller\\InterventionController:editInterventionAction' => '?',
  9834.             'App\\Controller\\InterventionController:editTaskAction' => '?',
  9835.             'App\\Controller\\InterventionController:listAction' => '?',
  9836.             'App\\Controller\\InterventionController:syntheticalRecordListAction' => '?',
  9837.             'App\\Controller\\InventaireController:delete' => '?',
  9838.             'App\\Controller\\InventaireController:edit' => '?',
  9839.             'App\\Controller\\InventaireController:index' => '?',
  9840.             'App\\Controller\\InventaireController:new' => '?',
  9841.             'App\\Controller\\InventaireController:show' => '?',
  9842.             'App\\Controller\\InventaireController:updateHistoriqueAction' => '?',
  9843.             'App\\Controller\\KoboController:submitKoboDataAction' => '?',
  9844.             'App\\Controller\\LotController:listAction' => '?',
  9845.             'App\\Controller\\MapController:indexAction' => '?',
  9846.             'App\\Controller\\MapController:showAction' => '?',
  9847.             'App\\Controller\\Mobile\\CustomerController:createAction' => '?',
  9848.             'App\\Controller\\Mobile\\CustomerController:deleteProspectAction' => '?',
  9849.             'App\\Controller\\Mobile\\CustomerController:listNotValidAction' => '?',
  9850.             'App\\Controller\\Mobile\\CustomerController:listNotValidParEnqueteurAction' => '?',
  9851.             'App\\Controller\\Mobile\\CustomerController:listProspectValidAction' => '?',
  9852.             'App\\Controller\\Mobile\\CustomerController:updateAction' => '?',
  9853.             'App\\Controller\\Mobile\\ZoneController:listeZoneEntrepreneurAction' => '?',
  9854.             'App\\Controller\\ModelController:addAction' => '?',
  9855.             'App\\Controller\\ModelController:deleteAction' => '?',
  9856.             'App\\Controller\\ModelController:editAction' => '?',
  9857.             'App\\Controller\\ModelController:listAction' => '?',
  9858.             'App\\Controller\\ModelePreEnregistreController:check_disponibility' => '?',
  9859.             'App\\Controller\\ModelePreEnregistreController:delete' => '?',
  9860.             'App\\Controller\\ModelePreEnregistreController:edit' => '?',
  9861.             'App\\Controller\\ModelePreEnregistreController:getMaterielsFromModele' => '?',
  9862.             'App\\Controller\\ModelePreEnregistreController:index' => '?',
  9863.             'App\\Controller\\ModelePreEnregistreController:new' => '?',
  9864.             'App\\Controller\\MouvementController:delete' => '?',
  9865.             'App\\Controller\\MouvementController:edit' => '?',
  9866.             'App\\Controller\\MouvementController:index' => '?',
  9867.             'App\\Controller\\MouvementController:new' => '?',
  9868.             'App\\Controller\\MouvementController:new_old' => '?',
  9869.             'App\\Controller\\MouvementController:show' => '?',
  9870.             'App\\Controller\\MoveRequestController:acceptCustomerMoveRequestAction' => '?',
  9871.             'App\\Controller\\MoveRequestController:acceptMoveRequest' => '?',
  9872.             'App\\Controller\\MoveRequestController:acceptNetworkMoveRequestAction' => '?',
  9873.             'App\\Controller\\MoveRequestController:denyCustomerMoveRequestAction' => '?',
  9874.             'App\\Controller\\MoveRequestController:denyMoveRequest' => '?',
  9875.             'App\\Controller\\MoveRequestController:denyNetworkMoveRequestAction' => '?',
  9876.             'App\\Controller\\MoveRequestController:listMoveRequestAction' => '?',
  9877.             'App\\Controller\\NetworkController:addDeviceAction' => '?',
  9878.             'App\\Controller\\NetworkController:commissionEditAction' => '?',
  9879.             'App\\Controller\\NetworkController:commissionListAction' => '?',
  9880.             'App\\Controller\\NetworkController:deleteAction' => '?',
  9881.             'App\\Controller\\NetworkController:editAction' => '?',
  9882.             'App\\Controller\\NetworkController:generateCsvNetworkAction' => '?',
  9883.             'App\\Controller\\NetworkController:generatePdfNetworkAction' => '?',
  9884.             'App\\Controller\\NetworkController:getAllEntrepreneurAction' => '?',
  9885.             'App\\Controller\\NetworkController:getDevicesAction' => '?',
  9886.             'App\\Controller\\NetworkController:getNetworkDevices' => '?',
  9887.             'App\\Controller\\NetworkController:getServiceAction' => '?',
  9888.             'App\\Controller\\NetworkController:listAction' => '?',
  9889.             'App\\Controller\\NetworkController:listCommentAction' => '?',
  9890.             'App\\Controller\\NetworkController:migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => '?',
  9891.             'App\\Controller\\NetworkController:removeDeviceAction' => '?',
  9892.             'App\\Controller\\NetworkController:saveCommentAction' => '?',
  9893.             'App\\Controller\\NetworkController:showAction' => '?',
  9894.             'App\\Controller\\NetworkController:uninstall' => '?',
  9895.             'App\\Controller\\NetworkController:uninstall_old' => '?',
  9896.             'App\\Controller\\NetworkController:updateNanoentrepreneurCommissionAction' => '?',
  9897.             'App\\Controller\\NetworkController:updateNetworkLocationAction' => '?',
  9898.             'App\\Controller\\OffersController:addAction' => '?',
  9899.             'App\\Controller\\OffersController:deleteAction' => '?',
  9900.             'App\\Controller\\OffersController:detailsAction' => '?',
  9901.             'App\\Controller\\OffersController:editAction' => '?',
  9902.             'App\\Controller\\OffersController:listAction' => '?',
  9903.             'App\\Controller\\OffersController:migrationOfferPriceFromArrayToEntityAction' => '?',
  9904.             'App\\Controller\\OperationController:data' => '?',
  9905.             'App\\Controller\\OperationController:list' => '?',
  9906.             'App\\Controller\\PlanifiedMaintenanceController:addAction' => '?',
  9907.             'App\\Controller\\PlanifiedMaintenanceController:deleteAction' => '?',
  9908.             'App\\Controller\\PlanifiedMaintenanceController:descriptionAction' => '?',
  9909.             'App\\Controller\\PlanifiedMaintenanceController:editAction' => '?',
  9910.             'App\\Controller\\PlanifiedMaintenanceController:listAction' => '?',
  9911.             'App\\Controller\\ProduitController:addAction' => '?',
  9912.             'App\\Controller\\ProduitController:deleteAction' => '?',
  9913.             'App\\Controller\\ProduitController:editAction' => '?',
  9914.             'App\\Controller\\ProduitController:getModeles' => '?',
  9915.             'App\\Controller\\ProduitController:listAction' => '?',
  9916.             'App\\Controller\\ProfileController:addUserAction' => '?',
  9917.             'App\\Controller\\ProfileController:deleteAction' => '?',
  9918.             'App\\Controller\\ProfileController:editUserAction' => '?',
  9919.             'App\\Controller\\ProfileController:listAction' => '?',
  9920.             'App\\Controller\\ProjectController:alertSeenAction' => '?',
  9921.             'App\\Controller\\ProjectController:deleteAction' => '?',
  9922.             'App\\Controller\\ProjectController:listAction' => '?',
  9923.             'App\\Controller\\ProjectController:listAlertAction' => '?',
  9924.             'App\\Controller\\ProjectController:listMoveRequestAction' => '?',
  9925.             'App\\Controller\\ProjectController:mapAction' => '?',
  9926.             'App\\Controller\\ProjectController:updateStateAction' => '?',
  9927.             'App\\Controller\\ProjectController:workflowAction' => '?',
  9928.             'App\\Controller\\ProspectController:OldeditRegularizationAction' => '?',
  9929.             'App\\Controller\\ProspectController:addToNetworkAction' => '?',
  9930.             'App\\Controller\\ProspectController:ajaxsearch' => '?',
  9931.             'App\\Controller\\ProspectController:alertSeenAction' => '?',
  9932.             'App\\Controller\\ProspectController:deleteAction' => '?',
  9933.             'App\\Controller\\ProspectController:devalideAction' => '?',
  9934.             'App\\Controller\\ProspectController:editAction' => '?',
  9935.             'App\\Controller\\ProspectController:editCodeAction' => '?',
  9936.             'App\\Controller\\ProspectController:editRegularizationAction' => '?',
  9937.             'App\\Controller\\ProspectController:generateCodeAction' => '?',
  9938.             'App\\Controller\\ProspectController:generatePdfAction' => '?',
  9939.             'App\\Controller\\ProspectController:generatePdfClientAction' => '?',
  9940.             'App\\Controller\\ProspectController:generatePdfProspectAction' => '?',
  9941.             'App\\Controller\\ProspectController:getDevicesAction' => '?',
  9942.             'App\\Controller\\ProspectController:getGenerateCodeAction' => '?',
  9943.             'App\\Controller\\ProspectController:importHistoricRegularizationAction' => '?',
  9944.             'App\\Controller\\ProspectController:listAction' => '?',
  9945.             'App\\Controller\\ProspectController:listCodeAction' => '?',
  9946.             'App\\Controller\\ProspectController:listCommentAction' => '?',
  9947.             'App\\Controller\\ProspectController:listRegularizationAction' => '?',
  9948.             'App\\Controller\\ProspectController:listWorkflowCommentAction' => '?',
  9949.             'App\\Controller\\ProspectController:massUploadAction' => '?',
  9950.             'App\\Controller\\ProspectController:refundProspectFormAction' => '?',
  9951.             'App\\Controller\\ProspectController:regularizeFeesAction' => '?',
  9952.             'App\\Controller\\ProspectController:removeDeviceAction' => '?',
  9953.             'App\\Controller\\ProspectController:removeFromNetworkAction' => '?',
  9954.             'App\\Controller\\ProspectController:saveCommentAction' => '?',
  9955.             'App\\Controller\\ProspectController:saveWorkflowCommentAction' => '?',
  9956.             'App\\Controller\\ProspectController:setCustomeDeviceAdditional' => '?',
  9957.             'App\\Controller\\ProspectController:showAction' => '?',
  9958.             'App\\Controller\\ProspectController:toggleValidationCodeAction' => '?',
  9959.             'App\\Controller\\ProspectController:updateProspectLocationAction' => '?',
  9960.             'App\\Controller\\ProspectController:updateStateAction' => '?',
  9961.             'App\\Controller\\ProspectController:workflowAction' => '?',
  9962.             'App\\Controller\\ReadOnlyController:removeAction' => '?',
  9963.             'App\\Controller\\ReceptionController:delete' => '?',
  9964.             'App\\Controller\\ReceptionController:edit' => '?',
  9965.             'App\\Controller\\ReceptionController:index' => '?',
  9966.             'App\\Controller\\ReceptionController:new' => '?',
  9967.             'App\\Controller\\ReceptionController:show' => '?',
  9968.             'App\\Controller\\RemplacementController:delete' => '?',
  9969.             'App\\Controller\\RemplacementController:edit' => '?',
  9970.             'App\\Controller\\RemplacementController:index' => '?',
  9971.             'App\\Controller\\RemplacementController:new' => '?',
  9972.             'App\\Controller\\RemplacementController:show' => '?',
  9973.             'App\\Controller\\SatisfactionController:addSatisfactionAction' => '?',
  9974.             'App\\Controller\\SatisfactionController:deleteAction' => '?',
  9975.             'App\\Controller\\SatisfactionController:editSatisfactionAction' => '?',
  9976.             'App\\Controller\\SatisfactionController:listClientAction' => '?',
  9977.             'App\\Controller\\SatisfactionController:listNRAction' => '?',
  9978.             'App\\Controller\\SoldController:addSoldAction' => '?',
  9979.             'App\\Controller\\SoldController:deleteAction' => '?',
  9980.             'App\\Controller\\SoldController:editSoldAction' => '?',
  9981.             'App\\Controller\\SoldController:listAction' => '?',
  9982.             'App\\Controller\\SoldController:listSyntheseAction' => '?',
  9983.             'App\\Controller\\StatsController:clientsAction' => '?',
  9984.             'App\\Controller\\StatsController:eventAction' => '?',
  9985.             'App\\Controller\\StatsController:generateExcelClientsAction' => '?',
  9986.             'App\\Controller\\StatsController:generatePdfClientsAction' => '?',
  9987.             'App\\Controller\\StatsController:generatePdfEventAction' => '?',
  9988.             'App\\Controller\\StatsController:generatePdfIntensityAction' => '?',
  9989.             'App\\Controller\\StatsController:generatePdfNetworkAction' => '?',
  9990.             'App\\Controller\\StatsController:generatePdfTensionAction' => '?',
  9991.             'App\\Controller\\StatsController:generatePdfTransactionAction' => '?',
  9992.             'App\\Controller\\StatsController:generatePdfUserAction' => '?',
  9993.             'App\\Controller\\StatsController:intensityAction' => '?',
  9994.             'App\\Controller\\StatsController:networkAction' => '?',
  9995.             'App\\Controller\\StatsController:recalculate_balance' => '?',
  9996.             'App\\Controller\\StatsController:tensionAction' => '?',
  9997.             'App\\Controller\\StatsController:transactionsAction' => '?',
  9998.             'App\\Controller\\StatsController:userAction' => '?',
  9999.             'App\\Controller\\StockController:add' => '?',
  10000.             'App\\Controller\\StockController:delete' => '?',
  10001.             'App\\Controller\\StockController:edit' => '?',
  10002.             'App\\Controller\\StockController:index' => '?',
  10003.             'App\\Controller\\StockController:show' => '?',
  10004.             'App\\Controller\\StockController:stockboard' => '?',
  10005.             'App\\Controller\\TransfertController:delete' => '?',
  10006.             'App\\Controller\\TransfertController:edit' => '?',
  10007.             'App\\Controller\\TransfertController:getPreparationMaterielData' => '?',
  10008.             'App\\Controller\\TransfertController:getProduitsByLocal' => '?',
  10009.             'App\\Controller\\TransfertController:getStockByModeleAndLocal' => '?',
  10010.             'App\\Controller\\TransfertController:index' => '?',
  10011.             'App\\Controller\\TransfertController:new' => '?',
  10012.             'App\\Controller\\TransfertController:preparation' => '?',
  10013.             'App\\Controller\\TransfertController:preparer' => '?',
  10014.             'App\\Controller\\TransfertController:preparer_nr' => '?',
  10015.             'App\\Controller\\TransfertController:reception' => '?',
  10016.             'App\\Controller\\TransfertController:receptionner' => '?',
  10017.             'App\\Controller\\TransfertController:show' => '?',
  10018.             'App\\Controller\\TransfertController:transfer_to' => '?',
  10019.             'App\\Controller\\ZoneController:addAction' => '?',
  10020.             'App\\Controller\\ZoneController:deleteAction' => '?',
  10021.             'App\\Controller\\ZoneController:editAction' => '?',
  10022.             'App\\Controller\\ZoneController:generateCsvAction' => '?',
  10023.             'App\\Controller\\ZoneController:generateExcelAction' => '?',
  10024.             'App\\Controller\\ZoneController:generatePdfAction' => '?',
  10025.             'App\\Controller\\ZoneController:getSelectableProspectFromZoneAction' => '?',
  10026.             'App\\Controller\\ZoneController:getZoneByUserAction' => '?',
  10027.             'App\\Controller\\ZoneController:userZoneAction' => '?',
  10028.             'kernel:loadRoutes' => '?',
  10029.             'kernel:registerContainerConfiguration' => '?',
  10030.         ]);
  10031.     }
  10032.     /**
  10033.      * Gets the private '.service_locator.lCVK1t1' shared service.
  10034.      *
  10035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10036.      */
  10037.     protected function get_ServiceLocator_LCVK1t1Service()
  10038.     {
  10039.         return $this->privates['.service_locator.lCVK1t1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10040.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10041.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  10042.             'user' => ['privates''.errored..service_locator.lCVK1t1.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.lCVK1t1": it references class "App\\Entity\\Users" but no such service exists.'],
  10043.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  10044.         ], [
  10045.             'em' => '?',
  10046.             'paginator' => '?',
  10047.             'user' => 'App\\Entity\\Users',
  10048.             'validator' => '?',
  10049.         ]);
  10050.     }
  10051.     /**
  10052.      * Gets the private '.service_locator.lFAvl9H' shared service.
  10053.      *
  10054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10055.      */
  10056.     protected function get_ServiceLocator_LFAvl9HService()
  10057.     {
  10058.         return $this->privates['.service_locator.lFAvl9H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10059.             'changementKitRepository' => ['privates''App\\Repository\\ChangementKitRepository''getChangementKitRepositoryService'false],
  10060.         ], [
  10061.             'changementKitRepository' => 'App\\Repository\\ChangementKitRepository',
  10062.         ]);
  10063.     }
  10064.     /**
  10065.      * Gets the private '.service_locator.ljphWNN' shared service.
  10066.      *
  10067.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10068.      */
  10069.     protected function get_ServiceLocator_LjphWNNService()
  10070.     {
  10071.         return $this->privates['.service_locator.ljphWNN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10072.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10073.             'trans' => ['services''translator''getTranslatorService'false],
  10074.         ], [
  10075.             'em' => '?',
  10076.             'trans' => '?',
  10077.         ]);
  10078.     }
  10079.     /**
  10080.      * Gets the private '.service_locator.lvsFEkY' shared service.
  10081.      *
  10082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10083.      */
  10084.     protected function get_ServiceLocator_LvsFEkYService()
  10085.     {
  10086.         return $this->privates['.service_locator.lvsFEkY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10087.             'inspection' => ['privates''.errored..service_locator.lvsFEkY.App\\Entity\\Inspection'NULL'Cannot autowire service ".service_locator.lvsFEkY": it references class "App\\Entity\\Inspection" but no such service exists.'],
  10088.         ], [
  10089.             'inspection' => 'App\\Entity\\Inspection',
  10090.         ]);
  10091.     }
  10092.     /**
  10093.      * Gets the private '.service_locator.mglvehC' shared service.
  10094.      *
  10095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10096.      */
  10097.     protected function get_ServiceLocator_MglvehCService()
  10098.     {
  10099.         return $this->privates['.service_locator.mglvehC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10100.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10101.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10102.             'network' => ['privates''.errored..service_locator.mglvehC.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.mglvehC": it references class "App\\Entity\\Network" but no such service exists.'],
  10103.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  10104.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10105.         ], [
  10106.             'em' => '?',
  10107.             'logger' => '?',
  10108.             'network' => 'App\\Entity\\Network',
  10109.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  10110.             'translatorInterface' => '?',
  10111.         ]);
  10112.     }
  10113.     /**
  10114.      * Gets the private '.service_locator.mlHwb5A' shared service.
  10115.      *
  10116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10117.      */
  10118.     protected function get_ServiceLocator_MlHwb5AService()
  10119.     {
  10120.         return $this->privates['.service_locator.mlHwb5A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10121.             'remplacementRepository' => ['privates''App\\Repository\\RemplacementRepository''getRemplacementRepositoryService'false],
  10122.         ], [
  10123.             'remplacementRepository' => 'App\\Repository\\RemplacementRepository',
  10124.         ]);
  10125.     }
  10126.     /**
  10127.      * Gets the private '.service_locator.mzjt3rI' shared service.
  10128.      *
  10129.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10130.      */
  10131.     protected function get_ServiceLocator_Mzjt3rIService()
  10132.     {
  10133.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10134.             'translator' => ['services''translator''getTranslatorService'false],
  10135.         ], [
  10136.             'translator' => '?',
  10137.         ]);
  10138.     }
  10139.     /**
  10140.      * Gets the private '.service_locator.nNa8Rj8' shared service.
  10141.      *
  10142.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10143.      */
  10144.     protected function get_ServiceLocator_NNa8Rj8Service()
  10145.     {
  10146.         return $this->privates['.service_locator.nNa8Rj8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10147.             'authorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10148.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10149.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  10150.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10151.         ], [
  10152.             'authorizationCheckerInterface' => '?',
  10153.             'em' => '?',
  10154.             'paginatorInterface' => '?',
  10155.             'tokenStorageInterface' => '?',
  10156.         ]);
  10157.     }
  10158.     /**
  10159.      * Gets the private '.service_locator.nheZvoD' shared service.
  10160.      *
  10161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10162.      */
  10163.     protected function get_ServiceLocator_NheZvoDService()
  10164.     {
  10165.         return $this->privates['.service_locator.nheZvoD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10166.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  10167.             'tarnslator' => ['services''translator''getTranslatorService'false],
  10168.         ], [
  10169.             'pdf' => '?',
  10170.             'tarnslator' => '?',
  10171.         ]);
  10172.     }
  10173.     /**
  10174.      * Gets the private '.service_locator.oBtIsDR' shared service.
  10175.      *
  10176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10177.      */
  10178.     protected function get_ServiceLocator_OBtIsDRService()
  10179.     {
  10180.         return $this->privates['.service_locator.oBtIsDR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10181.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10182.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10183.             'network' => ['privates''.errored..service_locator.oBtIsDR.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.oBtIsDR": it references class "App\\Entity\\Network" but no such service exists.'],
  10184.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10185.         ], [
  10186.             'em' => '?',
  10187.             'logger' => '?',
  10188.             'network' => 'App\\Entity\\Network',
  10189.             'translatorInterface' => '?',
  10190.         ]);
  10191.     }
  10192.     /**
  10193.      * Gets the private '.service_locator.odulM1a' shared service.
  10194.      *
  10195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10196.      */
  10197.     protected function get_ServiceLocator_OdulM1aService()
  10198.     {
  10199.         return $this->privates['.service_locator.odulM1a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10200.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10201.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  10202.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10203.         ], [
  10204.             'entityManager' => '?',
  10205.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  10206.             'translatorInterface' => '?',
  10207.         ]);
  10208.     }
  10209.     /**
  10210.      * Gets the private '.service_locator.ojSyuEO' shared service.
  10211.      *
  10212.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10213.      */
  10214.     protected function get_ServiceLocator_OjSyuEOService()
  10215.     {
  10216.         return $this->privates['.service_locator.ojSyuEO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10217.             'agence' => ['privates''.errored..service_locator.ojSyuEO.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.ojSyuEO": it references class "App\\Entity\\Agence" but no such service exists.'],
  10218.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10219.             'trans' => ['services''translator''getTranslatorService'false],
  10220.         ], [
  10221.             'agence' => 'App\\Entity\\Agence',
  10222.             'entityManager' => '?',
  10223.             'trans' => '?',
  10224.         ]);
  10225.     }
  10226.     /**
  10227.      * Gets the private '.service_locator.ordqhef' shared service.
  10228.      *
  10229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10230.      */
  10231.     protected function get_ServiceLocator_OrdqhefService()
  10232.     {
  10233.         return $this->privates['.service_locator.ordqhef'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10234.             'device' => ['privates''.errored..service_locator.ordqhef.App\\Entity\\Device'NULL'Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\Device" but no such service exists.'],
  10235.             'deviceCategory' => ['privates''.errored..service_locator.ordqhef.App\\Entity\\DeviceCategory'NULL'Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceCategory" but no such service exists.'],
  10236.             'deviceType' => ['privates''.errored..service_locator.ordqhef.App\\Entity\\DeviceType'NULL'Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceType" but no such service exists.'],
  10237.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10238.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10239.         ], [
  10240.             'device' => 'App\\Entity\\Device',
  10241.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  10242.             'deviceType' => 'App\\Entity\\DeviceType',
  10243.             'logger' => '?',
  10244.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10245.         ]);
  10246.     }
  10247.     /**
  10248.      * Gets the private '.service_locator.puHPyZI' shared service.
  10249.      *
  10250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10251.      */
  10252.     protected function get_ServiceLocator_PuHPyZIService()
  10253.     {
  10254.         return $this->privates['.service_locator.puHPyZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10255.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10256.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  10257.         ], [
  10258.             'em' => '?',
  10259.             'serializerInterface' => '?',
  10260.         ]);
  10261.     }
  10262.     /**
  10263.      * Gets the private '.service_locator.qQjPVgy' shared service.
  10264.      *
  10265.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10266.      */
  10267.     protected function get_ServiceLocator_QQjPVgyService()
  10268.     {
  10269.         return $this->privates['.service_locator.qQjPVgy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10270.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  10271.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  10272.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10273.         ], [
  10274.             'stockRepository' => 'App\\Repository\\StockRepository',
  10275.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  10276.             'translatorInterface' => '?',
  10277.         ]);
  10278.     }
  10279.     /**
  10280.      * Gets the private '.service_locator.qRBHu6h' shared service.
  10281.      *
  10282.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10283.      */
  10284.     protected function get_ServiceLocator_QRBHu6hService()
  10285.     {
  10286.         return $this->privates['.service_locator.qRBHu6h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10287.             'dashboardService' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  10288.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10289.         ], [
  10290.             'dashboardService' => '?',
  10291.             'em' => '?',
  10292.         ]);
  10293.     }
  10294.     /**
  10295.      * Gets the private '.service_locator.qSY6gAo' shared service.
  10296.      *
  10297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10298.      */
  10299.     protected function get_ServiceLocator_QSY6gAoService()
  10300.     {
  10301.         return $this->privates['.service_locator.qSY6gAo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10302.             'fournisseur' => ['privates''.errored..service_locator.qSY6gAo.App\\Entity\\Fournisseur'NULL'Cannot autowire service ".service_locator.qSY6gAo": it references class "App\\Entity\\Fournisseur" but no such service exists.'],
  10303.         ], [
  10304.             'fournisseur' => 'App\\Entity\\Fournisseur',
  10305.         ]);
  10306.     }
  10307.     /**
  10308.      * Gets the private '.service_locator.rgvc6IC' shared service.
  10309.      *
  10310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10311.      */
  10312.     protected function get_ServiceLocator_Rgvc6ICService()
  10313.     {
  10314.         return $this->privates['.service_locator.rgvc6IC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10315.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10316.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10317.         ], [
  10318.             'logger' => '?',
  10319.             'translatorInterface' => '?',
  10320.         ]);
  10321.     }
  10322.     /**
  10323.      * Gets the private '.service_locator.rsuiLtZ' shared service.
  10324.      *
  10325.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10326.      */
  10327.     protected function get_ServiceLocator_RsuiLtZService()
  10328.     {
  10329.         return $this->privates['.service_locator.rsuiLtZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10330.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  10331.         ], [
  10332.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  10333.         ]);
  10334.     }
  10335.     /**
  10336.      * Gets the private '.service_locator.rvKFh5M' shared service.
  10337.      *
  10338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10339.      */
  10340.     protected function get_ServiceLocator_RvKFh5MService()
  10341.     {
  10342.         return $this->privates['.service_locator.rvKFh5M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10343.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10344.             'user' => ['privates''.errored..service_locator.rvKFh5M.App\\Entity\\Users'NULL'Cannot autowire service ".service_locator.rvKFh5M": it references class "App\\Entity\\Users" but no such service exists.'],
  10345.         ], [
  10346.             'em' => '?',
  10347.             'user' => 'App\\Entity\\Users',
  10348.         ]);
  10349.     }
  10350.     /**
  10351.      * Gets the private '.service_locator.sFIcoVJ' shared service.
  10352.      *
  10353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10354.      */
  10355.     protected function get_ServiceLocator_SFIcoVJService()
  10356.     {
  10357.         return $this->privates['.service_locator.sFIcoVJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10358.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  10359.             'transaction' => ['privates''.errored..service_locator.sFIcoVJ.App\\Entity\\Transaction'NULL'Cannot autowire service ".service_locator.sFIcoVJ": it references class "App\\Entity\\Transaction" but no such service exists.'],
  10360.             'translator' => ['services''translator''getTranslatorService'false],
  10361.         ], [
  10362.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  10363.             'transaction' => 'App\\Entity\\Transaction',
  10364.             'translator' => '?',
  10365.         ]);
  10366.     }
  10367.     /**
  10368.      * Gets the private '.service_locator.sGb568u' shared service.
  10369.      *
  10370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10371.      */
  10372.     protected function get_ServiceLocator_SGb568uService()
  10373.     {
  10374.         return $this->privates['.service_locator.sGb568u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10375.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10376.             'networkRepository' => ['privates''App\\Repository\\NetworkRepository''getNetworkRepositoryService'false],
  10377.         ], [
  10378.             'em' => '?',
  10379.             'networkRepository' => 'App\\Repository\\NetworkRepository',
  10380.         ]);
  10381.     }
  10382.     /**
  10383.      * Gets the private '.service_locator.se2gJgI' shared service.
  10384.      *
  10385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10386.      */
  10387.     protected function get_ServiceLocator_Se2gJgIService()
  10388.     {
  10389.         return $this->privates['.service_locator.se2gJgI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10390.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  10391.         ], [
  10392.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  10393.         ]);
  10394.     }
  10395.     /**
  10396.      * Gets the private '.service_locator.slCk2l8' shared service.
  10397.      *
  10398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10399.      */
  10400.     protected function get_ServiceLocator_SlCk2l8Service()
  10401.     {
  10402.         return $this->privates['.service_locator.slCk2l8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10403.             'slugger' => ['privates''slugger''getSluggerService'false],
  10404.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10405.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10406.         ], [
  10407.             'slugger' => '?',
  10408.             'translatorInterface' => '?',
  10409.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10410.         ]);
  10411.     }
  10412.     /**
  10413.      * Gets the private '.service_locator.ssAKG2k' shared service.
  10414.      *
  10415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10416.      */
  10417.     protected function get_ServiceLocator_SsAKG2kService()
  10418.     {
  10419.         return $this->privates['.service_locator.ssAKG2k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10420.             'categorie' => ['privates''.errored..service_locator.ssAKG2k.App\\Entity\\Categorie'NULL'Cannot autowire service ".service_locator.ssAKG2k": it references class "App\\Entity\\Categorie" but no such service exists.'],
  10421.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10422.         ], [
  10423.             'categorie' => 'App\\Entity\\Categorie',
  10424.             'translatorInterface' => '?',
  10425.         ]);
  10426.     }
  10427.     /**
  10428.      * Gets the private '.service_locator.tFueXwH' shared service.
  10429.      *
  10430.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10431.      */
  10432.     protected function get_ServiceLocator_TFueXwHService()
  10433.     {
  10434.         return $this->privates['.service_locator.tFueXwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10435.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10436.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  10437.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10438.         ], [
  10439.             'em' => '?',
  10440.             'paginatorInterface' => '?',
  10441.             'translatorInterface' => '?',
  10442.         ]);
  10443.     }
  10444.     /**
  10445.      * Gets the private '.service_locator.tX54x_B' shared service.
  10446.      *
  10447.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10448.      */
  10449.     protected function get_ServiceLocator_TX54xBService()
  10450.     {
  10451.         return $this->privates['.service_locator.tX54x_B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10452.             'inspection' => ['privates''.errored..service_locator.tX54x_B.App\\Entity\\Inspection'NULL'Cannot autowire service ".service_locator.tX54x_B": it references class "App\\Entity\\Inspection" but no such service exists.'],
  10453.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  10454.         ], [
  10455.             'inspection' => 'App\\Entity\\Inspection',
  10456.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  10457.         ]);
  10458.     }
  10459.     /**
  10460.      * Gets the private '.service_locator.tlZSeWA' shared service.
  10461.      *
  10462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10463.      */
  10464.     protected function get_ServiceLocator_TlZSeWAService()
  10465.     {
  10466.         return $this->privates['.service_locator.tlZSeWA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10467.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  10468.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  10469.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10470.         ], [
  10471.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  10472.             'stockRepository' => 'App\\Repository\\StockRepository',
  10473.             'translatorInterface' => '?',
  10474.         ]);
  10475.     }
  10476.     /**
  10477.      * Gets the private '.service_locator.tsVxudM' shared service.
  10478.      *
  10479.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10480.      */
  10481.     protected function get_ServiceLocator_TsVxudMService()
  10482.     {
  10483.         return $this->privates['.service_locator.tsVxudM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10484.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10485.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10486.         ], [
  10487.             'entityManager' => '?',
  10488.             'logger' => '?',
  10489.         ]);
  10490.     }
  10491.     /**
  10492.      * Gets the private '.service_locator.tvOWqSY' shared service.
  10493.      *
  10494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10495.      */
  10496.     protected function get_ServiceLocator_TvOWqSYService()
  10497.     {
  10498.         return $this->privates['.service_locator.tvOWqSY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10499.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  10500.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10501.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10502.         ], [
  10503.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  10504.             'entityManager' => '?',
  10505.             'translatorInterface' => '?',
  10506.         ]);
  10507.     }
  10508.     /**
  10509.      * Gets the private '.service_locator.u4Hwrx7' shared service.
  10510.      *
  10511.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10512.      */
  10513.     protected function get_ServiceLocator_U4Hwrx7Service()
  10514.     {
  10515.         return $this->privates['.service_locator.u4Hwrx7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10516.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10517.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10518.         ], [
  10519.             'em' => '?',
  10520.             'translatorInterface' => '?',
  10521.         ]);
  10522.     }
  10523.     /**
  10524.      * Gets the private '.service_locator.uK6PBjB' shared service.
  10525.      *
  10526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10527.      */
  10528.     protected function get_ServiceLocator_UK6PBjBService()
  10529.     {
  10530.         return $this->privates['.service_locator.uK6PBjB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10531.             'intervention' => ['privates''.errored..service_locator.uK6PBjB.App\\Entity\\InterventionSuperClass'NULL'Cannot autowire service ".service_locator.uK6PBjB": it references class "App\\Entity\\InterventionSuperClass" but no such service exists.'],
  10532.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10533.         ], [
  10534.             'intervention' => 'App\\Entity\\InterventionSuperClass',
  10535.             'translatorInterface' => '?',
  10536.         ]);
  10537.     }
  10538.     /**
  10539.      * Gets the private '.service_locator.uXcDtJs' shared service.
  10540.      *
  10541.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10542.      */
  10543.     protected function get_ServiceLocator_UXcDtJsService()
  10544.     {
  10545.         return $this->privates['.service_locator.uXcDtJs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10546.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10547.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10548.             'network' => ['privates''.errored..service_locator.uXcDtJs.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.uXcDtJs": it references class "App\\Entity\\Network" but no such service exists.'],
  10549.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10550.         ], [
  10551.             'em' => '?',
  10552.             'logger' => '?',
  10553.             'network' => 'App\\Entity\\Network',
  10554.             'translatorInterface' => '?',
  10555.         ]);
  10556.     }
  10557.     /**
  10558.      * Gets the private '.service_locator.umipsEM' shared service.
  10559.      *
  10560.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10561.      */
  10562.     protected function get_ServiceLocator_UmipsEMService()
  10563.     {
  10564.         return $this->privates['.service_locator.umipsEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10565.             'agence' => ['privates''.errored..service_locator.umipsEM.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.umipsEM": it references class "App\\Entity\\Agence" but no such service exists.'],
  10566.         ], [
  10567.             'agence' => 'App\\Entity\\Agence',
  10568.         ]);
  10569.     }
  10570.     /**
  10571.      * Gets the private '.service_locator.v.fGnTf' shared service.
  10572.      *
  10573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10574.      */
  10575.     protected function get_ServiceLocator_V_FGnTfService()
  10576.     {
  10577.         return $this->privates['.service_locator.v.fGnTf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10578.             'customer' => ['privates''.errored..service_locator.v.fGnTf.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.v.fGnTf": it references class "App\\Entity\\Customer" but no such service exists.'],
  10579.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10580.         ], [
  10581.             'customer' => 'App\\Entity\\Customer',
  10582.             'logger' => '?',
  10583.         ]);
  10584.     }
  10585.     /**
  10586.      * Gets the private '.service_locator.vUdv.fr' shared service.
  10587.      *
  10588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10589.      */
  10590.     protected function get_ServiceLocator_VUdv_FrService()
  10591.     {
  10592.         return $this->privates['.service_locator.vUdv.fr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10593.             'produit' => ['privates''.errored..service_locator.vUdv.fr.App\\Entity\\Produit'NULL'Cannot autowire service ".service_locator.vUdv.fr": it references class "App\\Entity\\Produit" but no such service exists.'],
  10594.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10595.         ], [
  10596.             'produit' => 'App\\Entity\\Produit',
  10597.             'translatorInterface' => '?',
  10598.         ]);
  10599.     }
  10600.     /**
  10601.      * Gets the private '.service_locator.vtU7QCE' shared service.
  10602.      *
  10603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10604.      */
  10605.     protected function get_ServiceLocator_VtU7QCEService()
  10606.     {
  10607.         return $this->privates['.service_locator.vtU7QCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10608.             'koboDataManager' => ['privates''App\\Manager\\KoboDataManager''getKoboDataManagerService'false],
  10609.             'trans' => ['services''translator''getTranslatorService'false],
  10610.         ], [
  10611.             'koboDataManager' => 'App\\Manager\\KoboDataManager',
  10612.             'trans' => '?',
  10613.         ]);
  10614.     }
  10615.     /**
  10616.      * Gets the private '.service_locator.w4KxZIX' shared service.
  10617.      *
  10618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10619.      */
  10620.     protected function get_ServiceLocator_W4KxZIXService()
  10621.     {
  10622.         return $this->privates['.service_locator.w4KxZIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10623.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10624.             'zone' => ['privates''.errored..service_locator.w4KxZIX.App\\Entity\\Zone'NULL'Cannot autowire service ".service_locator.w4KxZIX": it references class "App\\Entity\\Zone" but no such service exists.'],
  10625.         ], [
  10626.             'translatorInterface' => '?',
  10627.             'zone' => 'App\\Entity\\Zone',
  10628.         ]);
  10629.     }
  10630.     /**
  10631.      * Gets the private '.service_locator.wLAEMIx' shared service.
  10632.      *
  10633.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10634.      */
  10635.     protected function get_ServiceLocator_WLAEMIxService()
  10636.     {
  10637.         return $this->privates['.service_locator.wLAEMIx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10638.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  10639.         ], [
  10640.             'customerManager' => 'App\\Manager\\CustomerManager',
  10641.         ]);
  10642.     }
  10643.     /**
  10644.      * Gets the private '.service_locator.wPSJBV5' shared service.
  10645.      *
  10646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10647.      */
  10648.     protected function get_ServiceLocator_WPSJBV5Service()
  10649.     {
  10650.         return $this->privates['.service_locator.wPSJBV5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10651.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10652.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  10653.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10654.         ], [
  10655.             'em' => '?',
  10656.             'roleHelper' => 'App\\Helper\\RoleHelper',
  10657.             'translatorInterface' => '?',
  10658.         ]);
  10659.     }
  10660.     /**
  10661.      * Gets the private '.service_locator.wX2sFUE' shared service.
  10662.      *
  10663.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10664.      */
  10665.     protected function get_ServiceLocator_WX2sFUEService()
  10666.     {
  10667.         return $this->privates['.service_locator.wX2sFUE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10668.             'processor' => ['privates''App\\Processor\\CodeMassUploadProcessor''getCodeMassUploadProcessorService'false],
  10669.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10670.         ], [
  10671.             'processor' => 'App\\Processor\\CodeMassUploadProcessor',
  10672.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10673.         ]);
  10674.     }
  10675.     /**
  10676.      * Gets the private '.service_locator.wtUBix8' shared service.
  10677.      *
  10678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10679.      */
  10680.     protected function get_ServiceLocator_WtUBix8Service()
  10681.     {
  10682.         return $this->privates['.service_locator.wtUBix8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10683.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10684.             'network' => ['privates''.errored..service_locator.wtUBix8.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.wtUBix8": it references class "App\\Entity\\Network" but no such service exists.'],
  10685.         ], [
  10686.             'em' => '?',
  10687.             'network' => 'App\\Entity\\Network',
  10688.         ]);
  10689.     }
  10690.     /**
  10691.      * Gets the private '.service_locator.xKndLFS' shared service.
  10692.      *
  10693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10694.      */
  10695.     protected function get_ServiceLocator_XKndLFSService()
  10696.     {
  10697.         return $this->privates['.service_locator.xKndLFS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10698.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10699.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  10700.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10701.             'zoneManager' => ['privates''App\\Manager\\ZoneManager''getZoneManagerService'false],
  10702.         ], [
  10703.             'em' => '?',
  10704.             'paginatorInterface' => '?',
  10705.             'translatorInterface' => '?',
  10706.             'zoneManager' => 'App\\Manager\\ZoneManager',
  10707.         ]);
  10708.     }
  10709.     /**
  10710.      * Gets the private '.service_locator.xtbVpKN' shared service.
  10711.      *
  10712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10713.      */
  10714.     protected function get_ServiceLocator_XtbVpKNService()
  10715.     {
  10716.         return $this->privates['.service_locator.xtbVpKN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10717.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  10718.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  10719.             'tokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  10720.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10721.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10722.         ], [
  10723.             'dispatcher' => '?',
  10724.             'roleHelper' => 'App\\Helper\\RoleHelper',
  10725.             'tokenGenerator' => '?',
  10726.             'translatorInterface' => '?',
  10727.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10728.         ]);
  10729.     }
  10730.     /**
  10731.      * Gets the private '.service_locator.y0XNB5K' shared service.
  10732.      *
  10733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10734.      */
  10735.     protected function get_ServiceLocator_Y0XNB5KService()
  10736.     {
  10737.         return $this->privates['.service_locator.y0XNB5K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10738.             'zone' => ['privates''.errored..service_locator.y0XNB5K.App\\Entity\\Zone'NULL'Cannot autowire service ".service_locator.y0XNB5K": it references class "App\\Entity\\Zone" but no such service exists.'],
  10739.         ], [
  10740.             'zone' => 'App\\Entity\\Zone',
  10741.         ]);
  10742.     }
  10743.     /**
  10744.      * Gets the private '.service_locator.yN4kj38' shared service.
  10745.      *
  10746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10747.      */
  10748.     protected function get_ServiceLocator_YN4kj38Service()
  10749.     {
  10750.         return $this->privates['.service_locator.yN4kj38'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10751.             'receptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  10752.         ], [
  10753.             'receptionRepository' => 'App\\Repository\\ReceptionRepository',
  10754.         ]);
  10755.     }
  10756.     /**
  10757.      * Gets the private '.service_locator.ybKz26V' shared service.
  10758.      *
  10759.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10760.      */
  10761.     protected function get_ServiceLocator_YbKz26VService()
  10762.     {
  10763.         return $this->privates['.service_locator.ybKz26V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10764.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  10765.             'projectManager' => ['privates''App\\Manager\\ProjectManager''getProjectManagerService'false],
  10766.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10767.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10768.         ], [
  10769.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  10770.             'projectManager' => 'App\\Manager\\ProjectManager',
  10771.             'translatorInterface' => '?',
  10772.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10773.         ]);
  10774.     }
  10775.     /**
  10776.      * Gets the private '.service_locator.ykpsXIg' shared service.
  10777.      *
  10778.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10779.      */
  10780.     protected function get_ServiceLocator_YkpsXIgService()
  10781.     {
  10782.         return $this->privates['.service_locator.ykpsXIg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10783.             'item' => ['privates''.errored..service_locator.ykpsXIg.App\\Entity\\Mouvement'NULL'Cannot autowire service ".service_locator.ykpsXIg": it references class "App\\Entity\\Mouvement" but no such service exists.'],
  10784.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  10785.             'trans' => ['services''translator''getTranslatorService'false],
  10786.         ], [
  10787.             'item' => 'App\\Entity\\Mouvement',
  10788.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  10789.             'trans' => '?',
  10790.         ]);
  10791.     }
  10792.     /**
  10793.      * Gets the private '.service_locator.zVpJGgr' shared service.
  10794.      *
  10795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10796.      */
  10797.     protected function get_ServiceLocator_ZVpJGgrService()
  10798.     {
  10799.         return $this->privates['.service_locator.zVpJGgr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10800.             'planifiedMaintenance' => ['privates''.errored..service_locator.zVpJGgr.App\\Entity\\PlanifiedMaintenance'NULL'Cannot autowire service ".service_locator.zVpJGgr": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.'],
  10801.         ], [
  10802.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  10803.         ]);
  10804.     }
  10805.     /**
  10806.      * Gets the private '.service_locator.zZantHl' shared service.
  10807.      *
  10808.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10809.      */
  10810.     protected function get_ServiceLocator_ZZantHlService()
  10811.     {
  10812.         return $this->privates['.service_locator.zZantHl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10813.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  10814.             'moveRequest' => ['privates''.errored..service_locator.zZantHl.App\\Entity\\ProspectMoveRequest'NULL'Cannot autowire service ".service_locator.zZantHl": it references class "App\\Entity\\ProspectMoveRequest" but no such service exists.'],
  10815.         ], [
  10816.             'manager' => 'App\\Manager\\MoveRequestManager',
  10817.             'moveRequest' => 'App\\Entity\\ProspectMoveRequest',
  10818.         ]);
  10819.     }
  10820.     /**
  10821.      * Gets the private '.service_locator.zblkmLu' shared service.
  10822.      *
  10823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10824.      */
  10825.     protected function get_ServiceLocator_ZblkmLuService()
  10826.     {
  10827.         return $this->privates['.service_locator.zblkmLu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10828.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  10829.         ], [
  10830.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  10831.         ]);
  10832.     }
  10833.     /**
  10834.      * Gets the private '.service_locator.zqb86X4' shared service.
  10835.      *
  10836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10837.      */
  10838.     protected function get_ServiceLocator_Zqb86X4Service()
  10839.     {
  10840.         return $this->privates['.service_locator.zqb86X4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10841.             'agence' => ['privates''.errored..service_locator.zqb86X4.App\\Entity\\Agence'NULL'Cannot autowire service ".service_locator.zqb86X4": it references class "App\\Entity\\Agence" but no such service exists.'],
  10842.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  10843.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10844.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10845.         ], [
  10846.             'agence' => 'App\\Entity\\Agence',
  10847.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  10848.             'entityManager' => '?',
  10849.             'translatorInterface' => '?',
  10850.         ]);
  10851.     }
  10852.     /**
  10853.      * Gets the private '.session.deprecated' shared service.
  10854.      *
  10855.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  10856.      */
  10857.     protected function get_Session_DeprecatedService()
  10858.     {
  10859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  10860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  10861.         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();
  10862.     }
  10863.     /**
  10864.      * Gets the private '.twig.command.debug.lazy' shared service.
  10865.      *
  10866.      * @return \Symfony\Component\Console\Command\LazyCommand
  10867.      */
  10868.     protected function get_Twig_Command_Debug_LazyService()
  10869.     {
  10870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10872.         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 {
  10873.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  10874.         });
  10875.     }
  10876.     /**
  10877.      * Gets the private '.twig.command.lint.lazy' shared service.
  10878.      *
  10879.      * @return \Symfony\Component\Console\Command\LazyCommand
  10880.      */
  10881.     protected function get_Twig_Command_Lint_LazyService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10885.         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 {
  10886.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  10887.         });
  10888.     }
  10889.     /**
  10890.      * Gets the private 'App\Command\AddMissingsTransactionAggCommand' shared autowired service.
  10891.      *
  10892.      * @return \App\Command\AddMissingsTransactionAggCommand
  10893.      */
  10894.     protected function getAddMissingsTransactionAggCommandService()
  10895.     {
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10897.         include_once \dirname(__DIR__4).'/src/Command/AddMissingsTransactionAggCommand.php';
  10898.         $this->privates['App\\Command\\AddMissingsTransactionAggCommand'] = $instance = new \App\Command\AddMissingsTransactionAggCommand(($this->services['App\\Controller\\ProjectController'] ?? $this->getProjectControllerService()), ($this->services['App\\Controller\\ProspectController'] ?? $this->getProspectController2Service()), ($this->services['App\\Controller\\StatsController'] ?? $this->getStatsControllerService()), ($this->privates['App\\Processor\\CodeProcessor'] ?? $this->getCodeProcessorService()), ($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  10899.         $instance->setName('add-missings-transaction-agg');
  10900.         $instance->setDescription('Add a short description for your command');
  10901.         return $instance;
  10902.     }
  10903.     /**
  10904.      * Gets the private 'App\EventListener\AuthenticationSuccessListener' shared autowired service.
  10905.      *
  10906.      * @return \App\EventListener\AuthenticationSuccessListener
  10907.      */
  10908.     protected function getAuthenticationSuccessListenerService()
  10909.     {
  10910.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  10911.         return $this->privates['App\\EventListener\\AuthenticationSuccessListener'] = new \App\EventListener\AuthenticationSuccessListener($this->getEnv('string:host').'env(user_picture_dir)%', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10912.     }
  10913.     /**
  10914.      * Gets the private 'App\EventListener\DataRecordUploadListener' shared autowired service.
  10915.      *
  10916.      * @return \App\EventListener\DataRecordUploadListener
  10917.      */
  10918.     protected function getDataRecordUploadListenerService()
  10919.     {
  10920.         include_once \dirname(__DIR__4).'/src/EventListener/DataRecordUploadListener.php';
  10921.         return $this->privates['App\\EventListener\\DataRecordUploadListener'] = new \App\EventListener\DataRecordUploadListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10922.     }
  10923.     /**
  10924.      * Gets the private 'App\EventListener\ProjectWorkflowListener' shared autowired service.
  10925.      *
  10926.      * @return \App\EventListener\ProjectWorkflowListener
  10927.      */
  10928.     protected function getProjectWorkflowListenerService()
  10929.     {
  10930.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
  10931.         include_once \dirname(__DIR__4).'/src/EventListener/ProjectWorkflowListener.php';
  10932.         return $this->privates['App\\EventListener\\ProjectWorkflowListener'] = new \App\EventListener\ProjectWorkflowListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()));
  10933.     }
  10934.     /**
  10935.      * Gets the private 'App\EventListener\RegistrationListener' shared autowired service.
  10936.      *
  10937.      * @return \App\EventListener\RegistrationListener
  10938.      */
  10939.     protected function getRegistrationListenerService()
  10940.     {
  10941.         include_once \dirname(__DIR__4).'/src/EventListener/RegistrationListener.php';
  10942.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  10943.         if (isset($this->privates['App\\EventListener\\RegistrationListener'])) {
  10944.             return $this->privates['App\\EventListener\\RegistrationListener'];
  10945.         }
  10946.         return $this->privates['App\\EventListener\\RegistrationListener'] = new \App\EventListener\RegistrationListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a, ($this->services['router'] ?? $this->getRouterService()));
  10947.     }
  10948.     /**
  10949.      * Gets the private 'App\EventSubscriber\UserLocaleSubscriber' shared autowired service.
  10950.      *
  10951.      * @return \App\EventSubscriber\UserLocaleSubscriber
  10952.      */
  10953.     protected function getUserLocaleSubscriberService()
  10954.     {
  10955.         include_once \dirname(__DIR__4).'/src/EventSubscriber/UserLocaleSubscriber.php';
  10956.         return $this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] = new \App\EventSubscriber\UserLocaleSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  10957.     }
  10958.     /**
  10959.      * Gets the private 'App\Form\StockType' shared autowired service.
  10960.      *
  10961.      * @return \App\Form\StockType
  10962.      */
  10963.     protected function getStockTypeService()
  10964.     {
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10967.         include_once \dirname(__DIR__4).'/src/Form/StockType.php';
  10968.         return $this->privates['App\\Form\\StockType'] = new \App\Form\StockType();
  10969.     }
  10970.     /**
  10971.      * Gets the private 'App\Form\Type\AgenceFormType' shared autowired service.
  10972.      *
  10973.      * @return \App\Form\Type\AgenceFormType
  10974.      */
  10975.     protected function getAgenceFormTypeService()
  10976.     {
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10979.         include_once \dirname(__DIR__4).'/src/Form/Type/AgenceFormType.php';
  10980.         return $this->privates['App\\Form\\Type\\AgenceFormType'] = new \App\Form\Type\AgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10981.     }
  10982.     /**
  10983.      * Gets the private 'App\Form\Type\ArticleClientEditFormType' shared autowired service.
  10984.      *
  10985.      * @return \App\Form\Type\ArticleClientEditFormType
  10986.      */
  10987.     protected function getArticleClientEditFormTypeService()
  10988.     {
  10989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10991.         include_once \dirname(__DIR__4).'/src/Form/Type/ArticleClientEditFormType.php';
  10992.         return $this->privates['App\\Form\\Type\\ArticleClientEditFormType'] = new \App\Form\Type\ArticleClientEditFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10993.     }
  10994.     /**
  10995.      * Gets the private 'App\Form\Type\ArticleClientFormType' shared autowired service.
  10996.      *
  10997.      * @return \App\Form\Type\ArticleClientFormType
  10998.      */
  10999.     protected function getArticleClientFormTypeService()
  11000.     {
  11001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11003.         include_once \dirname(__DIR__4).'/src/Form/Type/ArticleClientFormType.php';
  11004.         return $this->privates['App\\Form\\Type\\ArticleClientFormType'] = new \App\Form\Type\ArticleClientFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11005.     }
  11006.     /**
  11007.      * Gets the private 'App\Form\Type\AttachedFileFormType' shared autowired service.
  11008.      *
  11009.      * @return \App\Form\Type\AttachedFileFormType
  11010.      */
  11011.     protected function getAttachedFileFormTypeService()
  11012.     {
  11013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11015.         include_once \dirname(__DIR__4).'/src/Form/Type/AttachedFileFormType.php';
  11016.         return $this->privates['App\\Form\\Type\\AttachedFileFormType'] = new \App\Form\Type\AttachedFileFormType();
  11017.     }
  11018.     /**
  11019.      * Gets the private 'App\Form\Type\BuildingFormType' shared autowired service.
  11020.      *
  11021.      * @return \App\Form\Type\BuildingFormType
  11022.      */
  11023.     protected function getBuildingFormTypeService()
  11024.     {
  11025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11027.         include_once \dirname(__DIR__4).'/src/Form/Type/BuildingFormType.php';
  11028.         return $this->privates['App\\Form\\Type\\BuildingFormType'] = new \App\Form\Type\BuildingFormType($this->getEnv('building_picture_dir'));
  11029.     }
  11030.     /**
  11031.      * Gets the private 'App\Form\Type\CaisseFormType' shared autowired service.
  11032.      *
  11033.      * @return \App\Form\Type\CaisseFormType
  11034.      */
  11035.     protected function getCaisseFormTypeService()
  11036.     {
  11037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11039.         include_once \dirname(__DIR__4).'/src/Form/Type/CaisseFormType.php';
  11040.         return $this->privates['App\\Form\\Type\\CaisseFormType'] = new \App\Form\Type\CaisseFormType();
  11041.     }
  11042.     /**
  11043.      * Gets the private 'App\Form\Type\CaracteristiqueCommercialeFormType' shared autowired service.
  11044.      *
  11045.      * @return \App\Form\Type\CaracteristiqueCommercialeFormType
  11046.      */
  11047.     protected function getCaracteristiqueCommercialeFormTypeService()
  11048.     {
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11051.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueCommercialeFormType.php';
  11052.         return $this->privates['App\\Form\\Type\\CaracteristiqueCommercialeFormType'] = new \App\Form\Type\CaracteristiqueCommercialeFormType();
  11053.     }
  11054.     /**
  11055.      * Gets the private 'App\Form\Type\CaracteristiqueGeneraleFormType' shared autowired service.
  11056.      *
  11057.      * @return \App\Form\Type\CaracteristiqueGeneraleFormType
  11058.      */
  11059.     protected function getCaracteristiqueGeneraleFormTypeService()
  11060.     {
  11061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11063.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php';
  11064.         return $this->privates['App\\Form\\Type\\CaracteristiqueGeneraleFormType'] = new \App\Form\Type\CaracteristiqueGeneraleFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11065.     }
  11066.     /**
  11067.      * Gets the private 'App\Form\Type\CaracteristiqueTechniqueFormType' shared autowired service.
  11068.      *
  11069.      * @return \App\Form\Type\CaracteristiqueTechniqueFormType
  11070.      */
  11071.     protected function getCaracteristiqueTechniqueFormTypeService()
  11072.     {
  11073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11075.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueTechniqueFormType.php';
  11076.         return $this->privates['App\\Form\\Type\\CaracteristiqueTechniqueFormType'] = new \App\Form\Type\CaracteristiqueTechniqueFormType();
  11077.     }
  11078.     /**
  11079.      * Gets the private 'App\Form\Type\CategorieFormType' shared autowired service.
  11080.      *
  11081.      * @return \App\Form\Type\CategorieFormType
  11082.      */
  11083.     protected function getCategorieFormTypeService()
  11084.     {
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11087.         include_once \dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php';
  11088.         return $this->privates['App\\Form\\Type\\CategorieFormType'] = new \App\Form\Type\CategorieFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11089.     }
  11090.     /**
  11091.      * Gets the private 'App\Form\Type\ChangementKitDefectueuxType' shared autowired service.
  11092.      *
  11093.      * @return \App\Form\Type\ChangementKitDefectueuxType
  11094.      */
  11095.     protected function getChangementKitDefectueuxTypeService()
  11096.     {
  11097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11099.         include_once \dirname(__DIR__4).'/src/Form/Type/ChangementKitDefectueuxType.php';
  11100.         return $this->privates['App\\Form\\Type\\ChangementKitDefectueuxType'] = new \App\Form\Type\ChangementKitDefectueuxType();
  11101.     }
  11102.     /**
  11103.      * Gets the private 'App\Form\Type\ChangementKitFormType' shared autowired service.
  11104.      *
  11105.      * @return \App\Form\Type\ChangementKitFormType
  11106.      */
  11107.     protected function getChangementKitFormTypeService()
  11108.     {
  11109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11111.         include_once \dirname(__DIR__4).'/src/Form/Type/ChangementKitFormType.php';
  11112.         return $this->privates['App\\Form\\Type\\ChangementKitFormType'] = new \App\Form\Type\ChangementKitFormType();
  11113.     }
  11114.     /**
  11115.      * Gets the private 'App\Form\Type\ChangementKitRemplacementType' shared autowired service.
  11116.      *
  11117.      * @return \App\Form\Type\ChangementKitRemplacementType
  11118.      */
  11119.     protected function getChangementKitRemplacementTypeService()
  11120.     {
  11121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11123.         include_once \dirname(__DIR__4).'/src/Form/Type/ChangementKitRemplacementType.php';
  11124.         return $this->privates['App\\Form\\Type\\ChangementKitRemplacementType'] = new \App\Form\Type\ChangementKitRemplacementType();
  11125.     }
  11126.     /**
  11127.      * Gets the private 'App\Form\Type\ClientFormType' shared autowired service.
  11128.      *
  11129.      * @return \App\Form\Type\ClientFormType
  11130.      */
  11131.     protected function getClientFormTypeService()
  11132.     {
  11133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11135.         include_once \dirname(__DIR__4).'/src/Form/Type/ClientFormType.php';
  11136.         return $this->privates['App\\Form\\Type\\ClientFormType'] = new \App\Form\Type\ClientFormType($this->getEnv('user_picture_dir'), $this->getEnv('building_picture_dir'), $this->getEnv('customer_contract_dir'), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11137.     }
  11138.     /**
  11139.      * Gets the private 'App\Form\Type\CodeGenerationWithPaymentFormType' shared autowired service.
  11140.      *
  11141.      * @return \App\Form\Type\CodeGenerationWithPaymentFormType
  11142.      */
  11143.     protected function getCodeGenerationWithPaymentFormTypeService()
  11144.     {
  11145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11147.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeGenerationWithPaymentFormType.php';
  11148.         return $this->privates['App\\Form\\Type\\CodeGenerationWithPaymentFormType'] = new \App\Form\Type\CodeGenerationWithPaymentFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11149.     }
  11150.     /**
  11151.      * Gets the private 'App\Form\Type\CodeGenerationWithoutPaymentFormType' shared autowired service.
  11152.      *
  11153.      * @return \App\Form\Type\CodeGenerationWithoutPaymentFormType
  11154.      */
  11155.     protected function getCodeGenerationWithoutPaymentFormTypeService()
  11156.     {
  11157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11159.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeGenerationWithoutPaymentFormType.php';
  11160.         return $this->privates['App\\Form\\Type\\CodeGenerationWithoutPaymentFormType'] = new \App\Form\Type\CodeGenerationWithoutPaymentFormType();
  11161.     }
  11162.     /**
  11163.      * Gets the private 'App\Form\Type\CodeMassUploadFormType' shared autowired service.
  11164.      *
  11165.      * @return \App\Form\Type\CodeMassUploadFormType
  11166.      */
  11167.     protected function getCodeMassUploadFormTypeService()
  11168.     {
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11171.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeMassUploadFormType.php';
  11172.         return $this->privates['App\\Form\\Type\\CodeMassUploadFormType'] = new \App\Form\Type\CodeMassUploadFormType($this->getEnv('code_mass_upload_dir'));
  11173.     }
  11174.     /**
  11175.      * Gets the private 'App\Form\Type\CommissionFormType' shared autowired service.
  11176.      *
  11177.      * @return \App\Form\Type\CommissionFormType
  11178.      */
  11179.     protected function getCommissionFormTypeService()
  11180.     {
  11181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11183.         include_once \dirname(__DIR__4).'/src/Form/Type/CommissionFormType.php';
  11184.         return $this->privates['App\\Form\\Type\\CommissionFormType'] = new \App\Form\Type\CommissionFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11185.     }
  11186.     /**
  11187.      * Gets the private 'App\Form\Type\CommissionNanoEntrepreneurFormType' shared autowired service.
  11188.      *
  11189.      * @return \App\Form\Type\CommissionNanoEntrepreneurFormType
  11190.      */
  11191.     protected function getCommissionNanoEntrepreneurFormTypeService()
  11192.     {
  11193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11195.         include_once \dirname(__DIR__4).'/src/Form/Type/CommissionNanoEntrepreneurFormType.php';
  11196.         return $this->privates['App\\Form\\Type\\CommissionNanoEntrepreneurFormType'] = new \App\Form\Type\CommissionNanoEntrepreneurFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11197.     }
  11198.     /**
  11199.      * Gets the private 'App\Form\Type\DesinstallationMaterielFormType' shared autowired service.
  11200.      *
  11201.      * @return \App\Form\Type\DesinstallationMaterielFormType
  11202.      */
  11203.     protected function getDesinstallationMaterielFormTypeService()
  11204.     {
  11205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11207.         include_once \dirname(__DIR__4).'/src/Form/Type/DesinstallationMaterielFormType.php';
  11208.         return $this->privates['App\\Form\\Type\\DesinstallationMaterielFormType'] = new \App\Form\Type\DesinstallationMaterielFormType();
  11209.     }
  11210.     /**
  11211.      * Gets the private 'App\Form\Type\DeviceCustomerFormType' shared autowired service.
  11212.      *
  11213.      * @return \App\Form\Type\DeviceCustomerFormType
  11214.      */
  11215.     protected function getDeviceCustomerFormTypeService()
  11216.     {
  11217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11219.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceCustomerFormType.php';
  11220.         return $this->privates['App\\Form\\Type\\DeviceCustomerFormType'] = new \App\Form\Type\DeviceCustomerFormType();
  11221.     }
  11222.     /**
  11223.      * Gets the private 'App\Form\Type\DeviceDimensionFormType' shared autowired service.
  11224.      *
  11225.      * @return \App\Form\Type\DeviceDimensionFormType
  11226.      */
  11227.     protected function getDeviceDimensionFormTypeService()
  11228.     {
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11231.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceDimensionFormType.php';
  11232.         return $this->privates['App\\Form\\Type\\DeviceDimensionFormType'] = new \App\Form\Type\DeviceDimensionFormType();
  11233.     }
  11234.     /**
  11235.      * Gets the private 'App\Form\Type\DeviceFormType' shared autowired service.
  11236.      *
  11237.      * @return \App\Form\Type\DeviceFormType
  11238.      */
  11239.     protected function getDeviceFormTypeService()
  11240.     {
  11241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11243.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php';
  11244.         return $this->privates['App\\Form\\Type\\DeviceFormType'] = new \App\Form\Type\DeviceFormType($this->getEnv('device_picture_dir'), $this->getEnv('device_attached_file_dir'), ($this->services['translator'] ?? $this->getTranslatorService()));
  11245.     }
  11246.     /**
  11247.      * Gets the private 'App\Form\Type\EntrepreneurChangeFormType' shared autowired service.
  11248.      *
  11249.      * @return \App\Form\Type\EntrepreneurChangeFormType
  11250.      */
  11251.     protected function getEntrepreneurChangeFormTypeService()
  11252.     {
  11253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11255.         include_once \dirname(__DIR__4).'/src/Form/Type/EntrepreneurChangeFormType.php';
  11256.         return $this->privates['App\\Form\\Type\\EntrepreneurChangeFormType'] = new \App\Form\Type\EntrepreneurChangeFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11257.     }
  11258.     /**
  11259.      * Gets the private 'App\Form\Type\FabricationFormType' shared autowired service.
  11260.      *
  11261.      * @return \App\Form\Type\FabricationFormType
  11262.      */
  11263.     protected function getFabricationFormTypeService()
  11264.     {
  11265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11267.         include_once \dirname(__DIR__4).'/src/Form/Type/FabricationFormType.php';
  11268.         return $this->privates['App\\Form\\Type\\FabricationFormType'] = new \App\Form\Type\FabricationFormType();
  11269.     }
  11270.     /**
  11271.      * Gets the private 'App\Form\Type\FacturationFormType' shared autowired service.
  11272.      *
  11273.      * @return \App\Form\Type\FacturationFormType
  11274.      */
  11275.     protected function getFacturationFormTypeService()
  11276.     {
  11277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11279.         include_once \dirname(__DIR__4).'/src/Form/Type/FacturationFormType.php';
  11280.         return $this->privates['App\\Form\\Type\\FacturationFormType'] = new \App\Form\Type\FacturationFormType($this);
  11281.     }
  11282.     /**
  11283.      * Gets the private 'App\Form\Type\FournisseurFormType' shared autowired service.
  11284.      *
  11285.      * @return \App\Form\Type\FournisseurFormType
  11286.      */
  11287.     protected function getFournisseurFormTypeService()
  11288.     {
  11289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11291.         include_once \dirname(__DIR__4).'/src/Form/Type/FournisseurFormType.php';
  11292.         return $this->privates['App\\Form\\Type\\FournisseurFormType'] = new \App\Form\Type\FournisseurFormType();
  11293.     }
  11294.     /**
  11295.      * Gets the private 'App\Form\Type\GestionnaireFormType' shared autowired service.
  11296.      *
  11297.      * @return \App\Form\Type\GestionnaireFormType
  11298.      */
  11299.     protected function getGestionnaireFormTypeService()
  11300.     {
  11301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11303.         include_once \dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php';
  11304.         return $this->privates['App\\Form\\Type\\GestionnaireFormType'] = new \App\Form\Type\GestionnaireFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11305.     }
  11306.     /**
  11307.      * Gets the private 'App\Form\Type\IdentificationFormType' shared autowired service.
  11308.      *
  11309.      * @return \App\Form\Type\IdentificationFormType
  11310.      */
  11311.     protected function getIdentificationFormTypeService()
  11312.     {
  11313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11315.         include_once \dirname(__DIR__4).'/src/Form/Type/IdentificationFormType.php';
  11316.         return $this->privates['App\\Form\\Type\\IdentificationFormType'] = new \App\Form\Type\IdentificationFormType();
  11317.     }
  11318.     /**
  11319.      * Gets the private 'App\Form\Type\InspectionFormType' shared autowired service.
  11320.      *
  11321.      * @return \App\Form\Type\InspectionFormType
  11322.      */
  11323.     protected function getInspectionFormTypeService()
  11324.     {
  11325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11327.         include_once \dirname(__DIR__4).'/src/Form/Type/InspectionFormType.php';
  11328.         return $this->privates['App\\Form\\Type\\InspectionFormType'] = new \App\Form\Type\InspectionFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11329.     }
  11330.     /**
  11331.      * Gets the private 'App\Form\Type\InterventionChoiceFormType' shared autowired service.
  11332.      *
  11333.      * @return \App\Form\Type\InterventionChoiceFormType
  11334.      */
  11335.     protected function getInterventionChoiceFormTypeService()
  11336.     {
  11337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11339.         include_once \dirname(__DIR__4).'/src/Form/Type/InterventionChoiceFormType.php';
  11340.         return $this->privates['App\\Form\\Type\\InterventionChoiceFormType'] = new \App\Form\Type\InterventionChoiceFormType();
  11341.     }
  11342.     /**
  11343.      * Gets the private 'App\Form\Type\Intervention\FixFormType' shared autowired service.
  11344.      *
  11345.      * @return \App\Form\Type\Intervention\FixFormType
  11346.      */
  11347.     protected function getFixFormTypeService()
  11348.     {
  11349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11351.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/FixFormType.php';
  11352.         return $this->privates['App\\Form\\Type\\Intervention\\FixFormType'] = new \App\Form\Type\Intervention\FixFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11353.     }
  11354.     /**
  11355.      * Gets the private 'App\Form\Type\Intervention\MaintenanceFormType' shared autowired service.
  11356.      *
  11357.      * @return \App\Form\Type\Intervention\MaintenanceFormType
  11358.      */
  11359.     protected function getMaintenanceFormTypeService()
  11360.     {
  11361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11363.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/MaintenanceFormType.php';
  11364.         return $this->privates['App\\Form\\Type\\Intervention\\MaintenanceFormType'] = new \App\Form\Type\Intervention\MaintenanceFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11365.     }
  11366.     /**
  11367.      * Gets the private 'App\Form\Type\Intervention\RecordFormType' shared autowired service.
  11368.      *
  11369.      * @return \App\Form\Type\Intervention\RecordFormType
  11370.      */
  11371.     protected function getRecordFormTypeService()
  11372.     {
  11373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11375.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/RecordFormType.php';
  11376.         return $this->privates['App\\Form\\Type\\Intervention\\RecordFormType'] = new \App\Form\Type\Intervention\RecordFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11377.     }
  11378.     /**
  11379.      * Gets the private 'App\Form\Type\Intervention\TaskFormType' shared autowired service.
  11380.      *
  11381.      * @return \App\Form\Type\Intervention\TaskFormType
  11382.      */
  11383.     protected function getTaskFormTypeService()
  11384.     {
  11385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11387.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/TaskFormType.php';
  11388.         return $this->privates['App\\Form\\Type\\Intervention\\TaskFormType'] = new \App\Form\Type\Intervention\TaskFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11389.     }
  11390.     /**
  11391.      * Gets the private 'App\Form\Type\InventaireFormType' shared autowired service.
  11392.      *
  11393.      * @return \App\Form\Type\InventaireFormType
  11394.      */
  11395.     protected function getInventaireFormTypeService()
  11396.     {
  11397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11399.         include_once \dirname(__DIR__4).'/src/Form/Type/InventaireFormType.php';
  11400.         return $this->privates['App\\Form\\Type\\InventaireFormType'] = new \App\Form\Type\InventaireFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11401.     }
  11402.     /**
  11403.      * Gets the private 'App\Form\Type\KoboFormType' shared autowired service.
  11404.      *
  11405.      * @return \App\Form\Type\KoboFormType
  11406.      */
  11407.     protected function getKoboFormTypeService()
  11408.     {
  11409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11411.         include_once \dirname(__DIR__4).'/src/Form/Type/KoboFormType.php';
  11412.         return $this->privates['App\\Form\\Type\\KoboFormType'] = new \App\Form\Type\KoboFormType();
  11413.     }
  11414.     /**
  11415.      * Gets the private 'App\Form\Type\LocalAgenceFormType' shared autowired service.
  11416.      *
  11417.      * @return \App\Form\Type\LocalAgenceFormType
  11418.      */
  11419.     protected function getLocalAgenceFormTypeService()
  11420.     {
  11421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11423.         include_once \dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php';
  11424.         return $this->privates['App\\Form\\Type\\LocalAgenceFormType'] = new \App\Form\Type\LocalAgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11425.     }
  11426.     /**
  11427.      * Gets the private 'App\Form\Type\LocalizationFormType' shared autowired service.
  11428.      *
  11429.      * @return \App\Form\Type\LocalizationFormType
  11430.      */
  11431.     protected function getLocalizationFormTypeService()
  11432.     {
  11433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11435.         include_once \dirname(__DIR__4).'/src/Form/Type/LocalizationFormType.php';
  11436.         return $this->privates['App\\Form\\Type\\LocalizationFormType'] = new \App\Form\Type\LocalizationFormType();
  11437.     }
  11438.     /**
  11439.      * Gets the private 'App\Form\Type\MaintenanceFrequencyFormType' shared autowired service.
  11440.      *
  11441.      * @return \App\Form\Type\MaintenanceFrequencyFormType
  11442.      */
  11443.     protected function getMaintenanceFrequencyFormTypeService()
  11444.     {
  11445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11447.         include_once \dirname(__DIR__4).'/src/Form/Type/MaintenanceFrequencyFormType.php';
  11448.         return $this->privates['App\\Form\\Type\\MaintenanceFrequencyFormType'] = new \App\Form\Type\MaintenanceFrequencyFormType();
  11449.     }
  11450.     /**
  11451.      * Gets the private 'App\Form\Type\MaterielAssocieFormType' shared autowired service.
  11452.      *
  11453.      * @return \App\Form\Type\MaterielAssocieFormType
  11454.      */
  11455.     protected function getMaterielAssocieFormTypeService()
  11456.     {
  11457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11459.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormType.php';
  11460.         return $this->privates['App\\Form\\Type\\MaterielAssocieFormType'] = new \App\Form\Type\MaterielAssocieFormType();
  11461.     }
  11462.     /**
  11463.      * Gets the private 'App\Form\Type\MaterielAssocieFormTypeOld' shared autowired service.
  11464.      *
  11465.      * @return \App\Form\Type\MaterielAssocieFormTypeOld
  11466.      */
  11467.     protected function getMaterielAssocieFormTypeOldService()
  11468.     {
  11469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11471.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormTypeOld.php';
  11472.         return $this->privates['App\\Form\\Type\\MaterielAssocieFormTypeOld'] = new \App\Form\Type\MaterielAssocieFormTypeOld(($this->services['translator'] ?? $this->getTranslatorService()));
  11473.     }
  11474.     /**
  11475.      * Gets the private 'App\Form\Type\MaterielChangementDeKitFormType' shared autowired service.
  11476.      *
  11477.      * @return \App\Form\Type\MaterielChangementDeKitFormType
  11478.      */
  11479.     protected function getMaterielChangementDeKitFormTypeService()
  11480.     {
  11481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11483.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielChangementDeKitFormType.php';
  11484.         return $this->privates['App\\Form\\Type\\MaterielChangementDeKitFormType'] = new \App\Form\Type\MaterielChangementDeKitFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11485.     }
  11486.     /**
  11487.      * Gets the private 'App\Form\Type\MaterielClientNetworkFormType' shared autowired service.
  11488.      *
  11489.      * @return \App\Form\Type\MaterielClientNetworkFormType
  11490.      */
  11491.     protected function getMaterielClientNetworkFormTypeService()
  11492.     {
  11493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11495.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielClientNetworkFormType.php';
  11496.         return $this->privates['App\\Form\\Type\\MaterielClientNetworkFormType'] = new \App\Form\Type\MaterielClientNetworkFormType();
  11497.     }
  11498.     /**
  11499.      * Gets the private 'App\Form\Type\MaterielDeRamplacementFormType' shared autowired service.
  11500.      *
  11501.      * @return \App\Form\Type\MaterielDeRamplacementFormType
  11502.      */
  11503.     protected function getMaterielDeRamplacementFormTypeService()
  11504.     {
  11505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11507.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielDeRamplacementFormType.php';
  11508.         return $this->privates['App\\Form\\Type\\MaterielDeRamplacementFormType'] = new \App\Form\Type\MaterielDeRamplacementFormType();
  11509.     }
  11510.     /**
  11511.      * Gets the private 'App\Form\Type\MaterielFabriqueModelPreEnregistreFormType' shared autowired service.
  11512.      *
  11513.      * @return \App\Form\Type\MaterielFabriqueModelPreEnregistreFormType
  11514.      */
  11515.     protected function getMaterielFabriqueModelPreEnregistreFormTypeService()
  11516.     {
  11517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11519.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php';
  11520.         return $this->privates['App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType'] = new \App\Form\Type\MaterielFabriqueModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11521.     }
  11522.     /**
  11523.      * Gets the private 'App\Form\Type\MaterielFacturationFormType' shared autowired service.
  11524.      *
  11525.      * @return \App\Form\Type\MaterielFacturationFormType
  11526.      */
  11527.     protected function getMaterielFacturationFormTypeService()
  11528.     {
  11529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11531.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielFacturationFormType.php';
  11532.         return $this->privates['App\\Form\\Type\\MaterielFacturationFormType'] = new \App\Form\Type\MaterielFacturationFormType();
  11533.     }
  11534.     /**
  11535.      * Gets the private 'App\Form\Type\MaterielInspectionFormType' shared autowired service.
  11536.      *
  11537.      * @return \App\Form\Type\MaterielInspectionFormType
  11538.      */
  11539.     protected function getMaterielInspectionFormTypeService()
  11540.     {
  11541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11543.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielInspectionFormType.php';
  11544.         return $this->privates['App\\Form\\Type\\MaterielInspectionFormType'] = new \App\Form\Type\MaterielInspectionFormType();
  11545.     }
  11546.     /**
  11547.      * Gets the private 'App\Form\Type\MaterielInventaireFormType' shared autowired service.
  11548.      *
  11549.      * @return \App\Form\Type\MaterielInventaireFormType
  11550.      */
  11551.     protected function getMaterielInventaireFormTypeService()
  11552.     {
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11555.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielInventaireFormType.php';
  11556.         return $this->privates['App\\Form\\Type\\MaterielInventaireFormType'] = new \App\Form\Type\MaterielInventaireFormType();
  11557.     }
  11558.     /**
  11559.      * Gets the private 'App\Form\Type\MaterielModelPreEnregistreFormType' shared autowired service.
  11560.      *
  11561.      * @return \App\Form\Type\MaterielModelPreEnregistreFormType
  11562.      */
  11563.     protected function getMaterielModelPreEnregistreFormTypeService()
  11564.     {
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11567.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php';
  11568.         return $this->privates['App\\Form\\Type\\MaterielModelPreEnregistreFormType'] = new \App\Form\Type\MaterielModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11569.     }
  11570.     /**
  11571.      * Gets the private 'App\Form\Type\MaterielMouvementFormType' shared autowired service.
  11572.      *
  11573.      * @return \App\Form\Type\MaterielMouvementFormType
  11574.      */
  11575.     protected function getMaterielMouvementFormTypeService()
  11576.     {
  11577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11579.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielMouvementFormType.php';
  11580.         return $this->privates['App\\Form\\Type\\MaterielMouvementFormType'] = new \App\Form\Type\MaterielMouvementFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11581.     }
  11582.     /**
  11583.      * Gets the private 'App\Form\Type\MaterielPreparationTransfertFormType' shared autowired service.
  11584.      *
  11585.      * @return \App\Form\Type\MaterielPreparationTransfertFormType
  11586.      */
  11587.     protected function getMaterielPreparationTransfertFormTypeService()
  11588.     {
  11589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11591.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielPreparationTransfertFormType.php';
  11592.         return $this->privates['App\\Form\\Type\\MaterielPreparationTransfertFormType'] = new \App\Form\Type\MaterielPreparationTransfertFormType();
  11593.     }
  11594.     /**
  11595.      * Gets the private 'App\Form\Type\MaterielTransfertFormType' shared autowired service.
  11596.      *
  11597.      * @return \App\Form\Type\MaterielTransfertFormType
  11598.      */
  11599.     protected function getMaterielTransfertFormTypeService()
  11600.     {
  11601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11603.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielTransfertFormType.php';
  11604.         return $this->privates['App\\Form\\Type\\MaterielTransfertFormType'] = new \App\Form\Type\MaterielTransfertFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11605.     }
  11606.     /**
  11607.      * Gets the private 'App\Form\Type\MaterielUtiliseModelPreEnregistreFormType' shared autowired service.
  11608.      *
  11609.      * @return \App\Form\Type\MaterielUtiliseModelPreEnregistreFormType
  11610.      */
  11611.     protected function getMaterielUtiliseModelPreEnregistreFormTypeService()
  11612.     {
  11613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11615.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php';
  11616.         return $this->privates['App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType'] = new \App\Form\Type\MaterielUtiliseModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11617.     }
  11618.     /**
  11619.      * Gets the private 'App\Form\Type\ModelFormType' shared autowired service.
  11620.      *
  11621.      * @return \App\Form\Type\ModelFormType
  11622.      */
  11623.     protected function getModelFormTypeService()
  11624.     {
  11625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11627.         include_once \dirname(__DIR__4).'/src/Form/Type/ModelFormType.php';
  11628.         return $this->privates['App\\Form\\Type\\ModelFormType'] = new \App\Form\Type\ModelFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11629.     }
  11630.     /**
  11631.      * Gets the private 'App\Form\Type\ModelePreEnregistreFormType' shared autowired service.
  11632.      *
  11633.      * @return \App\Form\Type\ModelePreEnregistreFormType
  11634.      */
  11635.     protected function getModelePreEnregistreFormTypeService()
  11636.     {
  11637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11639.         include_once \dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php';
  11640.         return $this->privates['App\\Form\\Type\\ModelePreEnregistreFormType'] = new \App\Form\Type\ModelePreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()), $this);
  11641.     }
  11642.     /**
  11643.      * Gets the private 'App\Form\Type\MouvementFormType' shared autowired service.
  11644.      *
  11645.      * @return \App\Form\Type\MouvementFormType
  11646.      */
  11647.     protected function getMouvementFormTypeService()
  11648.     {
  11649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11651.         include_once \dirname(__DIR__4).'/src/Form/Type/MouvementFormType.php';
  11652.         return $this->privates['App\\Form\\Type\\MouvementFormType'] = new \App\Form\Type\MouvementFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11653.     }
  11654.     /**
  11655.      * Gets the private 'App\Form\Type\NetworkDeviceFormType' shared autowired service.
  11656.      *
  11657.      * @return \App\Form\Type\NetworkDeviceFormType
  11658.      */
  11659.     protected function getNetworkDeviceFormTypeService()
  11660.     {
  11661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11663.         include_once \dirname(__DIR__4).'/src/Form/Type/NetworkDeviceFormType.php';
  11664.         return $this->privates['App\\Form\\Type\\NetworkDeviceFormType'] = new \App\Form\Type\NetworkDeviceFormType();
  11665.     }
  11666.     /**
  11667.      * Gets the private 'App\Form\Type\NetworkFormType' shared autowired service.
  11668.      *
  11669.      * @return \App\Form\Type\NetworkFormType
  11670.      */
  11671.     protected function getNetworkFormTypeService()
  11672.     {
  11673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11675.         include_once \dirname(__DIR__4).'/src/Form/Type/NetworkFormType.php';
  11676.         return $this->privates['App\\Form\\Type\\NetworkFormType'] = new \App\Form\Type\NetworkFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11677.     }
  11678.     /**
  11679.      * Gets the private 'App\Form\Type\OfferFormType' shared autowired service.
  11680.      *
  11681.      * @return \App\Form\Type\OfferFormType
  11682.      */
  11683.     protected function getOfferFormTypeService()
  11684.     {
  11685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11687.         include_once \dirname(__DIR__4).'/src/Form/Type/OfferFormType.php';
  11688.         return $this->privates['App\\Form\\Type\\OfferFormType'] = new \App\Form\Type\OfferFormType();
  11689.     }
  11690.     /**
  11691.      * Gets the private 'App\Form\Type\PlanifiedMaintenanceFormType' shared autowired service.
  11692.      *
  11693.      * @return \App\Form\Type\PlanifiedMaintenanceFormType
  11694.      */
  11695.     protected function getPlanifiedMaintenanceFormTypeService()
  11696.     {
  11697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11699.         include_once \dirname(__DIR__4).'/src/Form/Type/PlanifiedMaintenanceFormType.php';
  11700.         return $this->privates['App\\Form\\Type\\PlanifiedMaintenanceFormType'] = new \App\Form\Type\PlanifiedMaintenanceFormType();
  11701.     }
  11702.     /**
  11703.      * Gets the private 'App\Form\Type\PreparationTransfertFormType' shared autowired service.
  11704.      *
  11705.      * @return \App\Form\Type\PreparationTransfertFormType
  11706.      */
  11707.     protected function getPreparationTransfertFormTypeService()
  11708.     {
  11709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11711.         include_once \dirname(__DIR__4).'/src/Form/Type/PreparationTransfertFormType.php';
  11712.         return $this->privates['App\\Form\\Type\\PreparationTransfertFormType'] = new \App\Form\Type\PreparationTransfertFormType();
  11713.     }
  11714.     /**
  11715.      * Gets the private 'App\Form\Type\PriceOfferFormType' shared autowired service.
  11716.      *
  11717.      * @return \App\Form\Type\PriceOfferFormType
  11718.      */
  11719.     protected function getPriceOfferFormTypeService()
  11720.     {
  11721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11723.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceOfferFormType.php';
  11724.         return $this->privates['App\\Form\\Type\\PriceOfferFormType'] = new \App\Form\Type\PriceOfferFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\NetworkManager'] ?? $this->getNetworkManagerService()));
  11725.     }
  11726.     /**
  11727.      * Gets the private 'App\Form\Type\ProduitFormType' shared autowired service.
  11728.      *
  11729.      * @return \App\Form\Type\ProduitFormType
  11730.      */
  11731.     protected function getProduitFormTypeService()
  11732.     {
  11733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11735.         include_once \dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php';
  11736.         return $this->privates['App\\Form\\Type\\ProduitFormType'] = new \App\Form\Type\ProduitFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11737.     }
  11738.     /**
  11739.      * Gets the private 'App\Form\Type\ProfileFormType' shared autowired service.
  11740.      *
  11741.      * @return \App\Form\Type\ProfileFormType
  11742.      */
  11743.     protected function getProfileFormTypeService()
  11744.     {
  11745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11747.         include_once \dirname(__DIR__4).'/src/Form/Type/ProfileFormType.php';
  11748.         return $this->privates['App\\Form\\Type\\ProfileFormType'] = new \App\Form\Type\ProfileFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $this->getEnv('user_picture_dir'), $this->getEnv('user_attached_file_dir'), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this);
  11749.     }
  11750.     /**
  11751.      * Gets the private 'App\Form\Type\ProjectWorkflowFormType' shared autowired service.
  11752.      *
  11753.      * @return \App\Form\Type\ProjectWorkflowFormType
  11754.      */
  11755.     protected function getProjectWorkflowFormTypeService()
  11756.     {
  11757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11759.         include_once \dirname(__DIR__4).'/src/Form/Type/ProjectWorkflowFormType.php';
  11760.         return $this->privates['App\\Form\\Type\\ProjectWorkflowFormType'] = new \App\Form\Type\ProjectWorkflowFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11761.     }
  11762.     /**
  11763.      * Gets the private 'App\Form\Type\Project\ConstructionFormType' shared autowired service.
  11764.      *
  11765.      * @return \App\Form\Type\Project\ConstructionFormType
  11766.      */
  11767.     protected function getConstructionFormTypeService()
  11768.     {
  11769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11771.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/ConstructionFormType.php';
  11772.         return $this->privates['App\\Form\\Type\\Project\\ConstructionFormType'] = new \App\Form\Type\Project\ConstructionFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Processor\\CodeProcessor'] ?? $this->getCodeProcessorService()));
  11773.     }
  11774.     /**
  11775.      * Gets the private 'App\Form\Type\Project\ContractFormType' shared autowired service.
  11776.      *
  11777.      * @return \App\Form\Type\Project\ContractFormType
  11778.      */
  11779.     protected function getContractFormTypeService()
  11780.     {
  11781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11783.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/ContractFormType.php';
  11784.         return $this->privates['App\\Form\\Type\\Project\\ContractFormType'] = new \App\Form\Type\Project\ContractFormType();
  11785.     }
  11786.     /**
  11787.      * Gets the private 'App\Form\Type\Project\DefinitionFormType' shared autowired service.
  11788.      *
  11789.      * @return \App\Form\Type\Project\DefinitionFormType
  11790.      */
  11791.     protected function getDefinitionFormTypeService()
  11792.     {
  11793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11795.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/DefinitionFormType.php';
  11796.         return $this->privates['App\\Form\\Type\\Project\\DefinitionFormType'] = new \App\Form\Type\Project\DefinitionFormType($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11797.     }
  11798.     /**
  11799.      * Gets the private 'App\Form\Type\Project\GenerateCodeClairFormType' shared autowired service.
  11800.      *
  11801.      * @return \App\Form\Type\Project\GenerateCodeClairFormType
  11802.      */
  11803.     protected function getGenerateCodeClairFormTypeService()
  11804.     {
  11805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11807.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/GenerateCodeClairFormType.php';
  11808.         return $this->privates['App\\Form\\Type\\Project\\GenerateCodeClairFormType'] = new \App\Form\Type\Project\GenerateCodeClairFormType();
  11809.     }
  11810.     /**
  11811.      * Gets the private 'App\Form\Type\Project\NetworkDevicesFormType' shared autowired service.
  11812.      *
  11813.      * @return \App\Form\Type\Project\NetworkDevicesFormType
  11814.      */
  11815.     protected function getNetworkDevicesFormTypeService()
  11816.     {
  11817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11819.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/NetworkDevicesFormType.php';
  11820.         return $this->privates['App\\Form\\Type\\Project\\NetworkDevicesFormType'] = new \App\Form\Type\Project\NetworkDevicesFormType();
  11821.     }
  11822.     /**
  11823.      * Gets the private 'App\Form\Type\Project\NetworkFromCustomerFormType' shared autowired service.
  11824.      *
  11825.      * @return \App\Form\Type\Project\NetworkFromCustomerFormType
  11826.      */
  11827.     protected function getNetworkFromCustomerFormTypeService()
  11828.     {
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11831.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/NetworkFromCustomerFormType.php';
  11832.         return $this->privates['App\\Form\\Type\\Project\\NetworkFromCustomerFormType'] = new \App\Form\Type\Project\NetworkFromCustomerFormType();
  11833.     }
  11834.     /**
  11835.      * Gets the private 'App\Form\Type\Project\SizingFormType' shared autowired service.
  11836.      *
  11837.      * @return \App\Form\Type\Project\SizingFormType
  11838.      */
  11839.     protected function getSizingFormTypeService()
  11840.     {
  11841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11843.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/SizingFormType.php';
  11844.         return $this->privates['App\\Form\\Type\\Project\\SizingFormType'] = new \App\Form\Type\Project\SizingFormType();
  11845.     }
  11846.     /**
  11847.      * Gets the private 'App\Form\Type\Project\generationCodeFormType' shared autowired service.
  11848.      *
  11849.      * @return \App\Form\Type\Project\generationCodeFormType
  11850.      */
  11851.     protected function getGenerationCodeFormTypeService()
  11852.     {
  11853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11855.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/generationCodeFormType.php';
  11856.         return $this->privates['App\\Form\\Type\\Project\\generationCodeFormType'] = new \App\Form\Type\Project\generationCodeFormType();
  11857.     }
  11858.     /**
  11859.      * Gets the private 'App\Form\Type\ProspectContractFormType' shared autowired service.
  11860.      *
  11861.      * @return \App\Form\Type\ProspectContractFormType
  11862.      */
  11863.     protected function getProspectContractFormTypeService()
  11864.     {
  11865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11867.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectContractFormType.php';
  11868.         return $this->privates['App\\Form\\Type\\ProspectContractFormType'] = new \App\Form\Type\ProspectContractFormType($this->getEnv('customer_contract_dir'));
  11869.     }
  11870.     /**
  11871.      * Gets the private 'App\Form\Type\ProspectDateJoinFormType' shared autowired service.
  11872.      *
  11873.      * @return \App\Form\Type\ProspectDateJoinFormType
  11874.      */
  11875.     protected function getProspectDateJoinFormTypeService()
  11876.     {
  11877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11879.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDateJoinFormType.php';
  11880.         return $this->privates['App\\Form\\Type\\ProspectDateJoinFormType'] = new \App\Form\Type\ProspectDateJoinFormType($this, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11881.     }
  11882.     /**
  11883.      * Gets the private 'App\Form\Type\ProspectDevicesFormType' shared autowired service.
  11884.      *
  11885.      * @return \App\Form\Type\ProspectDevicesFormType
  11886.      */
  11887.     protected function getProspectDevicesFormTypeService()
  11888.     {
  11889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11891.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDevicesFormType.php';
  11892.         return $this->privates['App\\Form\\Type\\ProspectDevicesFormType'] = new \App\Form\Type\ProspectDevicesFormType();
  11893.     }
  11894.     /**
  11895.      * Gets the private 'App\Form\Type\ProspectDistancesFormType' shared autowired service.
  11896.      *
  11897.      * @return \App\Form\Type\ProspectDistancesFormType
  11898.      */
  11899.     protected function getProspectDistancesFormTypeService()
  11900.     {
  11901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11903.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDistancesFormType.php';
  11904.         return $this->privates['App\\Form\\Type\\ProspectDistancesFormType'] = new \App\Form\Type\ProspectDistancesFormType();
  11905.     }
  11906.     /**
  11907.      * Gets the private 'App\Form\Type\ProspectMassUploadFormType' shared autowired service.
  11908.      *
  11909.      * @return \App\Form\Type\ProspectMassUploadFormType
  11910.      */
  11911.     protected function getProspectMassUploadFormTypeService()
  11912.     {
  11913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11915.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectMassUploadFormType.php';
  11916.         return $this->privates['App\\Form\\Type\\ProspectMassUploadFormType'] = new \App\Form\Type\ProspectMassUploadFormType($this->getEnv('prospect_mass_upload_dir'));
  11917.     }
  11918.     /**
  11919.      * Gets the private 'App\Form\Type\ProspectOffersConsumptionFormType' shared autowired service.
  11920.      *
  11921.      * @return \App\Form\Type\ProspectOffersConsumptionFormType
  11922.      */
  11923.     protected function getProspectOffersConsumptionFormTypeService()
  11924.     {
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11927.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectOffersConsumptionFormType.php';
  11928.         return $this->privates['App\\Form\\Type\\ProspectOffersConsumptionFormType'] = new \App\Form\Type\ProspectOffersConsumptionFormType();
  11929.     }
  11930.     /**
  11931.      * Gets the private 'App\Form\Type\ProspectSubscriptionFeesFormType' shared autowired service.
  11932.      *
  11933.      * @return \App\Form\Type\ProspectSubscriptionFeesFormType
  11934.      */
  11935.     protected function getProspectSubscriptionFeesFormTypeService()
  11936.     {
  11937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11939.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectSubscriptionFeesFormType.php';
  11940.         return $this->privates['App\\Form\\Type\\ProspectSubscriptionFeesFormType'] = new \App\Form\Type\ProspectSubscriptionFeesFormType();
  11941.     }
  11942.     /**
  11943.      * Gets the private 'App\Form\Type\ProspectTotalPriceEstimationFormType' shared autowired service.
  11944.      *
  11945.      * @return \App\Form\Type\ProspectTotalPriceEstimationFormType
  11946.      */
  11947.     protected function getProspectTotalPriceEstimationFormTypeService()
  11948.     {
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11951.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectTotalPriceEstimationFormType.php';
  11952.         return $this->privates['App\\Form\\Type\\ProspectTotalPriceEstimationFormType'] = new \App\Form\Type\ProspectTotalPriceEstimationFormType();
  11953.     }
  11954.     /**
  11955.      * Gets the private 'App\Form\Type\ProspectWorkflowFormType' shared autowired service.
  11956.      *
  11957.      * @return \App\Form\Type\ProspectWorkflowFormType
  11958.      */
  11959.     protected function getProspectWorkflowFormTypeService()
  11960.     {
  11961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11963.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectWorkflowFormType.php';
  11964.         return $this->privates['App\\Form\\Type\\ProspectWorkflowFormType'] = new \App\Form\Type\ProspectWorkflowFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  11965.     }
  11966.     /**
  11967.      * Gets the private 'App\Form\Type\Prospect\ChangementForfaitFormType' shared autowired service.
  11968.      *
  11969.      * @return \App\Form\Type\Prospect\ChangementForfaitFormType
  11970.      */
  11971.     protected function getChangementForfaitFormTypeService()
  11972.     {
  11973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11975.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ChangementForfaitFormType.php';
  11976.         return $this->privates['App\\Form\\Type\\Prospect\\ChangementForfaitFormType'] = new \App\Form\Type\Prospect\ChangementForfaitFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()));
  11977.     }
  11978.     /**
  11979.      * Gets the private 'App\Form\Type\Prospect\CustomersArticleFormType' shared autowired service.
  11980.      *
  11981.      * @return \App\Form\Type\Prospect\CustomersArticleFormType
  11982.      */
  11983.     protected function getCustomersArticleFormTypeService()
  11984.     {
  11985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11987.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/CustomersArticleFormType.php';
  11988.         return $this->privates['App\\Form\\Type\\Prospect\\CustomersArticleFormType'] = new \App\Form\Type\Prospect\CustomersArticleFormType();
  11989.     }
  11990.     /**
  11991.      * Gets the private 'App\Form\Type\Prospect\DoorToDoorFormType' shared autowired service.
  11992.      *
  11993.      * @return \App\Form\Type\Prospect\DoorToDoorFormType
  11994.      */
  11995.     protected function getDoorToDoorFormTypeService()
  11996.     {
  11997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11999.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/DoorToDoorFormType.php';
  12000.         return $this->privates['App\\Form\\Type\\Prospect\\DoorToDoorFormType'] = new \App\Form\Type\Prospect\DoorToDoorFormType($this->getEnv('customer_picture_dir'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12001.     }
  12002.     /**
  12003.      * Gets the private 'App\Form\Type\Prospect\ElectricEquipmentFormType' shared autowired service.
  12004.      *
  12005.      * @return \App\Form\Type\Prospect\ElectricEquipmentFormType
  12006.      */
  12007.     protected function getElectricEquipmentFormTypeService()
  12008.     {
  12009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12011.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ElectricEquipmentFormType.php';
  12012.         return $this->privates['App\\Form\\Type\\Prospect\\ElectricEquipmentFormType'] = new \App\Form\Type\Prospect\ElectricEquipmentFormType();
  12013.     }
  12014.     /**
  12015.      * Gets the private 'App\Form\Type\Prospect\ElectricProductionEquipmentFormType' shared autowired service.
  12016.      *
  12017.      * @return \App\Form\Type\Prospect\ElectricProductionEquipmentFormType
  12018.      */
  12019.     protected function getElectricProductionEquipmentFormTypeService()
  12020.     {
  12021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12023.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ElectricProductionEquipmentFormType.php';
  12024.         return $this->privates['App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType'] = new \App\Form\Type\Prospect\ElectricProductionEquipmentFormType();
  12025.     }
  12026.     /**
  12027.      * Gets the private 'App\Form\Type\Prospect\IdentificationFormType' shared autowired service.
  12028.      *
  12029.      * @return \App\Form\Type\Prospect\IdentificationFormType
  12030.      */
  12031.     protected function getIdentificationFormType2Service()
  12032.     {
  12033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12035.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/IdentificationFormType.php';
  12036.         return $this->privates['App\\Form\\Type\\Prospect\\IdentificationFormType'] = new \App\Form\Type\Prospect\IdentificationFormType();
  12037.     }
  12038.     /**
  12039.      * Gets the private 'App\Form\Type\Prospect\RefundFormType' shared autowired service.
  12040.      *
  12041.      * @return \App\Form\Type\Prospect\RefundFormType
  12042.      */
  12043.     protected function getRefundFormTypeService()
  12044.     {
  12045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12047.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/RefundFormType.php';
  12048.         return $this->privates['App\\Form\\Type\\Prospect\\RefundFormType'] = new \App\Form\Type\Prospect\RefundFormType();
  12049.     }
  12050.     /**
  12051.      * Gets the private 'App\Form\Type\Prospect\SurveyFormType' shared autowired service.
  12052.      *
  12053.      * @return \App\Form\Type\Prospect\SurveyFormType
  12054.      */
  12055.     protected function getSurveyFormTypeService()
  12056.     {
  12057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12059.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/SurveyFormType.php';
  12060.         return $this->privates['App\\Form\\Type\\Prospect\\SurveyFormType'] = new \App\Form\Type\Prospect\SurveyFormType();
  12061.     }
  12062.     /**
  12063.      * Gets the private 'App\Form\Type\ReadOnly\ReadOnlyFormType' shared autowired service.
  12064.      *
  12065.      * @return \App\Form\Type\ReadOnly\ReadOnlyFormType
  12066.      */
  12067.     protected function getReadOnlyFormTypeService()
  12068.     {
  12069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12071.         include_once \dirname(__DIR__4).'/src/Form/Type/ReadOnly/ReadOnlyFormType.php';
  12072.         return $this->privates['App\\Form\\Type\\ReadOnly\\ReadOnlyFormType'] = new \App\Form\Type\ReadOnly\ReadOnlyFormType();
  12073.     }
  12074.     /**
  12075.      * Gets the private 'App\Form\Type\ReceptionFormType' shared autowired service.
  12076.      *
  12077.      * @return \App\Form\Type\ReceptionFormType
  12078.      */
  12079.     protected function getReceptionFormTypeService()
  12080.     {
  12081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12083.         include_once \dirname(__DIR__4).'/src/Form/Type/ReceptionFormType.php';
  12084.         return $this->privates['App\\Form\\Type\\ReceptionFormType'] = new \App\Form\Type\ReceptionFormType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12085.     }
  12086.     /**
  12087.      * Gets the private 'App\Form\Type\ReceptionTransfertFormType' shared autowired service.
  12088.      *
  12089.      * @return \App\Form\Type\ReceptionTransfertFormType
  12090.      */
  12091.     protected function getReceptionTransfertFormTypeService()
  12092.     {
  12093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12095.         include_once \dirname(__DIR__4).'/src/Form/Type/ReceptionTransfertFormType.php';
  12096.         return $this->privates['App\\Form\\Type\\ReceptionTransfertFormType'] = new \App\Form\Type\ReceptionTransfertFormType();
  12097.     }
  12098.     /**
  12099.      * Gets the private 'App\Form\Type\RecommendedDeviceFormType' shared autowired service.
  12100.      *
  12101.      * @return \App\Form\Type\RecommendedDeviceFormType
  12102.      */
  12103.     protected function getRecommendedDeviceFormTypeService()
  12104.     {
  12105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12107.         include_once \dirname(__DIR__4).'/src/Form/Type/RecommendedDeviceFormType.php';
  12108.         return $this->privates['App\\Form\\Type\\RecommendedDeviceFormType'] = new \App\Form\Type\RecommendedDeviceFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12109.     }
  12110.     /**
  12111.      * Gets the private 'App\Form\Type\RegularisationFormType' shared autowired service.
  12112.      *
  12113.      * @return \App\Form\Type\RegularisationFormType
  12114.      */
  12115.     protected function getRegularisationFormTypeService()
  12116.     {
  12117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12119.         include_once \dirname(__DIR__4).'/src/Form/Type/RegularisationFormType.php';
  12120.         return $this->privates['App\\Form\\Type\\RegularisationFormType'] = new \App\Form\Type\RegularisationFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12121.     }
  12122.     /**
  12123.      * Gets the private 'App\Form\Type\RemplacementChangementKitFormType' shared autowired service.
  12124.      *
  12125.      * @return \App\Form\Type\RemplacementChangementKitFormType
  12126.      */
  12127.     protected function getRemplacementChangementKitFormTypeService()
  12128.     {
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12131.         include_once \dirname(__DIR__4).'/src/Form/Type/RemplacementChangementKitFormType.php';
  12132.         return $this->privates['App\\Form\\Type\\RemplacementChangementKitFormType'] = new \App\Form\Type\RemplacementChangementKitFormType();
  12133.     }
  12134.     /**
  12135.      * Gets the private 'App\Form\Type\RemplacementDefectueuxType' shared autowired service.
  12136.      *
  12137.      * @return \App\Form\Type\RemplacementDefectueuxType
  12138.      */
  12139.     protected function getRemplacementDefectueuxTypeService()
  12140.     {
  12141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12143.         include_once \dirname(__DIR__4).'/src/Form/Type/RemplacementDefectueuxType.php';
  12144.         return $this->privates['App\\Form\\Type\\RemplacementDefectueuxType'] = new \App\Form\Type\RemplacementDefectueuxType();
  12145.     }
  12146.     /**
  12147.      * Gets the private 'App\Form\Type\RemplacementRemplacementType' shared autowired service.
  12148.      *
  12149.      * @return \App\Form\Type\RemplacementRemplacementType
  12150.      */
  12151.     protected function getRemplacementRemplacementTypeService()
  12152.     {
  12153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12155.         include_once \dirname(__DIR__4).'/src/Form/Type/RemplacementRemplacementType.php';
  12156.         return $this->privates['App\\Form\\Type\\RemplacementRemplacementType'] = new \App\Form\Type\RemplacementRemplacementType();
  12157.     }
  12158.     /**
  12159.      * Gets the private 'App\Form\Type\RemplacementType' shared autowired service.
  12160.      *
  12161.      * @return \App\Form\Type\RemplacementType
  12162.      */
  12163.     protected function getRemplacementTypeService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12167.         include_once \dirname(__DIR__4).'/src/Form/Type/RemplacementType.php';
  12168.         return $this->privates['App\\Form\\Type\\RemplacementType'] = new \App\Form\Type\RemplacementType();
  12169.     }
  12170.     /**
  12171.      * Gets the private 'App\Form\Type\RetourMaterielFormType' shared autowired service.
  12172.      *
  12173.      * @return \App\Form\Type\RetourMaterielFormType
  12174.      */
  12175.     protected function getRetourMaterielFormTypeService()
  12176.     {
  12177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12179.         include_once \dirname(__DIR__4).'/src/Form/Type/RetourMaterielFormType.php';
  12180.         return $this->privates['App\\Form\\Type\\RetourMaterielFormType'] = new \App\Form\Type\RetourMaterielFormType();
  12181.     }
  12182.     /**
  12183.      * Gets the private 'App\Form\Type\SatisfactionFormType' shared autowired service.
  12184.      *
  12185.      * @return \App\Form\Type\SatisfactionFormType
  12186.      */
  12187.     protected function getSatisfactionFormTypeService()
  12188.     {
  12189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12191.         include_once \dirname(__DIR__4).'/src/Form/Type/SatisfactionFormType.php';
  12192.         return $this->privates['App\\Form\\Type\\SatisfactionFormType'] = new \App\Form\Type\SatisfactionFormType();
  12193.     }
  12194.     /**
  12195.      * Gets the private 'App\Form\Type\SoldFormType' shared autowired service.
  12196.      *
  12197.      * @return \App\Form\Type\SoldFormType
  12198.      */
  12199.     protected function getSoldFormTypeService()
  12200.     {
  12201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12203.         include_once \dirname(__DIR__4).'/src/Form/Type/SoldFormType.php';
  12204.         return $this->privates['App\\Form\\Type\\SoldFormType'] = new \App\Form\Type\SoldFormType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $this);
  12205.     }
  12206.     /**
  12207.      * Gets the private 'App\Form\Type\TransfertFormType' shared autowired service.
  12208.      *
  12209.      * @return \App\Form\Type\TransfertFormType
  12210.      */
  12211.     protected function getTransfertFormTypeService()
  12212.     {
  12213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12215.         include_once \dirname(__DIR__4).'/src/Form/Type/TransfertFormType.php';
  12216.         return $this->privates['App\\Form\\Type\\TransfertFormType'] = new \App\Form\Type\TransfertFormType();
  12217.     }
  12218.     /**
  12219.      * Gets the private 'App\Form\Type\UserCaisseFormType' shared autowired service.
  12220.      *
  12221.      * @return \App\Form\Type\UserCaisseFormType
  12222.      */
  12223.     protected function getUserCaisseFormTypeService()
  12224.     {
  12225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12227.         include_once \dirname(__DIR__4).'/src/Form/Type/UserCaisseFormType.php';
  12228.         return $this->privates['App\\Form\\Type\\UserCaisseFormType'] = new \App\Form\Type\UserCaisseFormType();
  12229.     }
  12230.     /**
  12231.      * Gets the private 'App\Form\Type\UserPermissionOnAgenceFormType' shared autowired service.
  12232.      *
  12233.      * @return \App\Form\Type\UserPermissionOnAgenceFormType
  12234.      */
  12235.     protected function getUserPermissionOnAgenceFormTypeService()
  12236.     {
  12237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12239.         include_once \dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php';
  12240.         return $this->privates['App\\Form\\Type\\UserPermissionOnAgenceFormType'] = new \App\Form\Type\UserPermissionOnAgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  12241.     }
  12242.     /**
  12243.      * Gets the private 'App\Form\Type\ZoneFormType' shared autowired service.
  12244.      *
  12245.      * @return \App\Form\Type\ZoneFormType
  12246.      */
  12247.     protected function getZoneFormTypeService()
  12248.     {
  12249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12251.         include_once \dirname(__DIR__4).'/src/Form/Type/ZoneFormType.php';
  12252.         return $this->privates['App\\Form\\Type\\ZoneFormType'] = new \App\Form\Type\ZoneFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12253.     }
  12254.     /**
  12255.      * Gets the private 'App\Helper\RoleHelper' shared autowired service.
  12256.      *
  12257.      * @return \App\Helper\RoleHelper
  12258.      */
  12259.     protected function getRoleHelperService()
  12260.     {
  12261.         include_once \dirname(__DIR__4).'/src/Helper/RoleHelper.php';
  12262.         return $this->privates['App\\Helper\\RoleHelper'] = new \App\Helper\RoleHelper(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  12263.     }
  12264.     /**
  12265.      * Gets the private 'App\Manager\CustomerManager' shared autowired service.
  12266.      *
  12267.      * @return \App\Manager\CustomerManager
  12268.      */
  12269.     protected function getCustomerManagerService()
  12270.     {
  12271.         include_once \dirname(__DIR__4).'/src/Manager/CustomerManager.php';
  12272.         include_once \dirname(__DIR__4).'/src/Utils/Base64FileUploader.php';
  12273.         return $this->privates['App\\Manager\\CustomerManager'] = new \App\Manager\CustomerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this, new \App\Utils\Base64FileUploader(), ($this->privates['App\\Manager\\MoveRequestManager'] ?? $this->getMoveRequestManagerService()), ($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()));
  12274.     }
  12275.     /**
  12276.      * Gets the private 'App\Manager\DashboardManager' shared autowired service.
  12277.      *
  12278.      * @return \App\Manager\DashboardManager
  12279.      */
  12280.     protected function getDashboardManagerService()
  12281.     {
  12282.         include_once \dirname(__DIR__4).'/src/Manager/DashboardManager.php';
  12283.         return $this->privates['App\\Manager\\DashboardManager'] = new \App\Manager\DashboardManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12284.     }
  12285.     /**
  12286.      * Gets the private 'App\Manager\KoboDataManager' shared autowired service.
  12287.      *
  12288.      * @return \App\Manager\KoboDataManager
  12289.      */
  12290.     protected function getKoboDataManagerService()
  12291.     {
  12292.         include_once \dirname(__DIR__4).'/src/Manager/KoboDataManager.php';
  12293.         include_once \dirname(__DIR__4).'/src/Http/Client/KoboPicture.php';
  12294.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  12295.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  12296.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  12297.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  12298.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  12300.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  12301.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  12302.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  12303.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php';
  12304.         include_once \dirname(__DIR__4).'/src/Http/Client/KoboApi.php';
  12305.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12306.         if (isset($this->privates['App\\Manager\\KoboDataManager'])) {
  12307.             return $this->privates['App\\Manager\\KoboDataManager'];
  12308.         }
  12309.         $b = new \GuzzleHttp\Client();
  12310.         return $this->privates['App\\Manager\\KoboDataManager'] = new \App\Manager\KoboDataManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Http\Client\KoboPicture(($this->privates['App\\Symfony\\Form\\Uploader'] ?? $this->getUploaderService()), $b$this->getEnv('building_picture_dir'), (\dirname(__DIR__4).'/../web')), new \Swift_Mailer(new \Swift_SmtpTransport($this->getEnv('MAILER_HOST'), $this->getEnv('MAILER_TRANSPORT'), $this->getEnv('MAILER_USER'), $this->getEnv('MAILER_PASSWORD'), $this->getEnv('MAILER_PORT'), $this->getEnv('MAILER_AUTH_MODE'))), $a, new \App\Http\Client\KoboApi($b), $this->getEnv('mailer_user'), $this->getEnv('mailer_recipient'), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12311.     }
  12312.     /**
  12313.      * Gets the private 'App\Manager\MoveRequestManager' shared autowired service.
  12314.      *
  12315.      * @return \App\Manager\MoveRequestManager
  12316.      */
  12317.     protected function getMoveRequestManagerService()
  12318.     {
  12319.         include_once \dirname(__DIR__4).'/src/Manager/MoveRequestManager.php';
  12320.         return $this->privates['App\\Manager\\MoveRequestManager'] = new \App\Manager\MoveRequestManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  12321.     }
  12322.     /**
  12323.      * Gets the private 'App\Manager\NetworkManager' shared autowired service.
  12324.      *
  12325.      * @return \App\Manager\NetworkManager
  12326.      */
  12327.     protected function getNetworkManagerService()
  12328.     {
  12329.         include_once \dirname(__DIR__4).'/src/Manager/NetworkManager.php';
  12330.         return $this->privates['App\\Manager\\NetworkManager'] = new \App\Manager\NetworkManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Manager\\MoveRequestManager'] ?? $this->getMoveRequestManagerService()));
  12331.     }
  12332.     /**
  12333.      * Gets the private 'App\Manager\ProjectManager' shared autowired service.
  12334.      *
  12335.      * @return \App\Manager\ProjectManager
  12336.      */
  12337.     protected function getProjectManagerService()
  12338.     {
  12339.         include_once \dirname(__DIR__4).'/src/Manager/ProjectManager.php';
  12340.         return $this->privates['App\\Manager\\ProjectManager'] = new \App\Manager\ProjectManager($this);
  12341.     }
  12342.     /**
  12343.      * Gets the private 'App\Manager\SatisfactionManager' shared autowired service.
  12344.      *
  12345.      * @return \App\Manager\SatisfactionManager
  12346.      */
  12347.     protected function getSatisfactionManagerService()
  12348.     {
  12349.         include_once \dirname(__DIR__4).'/src/Manager/SatisfactionManager.php';
  12350.         return $this->privates['App\\Manager\\SatisfactionManager'] = new \App\Manager\SatisfactionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  12351.     }
  12352.     /**
  12353.      * Gets the private 'App\Manager\SynchroOdooManager' shared autowired service.
  12354.      *
  12355.      * @return \App\Manager\SynchroOdooManager
  12356.      */
  12357.     protected function getSynchroOdooManagerService()
  12358.     {
  12359.         include_once \dirname(__DIR__4).'/src/Manager/SynchroOdooManager.php';
  12360.         include_once \dirname(__DIR__4).'/src/Http/Unirest/UnirestMashape.php';
  12361.         return $this->privates['App\\Manager\\SynchroOdooManager'] = new \App\Manager\SynchroOdooManager($this, new \App\Http\Unirest\UnirestMashape($this), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12362.     }
  12363.     /**
  12364.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  12365.      *
  12366.      * @return \App\Manager\UserManager
  12367.      */
  12368.     protected function getUserManagerService()
  12369.     {
  12370.         include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  12371.         return $this->privates['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12372.     }
  12373.     /**
  12374.      * Gets the private 'App\Manager\ZoneManager' shared autowired service.
  12375.      *
  12376.      * @return \App\Manager\ZoneManager
  12377.      */
  12378.     protected function getZoneManagerService()
  12379.     {
  12380.         include_once \dirname(__DIR__4).'/src/Manager/ZoneManager.php';
  12381.         return $this->privates['App\\Manager\\ZoneManager'] = new \App\Manager\ZoneManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  12382.     }
  12383.     /**
  12384.      * Gets the private 'App\Processor\CodeMassUploadProcessor' shared autowired service.
  12385.      *
  12386.      * @return \App\Processor\CodeMassUploadProcessor
  12387.      */
  12388.     protected function getCodeMassUploadProcessorService()
  12389.     {
  12390.         include_once \dirname(__DIR__4).'/src/Processor/CodeMassUploadProcessor.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12392.         return $this->privates['App\\Processor\\CodeMassUploadProcessor'] = new \App\Processor\CodeMassUploadProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), (\dirname(__DIR__4).'/../web'.$this->getEnv('string:code_mass_upload_dir')), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  12393.     }
  12394.     /**
  12395.      * Gets the private 'App\Processor\CodeProcessor' shared autowired service.
  12396.      *
  12397.      * @return \App\Processor\CodeProcessor
  12398.      */
  12399.     protected function getCodeProcessorService()
  12400.     {
  12401.         include_once \dirname(__DIR__4).'/src/Processor/CodeProcessor.php';
  12402.         return $this->privates['App\\Processor\\CodeProcessor'] = new \App\Processor\CodeProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12403.     }
  12404.     /**
  12405.      * Gets the private 'App\Processor\ProjectWorkflowProcessor' shared autowired service.
  12406.      *
  12407.      * @return \App\Processor\ProjectWorkflowProcessor
  12408.      */
  12409.     protected function getProjectWorkflowProcessorService()
  12410.     {
  12411.         include_once \dirname(__DIR__4).'/src/Processor/ProjectWorkflowProcessor.php';
  12412.         $a = ($this->services['.container.private.state_machine.network_validation'] ?? $this->get_Container_Private_StateMachine_NetworkValidationService());
  12413.         if (isset($this->privates['App\\Processor\\ProjectWorkflowProcessor'])) {
  12414.             return $this->privates['App\\Processor\\ProjectWorkflowProcessor'];
  12415.         }
  12416.         return $this->privates['App\\Processor\\ProjectWorkflowProcessor'] = new \App\Processor\ProjectWorkflowProcessor($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12417.     }
  12418.     /**
  12419.      * Gets the private 'App\Processor\ProspectMassUploadProcessor' shared autowired service.
  12420.      *
  12421.      * @return \App\Processor\ProspectMassUploadProcessor
  12422.      */
  12423.     protected function getProspectMassUploadProcessorService()
  12424.     {
  12425.         include_once \dirname(__DIR__4).'/src/Processor/ProspectMassUploadProcessor.php';
  12426.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12427.         return $this->privates['App\\Processor\\ProspectMassUploadProcessor'] = new \App\Processor\ProspectMassUploadProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), (\dirname(__DIR__4).'/../web'.$this->getEnv('string:prospect_mass_upload_dir')), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  12428.     }
  12429.     /**
  12430.      * Gets the private 'App\Processor\ProspectWorkflowProcessor' shared autowired service.
  12431.      *
  12432.      * @return \App\Processor\ProspectWorkflowProcessor
  12433.      */
  12434.     protected function getProspectWorkflowProcessorService()
  12435.     {
  12436.         include_once \dirname(__DIR__4).'/src/Processor/ProspectWorkflowProcessor.php';
  12437.         $a = ($this->services['.container.private.state_machine.prospect_validation'] ?? $this->get_Container_Private_StateMachine_ProspectValidationService());
  12438.         if (isset($this->privates['App\\Processor\\ProspectWorkflowProcessor'])) {
  12439.             return $this->privates['App\\Processor\\ProspectWorkflowProcessor'];
  12440.         }
  12441.         return $this->privates['App\\Processor\\ProspectWorkflowProcessor'] = new \App\Processor\ProspectWorkflowProcessor($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12442.     }
  12443.     /**
  12444.      * Gets the private 'App\Repository\AgenceRepository' shared autowired service.
  12445.      *
  12446.      * @return \App\Repository\AgenceRepository
  12447.      */
  12448.     protected function getAgenceRepositoryService()
  12449.     {
  12450.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12451.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12452.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12455.         include_once \dirname(__DIR__4).'/src/Repository/AgenceRepository.php';
  12456.         return $this->privates['App\\Repository\\AgenceRepository'] = new \App\Repository\AgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12457.     }
  12458.     /**
  12459.      * Gets the private 'App\Repository\ArticleClientRepository' shared autowired service.
  12460.      *
  12461.      * @return \App\Repository\ArticleClientRepository
  12462.      */
  12463.     protected function getArticleClientRepositoryService()
  12464.     {
  12465.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12466.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12470.         include_once \dirname(__DIR__4).'/src/Repository/ArticleClientRepository.php';
  12471.         return $this->privates['App\\Repository\\ArticleClientRepository'] = new \App\Repository\ArticleClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12472.     }
  12473.     /**
  12474.      * Gets the private 'App\Repository\CaracteristiqueCommercialeRepository' shared autowired service.
  12475.      *
  12476.      * @return \App\Repository\CaracteristiqueCommercialeRepository
  12477.      */
  12478.     protected function getCaracteristiqueCommercialeRepositoryService()
  12479.     {
  12480.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12481.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12482.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12483.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12484.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12485.         include_once \dirname(__DIR__4).'/src/Repository/CaracteristiqueCommercialeRepository.php';
  12486.         return $this->privates['App\\Repository\\CaracteristiqueCommercialeRepository'] = new \App\Repository\CaracteristiqueCommercialeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12487.     }
  12488.     /**
  12489.      * Gets the private 'App\Repository\CaracteristiqueTechniqueRepository' shared autowired service.
  12490.      *
  12491.      * @return \App\Repository\CaracteristiqueTechniqueRepository
  12492.      */
  12493.     protected function getCaracteristiqueTechniqueRepositoryService()
  12494.     {
  12495.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12496.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12497.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12498.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12499.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12500.         include_once \dirname(__DIR__4).'/src/Repository/CaracteristiqueTechniqueRepository.php';
  12501.         return $this->privates['App\\Repository\\CaracteristiqueTechniqueRepository'] = new \App\Repository\CaracteristiqueTechniqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12502.     }
  12503.     /**
  12504.      * Gets the private 'App\Repository\ChangementKitRepository' shared autowired service.
  12505.      *
  12506.      * @return \App\Repository\ChangementKitRepository
  12507.      */
  12508.     protected function getChangementKitRepositoryService()
  12509.     {
  12510.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12511.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12514.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12515.         include_once \dirname(__DIR__4).'/src/Repository/ChangementKitRepository.php';
  12516.         return $this->privates['App\\Repository\\ChangementKitRepository'] = new \App\Repository\ChangementKitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12517.     }
  12518.     /**
  12519.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  12520.      *
  12521.      * @return \App\Repository\CustomerRepository
  12522.      */
  12523.     protected function getCustomerRepositoryService()
  12524.     {
  12525.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12526.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12528.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12529.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12530.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  12531.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12532.     }
  12533.     /**
  12534.      * Gets the private 'App\Repository\EmplacementRepository' shared autowired service.
  12535.      *
  12536.      * @return \App\Repository\EmplacementRepository
  12537.      */
  12538.     protected function getEmplacementRepositoryService()
  12539.     {
  12540.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12541.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12543.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12544.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12545.         include_once \dirname(__DIR__4).'/src/Repository/EmplacementRepository.php';
  12546.         return $this->privates['App\\Repository\\EmplacementRepository'] = new \App\Repository\EmplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12547.     }
  12548.     /**
  12549.      * Gets the private 'App\Repository\EtatMaterielRepository' shared autowired service.
  12550.      *
  12551.      * @return \App\Repository\EtatMaterielRepository
  12552.      */
  12553.     protected function getEtatMaterielRepositoryService()
  12554.     {
  12555.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12556.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12559.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12560.         include_once \dirname(__DIR__4).'/src/Repository/EtatMaterielRepository.php';
  12561.         return $this->privates['App\\Repository\\EtatMaterielRepository'] = new \App\Repository\EtatMaterielRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12562.     }
  12563.     /**
  12564.      * Gets the private 'App\Repository\FabricationRepository' shared autowired service.
  12565.      *
  12566.      * @return \App\Repository\FabricationRepository
  12567.      */
  12568.     protected function getFabricationRepositoryService()
  12569.     {
  12570.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12571.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12574.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12575.         include_once \dirname(__DIR__4).'/src/Repository/FabricationRepository.php';
  12576.         return $this->privates['App\\Repository\\FabricationRepository'] = new \App\Repository\FabricationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12577.     }
  12578.     /**
  12579.      * Gets the private 'App\Repository\FacturationRepository' shared autowired service.
  12580.      *
  12581.      * @return \App\Repository\FacturationRepository
  12582.      */
  12583.     protected function getFacturationRepositoryService()
  12584.     {
  12585.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12590.         include_once \dirname(__DIR__4).'/src/Repository/FacturationRepository.php';
  12591.         return $this->privates['App\\Repository\\FacturationRepository'] = new \App\Repository\FacturationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12592.     }
  12593.     /**
  12594.      * Gets the private 'App\Repository\FournisseurRepository' shared autowired service.
  12595.      *
  12596.      * @return \App\Repository\FournisseurRepository
  12597.      */
  12598.     protected function getFournisseurRepositoryService()
  12599.     {
  12600.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12601.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12603.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12604.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12605.         include_once \dirname(__DIR__4).'/src/Repository/FournisseurRepository.php';
  12606.         return $this->privates['App\\Repository\\FournisseurRepository'] = new \App\Repository\FournisseurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12607.     }
  12608.     /**
  12609.      * Gets the private 'App\Repository\HistoriquePrixVenteArticleRepository' shared autowired service.
  12610.      *
  12611.      * @return \App\Repository\HistoriquePrixVenteArticleRepository
  12612.      */
  12613.     protected function getHistoriquePrixVenteArticleRepositoryService()
  12614.     {
  12615.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12616.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12617.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12618.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12619.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12620.         include_once \dirname(__DIR__4).'/src/Repository/HistoriquePrixVenteArticleRepository.php';
  12621.         return $this->privates['App\\Repository\\HistoriquePrixVenteArticleRepository'] = new \App\Repository\HistoriquePrixVenteArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12622.     }
  12623.     /**
  12624.      * Gets the private 'App\Repository\IdentifiantRepository' shared autowired service.
  12625.      *
  12626.      * @return \App\Repository\IdentifiantRepository
  12627.      */
  12628.     protected function getIdentifiantRepositoryService()
  12629.     {
  12630.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12631.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12635.         include_once \dirname(__DIR__4).'/src/Repository/IdentifiantRepository.php';
  12636.         return $this->privates['App\\Repository\\IdentifiantRepository'] = new \App\Repository\IdentifiantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12637.     }
  12638.     /**
  12639.      * Gets the private 'App\Repository\IdentificationRepository' shared autowired service.
  12640.      *
  12641.      * @return \App\Repository\IdentificationRepository
  12642.      */
  12643.     protected function getIdentificationRepositoryService()
  12644.     {
  12645.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12646.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12650.         include_once \dirname(__DIR__4).'/src/Repository/IdentificationRepository.php';
  12651.         return $this->privates['App\\Repository\\IdentificationRepository'] = new \App\Repository\IdentificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12652.     }
  12653.     /**
  12654.      * Gets the private 'App\Repository\InspectionRepository' shared autowired service.
  12655.      *
  12656.      * @return \App\Repository\InspectionRepository
  12657.      */
  12658.     protected function getInspectionRepositoryService()
  12659.     {
  12660.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12661.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12665.         include_once \dirname(__DIR__4).'/src/Repository/InspectionRepository.php';
  12666.         return $this->privates['App\\Repository\\InspectionRepository'] = new \App\Repository\InspectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12667.     }
  12668.     /**
  12669.      * Gets the private 'App\Repository\InventaireHistoriqueRepository' shared autowired service.
  12670.      *
  12671.      * @return \App\Repository\InventaireHistoriqueRepository
  12672.      */
  12673.     protected function getInventaireHistoriqueRepositoryService()
  12674.     {
  12675.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12676.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12677.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12679.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12680.         include_once \dirname(__DIR__4).'/src/Repository/InventaireHistoriqueRepository.php';
  12681.         return $this->privates['App\\Repository\\InventaireHistoriqueRepository'] = new \App\Repository\InventaireHistoriqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12682.     }
  12683.     /**
  12684.      * Gets the private 'App\Repository\InventaireRepository' shared autowired service.
  12685.      *
  12686.      * @return \App\Repository\InventaireRepository
  12687.      */
  12688.     protected function getInventaireRepositoryService()
  12689.     {
  12690.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12691.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12692.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12693.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12694.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12695.         include_once \dirname(__DIR__4).'/src/Repository/InventaireRepository.php';
  12696.         return $this->privates['App\\Repository\\InventaireRepository'] = new \App\Repository\InventaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12697.     }
  12698.     /**
  12699.      * Gets the private 'App\Repository\LocalAgenceRepository' shared autowired service.
  12700.      *
  12701.      * @return \App\Repository\LocalAgenceRepository
  12702.      */
  12703.     protected function getLocalAgenceRepositoryService()
  12704.     {
  12705.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12706.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12707.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12710.         include_once \dirname(__DIR__4).'/src/Repository/LocalAgenceRepository.php';
  12711.         return $this->privates['App\\Repository\\LocalAgenceRepository'] = new \App\Repository\LocalAgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12712.     }
  12713.     /**
  12714.      * Gets the private 'App\Repository\LotRepository' shared autowired service.
  12715.      *
  12716.      * @return \App\Repository\LotRepository
  12717.      */
  12718.     protected function getLotRepositoryService()
  12719.     {
  12720.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12721.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12725.         include_once \dirname(__DIR__4).'/src/Repository/LotRepository.php';
  12726.         return $this->privates['App\\Repository\\LotRepository'] = new \App\Repository\LotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12727.     }
  12728.     /**
  12729.      * Gets the private 'App\Repository\MaterielAssocieRepository' shared autowired service.
  12730.      *
  12731.      * @return \App\Repository\MaterielAssocieRepository
  12732.      */
  12733.     protected function getMaterielAssocieRepositoryService()
  12734.     {
  12735.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12736.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12737.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12739.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12740.         include_once \dirname(__DIR__4).'/src/Repository/MaterielAssocieRepository.php';
  12741.         return $this->privates['App\\Repository\\MaterielAssocieRepository'] = new \App\Repository\MaterielAssocieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12742.     }
  12743.     /**
  12744.      * Gets the private 'App\Repository\MaterielClientNetworkRepository' shared autowired service.
  12745.      *
  12746.      * @return \App\Repository\MaterielClientNetworkRepository
  12747.      */
  12748.     protected function getMaterielClientNetworkRepositoryService()
  12749.     {
  12750.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12751.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12755.         include_once \dirname(__DIR__4).'/src/Repository/MaterielClientNetworkRepository.php';
  12756.         return $this->privates['App\\Repository\\MaterielClientNetworkRepository'] = new \App\Repository\MaterielClientNetworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12757.     }
  12758.     /**
  12759.      * Gets the private 'App\Repository\MaterielFabriqueModelPreEnregistreRepository' shared autowired service.
  12760.      *
  12761.      * @return \App\Repository\MaterielFabriqueModelPreEnregistreRepository
  12762.      */
  12763.     protected function getMaterielFabriqueModelPreEnregistreRepositoryService()
  12764.     {
  12765.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12766.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12767.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12770.         include_once \dirname(__DIR__4).'/src/Repository/MaterielFabriqueModelPreEnregistreRepository.php';
  12771.         return $this->privates['App\\Repository\\MaterielFabriqueModelPreEnregistreRepository'] = new \App\Repository\MaterielFabriqueModelPreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12772.     }
  12773.     /**
  12774.      * Gets the private 'App\Repository\MaterielFacturationRepository' shared autowired service.
  12775.      *
  12776.      * @return \App\Repository\MaterielFacturationRepository
  12777.      */
  12778.     protected function getMaterielFacturationRepositoryService()
  12779.     {
  12780.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12781.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12782.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12784.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12785.         include_once \dirname(__DIR__4).'/src/Repository/MaterielFacturationRepository.php';
  12786.         return $this->privates['App\\Repository\\MaterielFacturationRepository'] = new \App\Repository\MaterielFacturationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12787.     }
  12788.     /**
  12789.      * Gets the private 'App\Repository\MaterielInspectionRepository' shared autowired service.
  12790.      *
  12791.      * @return \App\Repository\MaterielInspectionRepository
  12792.      */
  12793.     protected function getMaterielInspectionRepositoryService()
  12794.     {
  12795.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12796.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12797.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12798.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12799.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12800.         include_once \dirname(__DIR__4).'/src/Repository/MaterielInspectionRepository.php';
  12801.         return $this->privates['App\\Repository\\MaterielInspectionRepository'] = new \App\Repository\MaterielInspectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12802.     }
  12803.     /**
  12804.      * Gets the private 'App\Repository\MaterielModelPreEnregistreRepository' shared autowired service.
  12805.      *
  12806.      * @return \App\Repository\MaterielModelPreEnregistreRepository
  12807.      */
  12808.     protected function getMaterielModelPreEnregistreRepositoryService()
  12809.     {
  12810.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12811.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12812.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12813.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12815.         include_once \dirname(__DIR__4).'/src/Repository/MaterielModelPreEnregistreRepository.php';
  12816.         return $this->privates['App\\Repository\\MaterielModelPreEnregistreRepository'] = new \App\Repository\MaterielModelPreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12817.     }
  12818.     /**
  12819.      * Gets the private 'App\Repository\MaterielMouvementRepository' shared autowired service.
  12820.      *
  12821.      * @return \App\Repository\MaterielMouvementRepository
  12822.      */
  12823.     protected function getMaterielMouvementRepositoryService()
  12824.     {
  12825.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12826.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12827.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12829.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12830.         include_once \dirname(__DIR__4).'/src/Repository/MaterielMouvementRepository.php';
  12831.         return $this->privates['App\\Repository\\MaterielMouvementRepository'] = new \App\Repository\MaterielMouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12832.     }
  12833.     /**
  12834.      * Gets the private 'App\Repository\MaterielTransfertRepository' shared autowired service.
  12835.      *
  12836.      * @return \App\Repository\MaterielTransfertRepository
  12837.      */
  12838.     protected function getMaterielTransfertRepositoryService()
  12839.     {
  12840.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12842.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12845.         include_once \dirname(__DIR__4).'/src/Repository/MaterielTransfertRepository.php';
  12846.         return $this->privates['App\\Repository\\MaterielTransfertRepository'] = new \App\Repository\MaterielTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12847.     }
  12848.     /**
  12849.      * Gets the private 'App\Repository\ModelRepository' shared autowired service.
  12850.      *
  12851.      * @return \App\Repository\ModelRepository
  12852.      */
  12853.     protected function getModelRepositoryService()
  12854.     {
  12855.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12856.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12860.         include_once \dirname(__DIR__4).'/src/Repository/ModelRepository.php';
  12861.         return $this->privates['App\\Repository\\ModelRepository'] = new \App\Repository\ModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12862.     }
  12863.     /**
  12864.      * Gets the private 'App\Repository\ModelePreEnregistreRepository' shared autowired service.
  12865.      *
  12866.      * @return \App\Repository\ModelePreEnregistreRepository
  12867.      */
  12868.     protected function getModelePreEnregistreRepositoryService()
  12869.     {
  12870.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12871.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12875.         include_once \dirname(__DIR__4).'/src/Repository/ModelePreEnregistreRepository.php';
  12876.         return $this->privates['App\\Repository\\ModelePreEnregistreRepository'] = new \App\Repository\ModelePreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12877.     }
  12878.     /**
  12879.      * Gets the private 'App\Repository\MotifMouvementRepository' shared autowired service.
  12880.      *
  12881.      * @return \App\Repository\MotifMouvementRepository
  12882.      */
  12883.     protected function getMotifMouvementRepositoryService()
  12884.     {
  12885.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12886.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12888.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12890.         include_once \dirname(__DIR__4).'/src/Repository/MotifMouvementRepository.php';
  12891.         return $this->privates['App\\Repository\\MotifMouvementRepository'] = new \App\Repository\MotifMouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12892.     }
  12893.     /**
  12894.      * Gets the private 'App\Repository\MouvementRepository' shared autowired service.
  12895.      *
  12896.      * @return \App\Repository\MouvementRepository
  12897.      */
  12898.     protected function getMouvementRepositoryService()
  12899.     {
  12900.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12901.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12902.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12905.         include_once \dirname(__DIR__4).'/src/Repository/MouvementRepository.php';
  12906.         return $this->privates['App\\Repository\\MouvementRepository'] = new \App\Repository\MouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12907.     }
  12908.     /**
  12909.      * Gets the private 'App\Repository\NetworkRepository' shared autowired service.
  12910.      *
  12911.      * @return \App\Repository\NetworkRepository
  12912.      */
  12913.     protected function getNetworkRepositoryService()
  12914.     {
  12915.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12916.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12917.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12918.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12920.         include_once \dirname(__DIR__4).'/src/Repository/NetworkRepository.php';
  12921.         return $this->privates['App\\Repository\\NetworkRepository'] = new \App\Repository\NetworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12922.     }
  12923.     /**
  12924.      * Gets the private 'App\Repository\PreparationTransfertRepository' shared autowired service.
  12925.      *
  12926.      * @return \App\Repository\PreparationTransfertRepository
  12927.      */
  12928.     protected function getPreparationTransfertRepositoryService()
  12929.     {
  12930.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12931.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12932.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12933.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12934.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12935.         include_once \dirname(__DIR__4).'/src/Repository/PreparationTransfertRepository.php';
  12936.         return $this->privates['App\\Repository\\PreparationTransfertRepository'] = new \App\Repository\PreparationTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12937.     }
  12938.     /**
  12939.      * Gets the private 'App\Repository\ProduitRepository' shared autowired service.
  12940.      *
  12941.      * @return \App\Repository\ProduitRepository
  12942.      */
  12943.     protected function getProduitRepositoryService()
  12944.     {
  12945.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12946.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12950.         include_once \dirname(__DIR__4).'/src/Repository/ProduitRepository.php';
  12951.         return $this->privates['App\\Repository\\ProduitRepository'] = new \App\Repository\ProduitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12952.     }
  12953.     /**
  12954.      * Gets the private 'App\Repository\ReceptionRepository' shared autowired service.
  12955.      *
  12956.      * @return \App\Repository\ReceptionRepository
  12957.      */
  12958.     protected function getReceptionRepositoryService()
  12959.     {
  12960.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12961.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12963.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12965.         include_once \dirname(__DIR__4).'/src/Repository/ReceptionRepository.php';
  12966.         return $this->privates['App\\Repository\\ReceptionRepository'] = new \App\Repository\ReceptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12967.     }
  12968.     /**
  12969.      * Gets the private 'App\Repository\ReceptionTransfertRepository' shared autowired service.
  12970.      *
  12971.      * @return \App\Repository\ReceptionTransfertRepository
  12972.      */
  12973.     protected function getReceptionTransfertRepositoryService()
  12974.     {
  12975.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12976.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12980.         include_once \dirname(__DIR__4).'/src/Repository/ReceptionTransfertRepository.php';
  12981.         return $this->privates['App\\Repository\\ReceptionTransfertRepository'] = new \App\Repository\ReceptionTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12982.     }
  12983.     /**
  12984.      * Gets the private 'App\Repository\RemplacementRepository' shared autowired service.
  12985.      *
  12986.      * @return \App\Repository\RemplacementRepository
  12987.      */
  12988.     protected function getRemplacementRepositoryService()
  12989.     {
  12990.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12991.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12994.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12995.         include_once \dirname(__DIR__4).'/src/Repository/RemplacementRepository.php';
  12996.         return $this->privates['App\\Repository\\RemplacementRepository'] = new \App\Repository\RemplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12997.     }
  12998.     /**
  12999.      * Gets the private 'App\Repository\StockRepository' shared autowired service.
  13000.      *
  13001.      * @return \App\Repository\StockRepository
  13002.      */
  13003.     protected function getStockRepositoryService()
  13004.     {
  13005.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13006.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13009.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13010.         include_once \dirname(__DIR__4).'/src/Repository/StockRepository.php';
  13011.         return $this->privates['App\\Repository\\StockRepository'] = new \App\Repository\StockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13012.     }
  13013.     /**
  13014.      * Gets the private 'App\Repository\TransfertRepository' shared autowired service.
  13015.      *
  13016.      * @return \App\Repository\TransfertRepository
  13017.      */
  13018.     protected function getTransfertRepositoryService()
  13019.     {
  13020.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13021.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13022.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13025.         include_once \dirname(__DIR__4).'/src/Repository/TransfertRepository.php';
  13026.         return $this->privates['App\\Repository\\TransfertRepository'] = new \App\Repository\TransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13027.     }
  13028.     /**
  13029.      * Gets the private 'App\Repository\TypeEmplacementRepository' shared autowired service.
  13030.      *
  13031.      * @return \App\Repository\TypeEmplacementRepository
  13032.      */
  13033.     protected function getTypeEmplacementRepositoryService()
  13034.     {
  13035.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13036.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13040.         include_once \dirname(__DIR__4).'/src/Repository/TypeEmplacementRepository.php';
  13041.         return $this->privates['App\\Repository\\TypeEmplacementRepository'] = new \App\Repository\TypeEmplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13042.     }
  13043.     /**
  13044.      * Gets the private 'App\Repository\UserPermissionOnAgenceRepository' shared autowired service.
  13045.      *
  13046.      * @return \App\Repository\UserPermissionOnAgenceRepository
  13047.      */
  13048.     protected function getUserPermissionOnAgenceRepositoryService()
  13049.     {
  13050.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13051.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13055.         include_once \dirname(__DIR__4).'/src/Repository/UserPermissionOnAgenceRepository.php';
  13056.         return $this->privates['App\\Repository\\UserPermissionOnAgenceRepository'] = new \App\Repository\UserPermissionOnAgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13057.     }
  13058.     /**
  13059.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  13060.      *
  13061.      * @return \App\Repository\UserRepository
  13062.      */
  13063.     protected function getUserRepositoryService()
  13064.     {
  13065.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13067.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13070.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  13071.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository();
  13072.     }
  13073.     /**
  13074.      * Gets the private 'App\Repository\UsersRepository' shared autowired service.
  13075.      *
  13076.      * @return \App\Repository\UsersRepository
  13077.      */
  13078.     protected function getUsersRepositoryService()
  13079.     {
  13080.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13081.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  13082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  13084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  13085.         include_once \dirname(__DIR__4).'/src/Repository/UsersRepository.php';
  13086.         return $this->privates['App\\Repository\\UsersRepository'] = new \App\Repository\UsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13087.     }
  13088.     /**
  13089.      * Gets the private 'App\Service\Dashboard\DashboardService' shared autowired service.
  13090.      *
  13091.      * @return \App\Service\Dashboard\DashboardService
  13092.      */
  13093.     protected function getDashboardServiceService()
  13094.     {
  13095.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/DashboardServiceInterface.php';
  13096.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/DashboardService.php';
  13097.         return $this->privates['App\\Service\\Dashboard\\DashboardService'] = new \App\Service\Dashboard\DashboardService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13098.     }
  13099.     /**
  13100.      * Gets the private 'App\Service\Historic\HistoricService' shared autowired service.
  13101.      *
  13102.      * @return \App\Service\Historic\HistoricService
  13103.      */
  13104.     protected function getHistoricServiceService()
  13105.     {
  13106.         include_once \dirname(__DIR__4).'/src/Service/Historic/HistoricServiceInterface.php';
  13107.         include_once \dirname(__DIR__4).'/src/Service/Historic/HistoricService.php';
  13108.         return $this->privates['App\\Service\\Historic\\HistoricService'] = new \App\Service\Historic\HistoricService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13109.     }
  13110.     /**
  13111.      * Gets the private 'App\Service\MailerService' shared autowired service.
  13112.      *
  13113.      * @return \App\Service\MailerService
  13114.      */
  13115.     protected function getMailerServiceService()
  13116.     {
  13117.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  13118.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  13119.         if (isset($this->privates['App\\Service\\MailerService'])) {
  13120.             return $this->privates['App\\Service\\MailerService'];
  13121.         }
  13122.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13123.         if (isset($this->privates['App\\Service\\MailerService'])) {
  13124.             return $this->privates['App\\Service\\MailerService'];
  13125.         }
  13126.         return $this->privates['App\\Service\\MailerService'] = new \App\Service\MailerService($a, ($this->services['router'] ?? $this->getRouterService()), $b);
  13127.     }
  13128.     /**
  13129.      * Gets the private 'App\Service\OperationService' shared autowired service.
  13130.      *
  13131.      * @return \App\Service\OperationService
  13132.      */
  13133.     protected function getOperationServiceService()
  13134.     {
  13135.         include_once \dirname(__DIR__4).'/src/Service/OperationService.php';
  13136.         return $this->privates['App\\Service\\OperationService'] = new \App\Service\OperationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13137.     }
  13138.     /**
  13139.      * Gets the private 'App\Symfony\Form\Uploader' shared autowired service.
  13140.      *
  13141.      * @return \App\Symfony\Form\Uploader
  13142.      */
  13143.     protected function getUploaderService()
  13144.     {
  13145.         include_once \dirname(__DIR__4).'/src/Symfony/Form/Uploader.php';
  13146.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  13147.         return $this->privates['App\\Symfony\\Form\\Uploader'] = new \App\Symfony\Form\Uploader(\dirname(__DIR__4), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  13148.     }
  13149.     /**
  13150.      * Gets the private 'App\Validator\Constraints\UniqueCodeCaisseValidator' shared autowired service.
  13151.      *
  13152.      * @return \App\Validator\Constraints\UniqueCodeCaisseValidator
  13153.      */
  13154.     protected function getUniqueCodeCaisseValidatorService()
  13155.     {
  13156.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13157.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13158.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/UniqueCodeCaisseValidator.php';
  13159.         return $this->privates['App\\Validator\\Constraints\\UniqueCodeCaisseValidator'] = new \App\Validator\Constraints\UniqueCodeCaisseValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13160.     }
  13161.     /**
  13162.      * Gets the private 'App\Validator\Constraints\UniqueProspectInProjectValidator' shared autowired service.
  13163.      *
  13164.      * @return \App\Validator\Constraints\UniqueProspectInProjectValidator
  13165.      */
  13166.     protected function getUniqueProspectInProjectValidatorService()
  13167.     {
  13168.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13170.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/UniqueProspectInProjectValidator.php';
  13171.         return $this->privates['App\\Validator\\Constraints\\UniqueProspectInProjectValidator'] = new \App\Validator\Constraints\UniqueProspectInProjectValidator();
  13172.     }
  13173.     /**
  13174.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  13175.      *
  13176.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  13177.      */
  13178.     protected function getManagerRegistryAwareConnectionProviderService()
  13179.     {
  13180.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  13181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  13182.         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'));
  13183.     }
  13184.     /**
  13185.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  13186.      *
  13187.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  13188.      */
  13189.     protected function getRunSqlCommandService()
  13190.     {
  13191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13192.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  13193.         $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()));
  13194.         $instance->setName('dbal:run-sql');
  13195.         return $instance;
  13196.     }
  13197.     /**
  13198.      * Gets the private 'Gedmo\Blameable\BlameableListener' shared service.
  13199.      *
  13200.      * @return \Gedmo\Blameable\BlameableListener
  13201.      */
  13202.     protected function getBlameableListenerService()
  13203.     {
  13204.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13205.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13206.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  13207.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  13208.         $this->privates['Gedmo\\Blameable\\BlameableListener'] = $instance = new \Gedmo\Blameable\BlameableListener();
  13209.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13210.         return $instance;
  13211.     }
  13212.     /**
  13213.      * Gets the private 'Gedmo\Loggable\LoggableListener' shared service.
  13214.      *
  13215.      * @return \Gedmo\Loggable\LoggableListener
  13216.      */
  13217.     protected function getLoggableListenerService()
  13218.     {
  13219.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13220.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13221.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  13222.         $this->privates['Gedmo\\Loggable\\LoggableListener'] = $instance = new \Gedmo\Loggable\LoggableListener();
  13223.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13224.         return $instance;
  13225.     }
  13226.     /**
  13227.      * Gets the private 'Gedmo\Translatable\TranslatableListener' shared service.
  13228.      *
  13229.      * @return \Gedmo\Translatable\TranslatableListener
  13230.      */
  13231.     protected function getTranslatableListenerService()
  13232.     {
  13233.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  13234.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  13235.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  13236.         $this->privates['Gedmo\\Translatable\\TranslatableListener'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  13237.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13238.         $instance->setDefaultLocale('en');
  13239.         $instance->setTranslationFallback(false);
  13240.         return $instance;
  13241.     }
  13242.     /**
  13243.      * Gets the private 'SensioLabs\Security\Command\SecurityCheckerCommand' shared autowired service.
  13244.      *
  13245.      * @return \SensioLabs\Security\Command\SecurityCheckerCommand
  13246.      */
  13247.     protected function getSecurityCheckerCommandService()
  13248.     {
  13249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13250.         include_once \dirname(__DIR__4).'/vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php';
  13251.         include_once \dirname(__DIR__4).'/vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php';
  13252.         $this->privates['SensioLabs\\Security\\Command\\SecurityCheckerCommand'] = $instance = new \SensioLabs\Security\Command\SecurityCheckerCommand(new \SensioLabs\Security\SecurityChecker());
  13253.         $instance->setName('security:check');
  13254.         return $instance;
  13255.     }
  13256.     /**
  13257.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  13258.      *
  13259.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  13260.      */
  13261.     protected function getResetAssetsEventListenerService()
  13262.     {
  13263.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  13264.     }
  13265.     /**
  13266.      * Gets the private 'annotations.cache_adapter' shared service.
  13267.      *
  13268.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  13269.      */
  13270.     protected function getAnnotations_CacheAdapterService()
  13271.     {
  13272.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  13273.     }
  13274.     /**
  13275.      * Gets the private 'annotations.cache_warmer' shared service.
  13276.      *
  13277.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  13278.      */
  13279.     protected function getAnnotations_CacheWarmerService()
  13280.     {
  13281.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  13283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  13284.         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);
  13285.     }
  13286.     /**
  13287.      * Gets the private 'annotations.cached_reader' shared service.
  13288.      *
  13289.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  13290.      */
  13291.     protected function getAnnotations_CachedReaderService()
  13292.     {
  13293.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  13294.     }
  13295.     /**
  13296.      * Gets the private 'annotations.reader' shared service.
  13297.      *
  13298.      * @return \Doctrine\Common\Annotations\AnnotationReader
  13299.      */
  13300.     protected function getAnnotations_ReaderService()
  13301.     {
  13302.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  13303.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  13304.         $a->registerUniqueLoader('class_exists');
  13305.         $instance->addGlobalIgnoredName('required'$a);
  13306.         return $instance;
  13307.     }
  13308.     /**
  13309.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  13310.      *
  13311.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13312.      */
  13313.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  13314.     {
  13315.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LMDoCOx09t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13316.     }
  13317.     /**
  13318.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  13319.      *
  13320.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13321.      */
  13322.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  13323.     {
  13324.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nQVgDPMy8K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13325.     }
  13326.     /**
  13327.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  13328.      *
  13329.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13330.      */
  13331.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  13332.     {
  13333.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+uhBb03Thn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13334.     }
  13335.     /**
  13336.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  13337.      *
  13338.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13339.      */
  13340.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  13341.     {
  13342.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qcmb9b0LDt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13343.     }
  13344.     /**
  13345.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  13346.      *
  13347.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13348.      */
  13349.     protected function getApiPlatform_Cache_RouteNameResolverService()
  13350.     {
  13351.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eFV8xXoxI1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13352.     }
  13353.     /**
  13354.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  13355.      *
  13356.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13357.      */
  13358.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  13359.     {
  13360.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YHd8qYMU6J'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13361.     }
  13362.     /**
  13363.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  13364.      *
  13365.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  13366.      */
  13367.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  13368.     {
  13369.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  13370.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13371.     }
  13372.     /**
  13373.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  13374.      *
  13375.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  13376.      */
  13377.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  13378.     {
  13379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  13380.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  13381.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  13382.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  13383.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  13384.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  13385.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  13386.         }, 5));
  13387.     }
  13388.     /**
  13389.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  13390.      *
  13391.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  13392.      */
  13393.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  13394.     {
  13395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  13396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  13397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  13398.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  13399.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  13400.         }, 1), NULL);
  13401.     }
  13402.     /**
  13403.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  13404.      *
  13405.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  13406.      */
  13407.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  13408.     {
  13409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  13410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  13411.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  13412.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  13413.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  13414.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  13415.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  13416.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  13417.         }, 5), new RewindableGenerator(function () {
  13418.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  13419.         }, 1), NULL);
  13420.     }
  13421.     /**
  13422.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  13423.      *
  13424.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  13425.      */
  13426.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  13427.     {
  13428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  13430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  13431.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  13432.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  13433.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  13434.     }
  13435.     /**
  13436.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  13437.      *
  13438.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  13439.      */
  13440.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  13441.     {
  13442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  13443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  13444.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  13445.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  13446.     }
  13447.     /**
  13448.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  13449.      *
  13450.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  13451.      */
  13452.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  13453.     {
  13454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  13455.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  13456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  13457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  13458.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  13459.     }
  13460.     /**
  13461.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  13462.      *
  13463.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  13464.      */
  13465.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  13466.     {
  13467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  13468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  13469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  13470.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13471.     }
  13472.     /**
  13473.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  13474.      *
  13475.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  13476.      */
  13477.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  13478.     {
  13479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  13480.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  13481.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  13482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  13483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  13484.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  13485.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  13486.     }
  13487.     /**
  13488.      * Gets the private 'api_platform.fos_user.event_listener' shared service.
  13489.      *
  13490.      * @return \ApiPlatform\Core\Bridge\FosUser\EventListener
  13491.      */
  13492.     protected function getApiPlatform_FosUser_EventListenerService()
  13493.     {
  13494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/FosUser/EventListener.php';
  13495.         return $this->privates['api_platform.fos_user.event_listener'] = new \ApiPlatform\Core\Bridge\FosUser\EventListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  13496.     }
  13497.     /**
  13498.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  13499.      *
  13500.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  13501.      */
  13502.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  13503.     {
  13504.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13505.     }
  13506.     /**
  13507.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  13508.      *
  13509.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  13510.      */
  13511.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  13512.     {
  13513.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  13514.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  13515.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  13516.         }
  13517.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  13518.     }
  13519.     /**
  13520.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  13521.      *
  13522.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  13523.      */
  13524.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  13525.     {
  13526.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  13527.     }
  13528.     /**
  13529.      * Gets the private 'api_platform.identifier.converter' shared service.
  13530.      *
  13531.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  13532.      */
  13533.     protected function getApiPlatform_Identifier_ConverterService()
  13534.     {
  13535.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  13536.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  13537.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  13538.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  13539.         }, 3));
  13540.     }
  13541.     /**
  13542.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  13543.      *
  13544.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  13545.      *
  13546.      * @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
  13547.      */
  13548.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  13549.     {
  13550.         trigger_deprecation('api-platform/core''2.7''The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
  13551.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  13552.     }
  13553.     /**
  13554.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  13555.      *
  13556.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  13557.      */
  13558.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  13559.     {
  13560.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  13561.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  13562.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  13563.     }
  13564.     /**
  13565.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  13566.      *
  13567.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  13568.      *
  13569.      * @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
  13570.      */
  13571.     protected function getApiPlatform_IriConverter_LegacyService()
  13572.     {
  13573.         trigger_deprecation('api-platform/core''2.7''Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
  13574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  13575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  13576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  13577.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  13578.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13579.     }
  13580.     /**
  13581.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  13582.      *
  13583.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  13584.      */
  13585.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  13586.     {
  13587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  13589.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  13590.         $instance->setName('api:json-schema:generate');
  13591.         return $instance;
  13592.     }
  13593.     /**
  13594.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  13595.      *
  13596.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  13597.      */
  13598.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  13599.     {
  13600.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  13601.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  13602.         return $instance;
  13603.     }
  13604.     /**
  13605.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  13606.      *
  13607.      * @return \ApiPlatform\JsonLd\ContextBuilder
  13608.      */
  13609.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  13610.     {
  13611.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  13612.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  13613.     }
  13614.     /**
  13615.      * Gets the private 'api_platform.listener.exception' shared service.
  13616.      *
  13617.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  13618.      */
  13619.     protected function getApiPlatform_Listener_ExceptionService()
  13620.     {
  13621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  13622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  13623.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  13624.     }
  13625.     /**
  13626.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  13627.      *
  13628.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  13629.      */
  13630.     protected function getApiPlatform_Listener_Exception_ValidationService()
  13631.     {
  13632.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  13633.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  13634.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  13635.             return $this->privates['api_platform.listener.exception.validation'];
  13636.         }
  13637.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener($a$this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  13638.     }
  13639.     /**
  13640.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  13641.      *
  13642.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  13643.      */
  13644.     protected function getApiPlatform_Listener_Request_AddFormatService()
  13645.     {
  13646.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  13647.     }
  13648.     /**
  13649.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  13650.      *
  13651.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  13652.      */
  13653.     protected function getApiPlatform_Listener_Request_DeserializeService()
  13654.     {
  13655.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  13656.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  13657.             return $this->privates['api_platform.listener.request.deserialize'];
  13658.         }
  13659.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13660.     }
  13661.     /**
  13662.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  13663.      *
  13664.      * @return \ApiPlatform\Core\EventListener\ReadListener
  13665.      */
  13666.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  13667.     {
  13668.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13669.     }
  13670.     /**
  13671.      * Gets the private 'api_platform.listener.view.respond' shared service.
  13672.      *
  13673.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  13674.      */
  13675.     protected function getApiPlatform_Listener_View_RespondService()
  13676.     {
  13677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  13678.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  13679.     }
  13680.     /**
  13681.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  13682.      *
  13683.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  13684.      */
  13685.     protected function getApiPlatform_Listener_View_SerializeService()
  13686.     {
  13687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  13688.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  13689.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  13690.             return $this->privates['api_platform.listener.view.serialize'];
  13691.         }
  13692.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  13693.     }
  13694.     /**
  13695.      * Gets the private 'api_platform.listener.view.validate' shared service.
  13696.      *
  13697.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  13698.      */
  13699.     protected function getApiPlatform_Listener_View_ValidateService()
  13700.     {
  13701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  13702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  13703.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  13704.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  13705.     }
  13706.     /**
  13707.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  13708.      *
  13709.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  13710.      */
  13711.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  13712.     {
  13713.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  13714.     }
  13715.     /**
  13716.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  13717.      *
  13718.      * @return \ApiPlatform\Core\EventListener\WriteListener
  13719.      */
  13720.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  13721.     {
  13722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  13723.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  13724.     }
  13725.     /**
  13726.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  13727.      *
  13728.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  13729.      */
  13730.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  13731.     {
  13732.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  13733.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  13734.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  13735.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  13736.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  13737.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  13738.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  13739.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  13740.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  13741.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  13742.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  13743.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  13744.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  13745.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  13746.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  13747.         }, 13)));
  13748.     }
  13749.     /**
  13750.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  13751.      *
  13752.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  13753.      */
  13754.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  13755.     {
  13756.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  13757.     }
  13758.     /**
  13759.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  13760.      *
  13761.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  13762.      */
  13763.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  13764.     {
  13765.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  13766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  13767.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  13768.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  13769.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  13770.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  13771.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  13772.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  13773.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  13774.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  13775.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  13776.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  13777.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  13778.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  13779.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  13780.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  13781.         }, 13));
  13782.     }
  13783.     /**
  13784.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  13785.      *
  13786.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  13787.      */
  13788.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  13789.     {
  13790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  13791.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  13792.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  13793.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  13794.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  13795.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  13796.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  13797.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  13798.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  13799.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  13800.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  13801.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  13802.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  13803.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  13804.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  13805.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  13806.         }, 13));
  13807.     }
  13808.     /**
  13809.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  13810.      *
  13811.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  13812.      */
  13813.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  13814.     {
  13815.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  13816.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults'])))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  13817.     }
  13818.     /**
  13819.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  13820.      *
  13821.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  13822.      */
  13823.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  13824.     {
  13825.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  13826.     }
  13827.     /**
  13828.      * Gets the private 'api_platform.openapi.command' shared service.
  13829.      *
  13830.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  13831.      */
  13832.     protected function getApiPlatform_Openapi_CommandService()
  13833.     {
  13834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13835.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  13836.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  13837.         $instance->setName('api:openapi:export');
  13838.         return $instance;
  13839.     }
  13840.     /**
  13841.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  13842.      *
  13843.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  13844.      */
  13845.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  13846.     {
  13847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  13848.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  13849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  13850.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial'));
  13851.     }
  13852.     /**
  13853.      * Gets the private 'api_platform.openapi.options' shared service.
  13854.      *
  13855.      * @return \ApiPlatform\OpenApi\Options
  13856.      */
  13857.     protected function getApiPlatform_Openapi_OptionsService()
  13858.     {
  13859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  13860.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  13861.     }
  13862.     /**
  13863.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  13864.      *
  13865.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  13866.      */
  13867.     protected function getApiPlatform_OperationPathResolver_CustomService()
  13868.     {
  13869.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  13870.     }
  13871.     /**
  13872.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  13873.      *
  13874.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  13875.      */
  13876.     protected function getApiPlatform_OperationPathResolver_RouterService()
  13877.     {
  13878.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  13879.     }
  13880.     /**
  13881.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  13882.      *
  13883.      * @return \ApiPlatform\Api\ResourceClassResolver
  13884.      */
  13885.     protected function getApiPlatform_ResourceClassResolverService()
  13886.     {
  13887.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  13888.     }
  13889.     /**
  13890.      * Gets the private 'api_platform.router' shared service.
  13891.      *
  13892.      * @return \ApiPlatform\Symfony\Routing\Router
  13893.      */
  13894.     protected function getApiPlatform_RouterService()
  13895.     {
  13896.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  13897.     }
  13898.     /**
  13899.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  13900.      *
  13901.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  13902.      */
  13903.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  13904.     {
  13905.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  13906.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  13907.             return $this->privates['api_platform.security.listener.request.deny_access'];
  13908.         }
  13909.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  13910.     }
  13911.     /**
  13912.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  13913.      *
  13914.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  13915.      */
  13916.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  13917.     {
  13918.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13919.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  13920.             return $this->privates['api_platform.security.resource_access_checker'];
  13921.         }
  13922.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  13923.     }
  13924.     /**
  13925.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  13926.      *
  13927.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  13928.      */
  13929.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  13930.     {
  13931.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  13932.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  13933.     }
  13934.     /**
  13935.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  13936.      *
  13937.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  13938.      */
  13939.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  13940.     {
  13941.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(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()))])));
  13942.     }
  13943.     /**
  13944.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  13945.      *
  13946.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  13947.      */
  13948.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  13949.     {
  13950.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  13951.     }
  13952.     /**
  13953.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  13954.      *
  13955.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  13956.      */
  13957.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  13958.     {
  13959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13960.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  13961.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  13962.         $instance->setName('api:swagger:export');
  13963.         return $instance;
  13964.     }
  13965.     /**
  13966.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  13967.      *
  13968.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  13969.      */
  13970.     protected function getApiPlatform_UpgradeResource_CommandService()
  13971.     {
  13972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13973.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  13974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  13975.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  13976.         $instance->setName('api:upgrade-resource');
  13977.         return $instance;
  13978.     }
  13979.     /**
  13980.      * Gets the private 'assets.packages' shared service.
  13981.      *
  13982.      * @return \Symfony\Component\Asset\Packages
  13983.      */
  13984.     protected function getAssets_PackagesService()
  13985.     {
  13986.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  13987.         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 () {
  13988.             return new \EmptyIterator();
  13989.         }, 0));
  13990.     }
  13991.     /**
  13992.      * Gets the private 'cache.annotations' shared service.
  13993.      *
  13994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13995.      */
  13996.     protected function getCache_AnnotationsService()
  13997.     {
  13998.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1nrkSpoZrA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13999.     }
  14000.     /**
  14001.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  14002.      *
  14003.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14004.      */
  14005.     protected function getCache_Doctrine_Orm_Default_QueryService()
  14006.     {
  14007.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  14008.     }
  14009.     /**
  14010.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  14011.      *
  14012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14013.      */
  14014.     protected function getCache_Doctrine_Orm_Default_ResultService()
  14015.     {
  14016.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  14017.     }
  14018.     /**
  14019.      * Gets the private 'cache.property_info' shared service.
  14020.      *
  14021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14022.      */
  14023.     protected function getCache_PropertyInfoService()
  14024.     {
  14025.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zNpDlJFyEt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14026.     }
  14027.     /**
  14028.      * Gets the private 'cache.security_expression_language' shared service.
  14029.      *
  14030.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14031.      */
  14032.     protected function getCache_SecurityExpressionLanguageService()
  14033.     {
  14034.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oPgh5zU0HF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14035.     }
  14036.     /**
  14037.      * Gets the private 'cache.serializer' shared service.
  14038.      *
  14039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14040.      */
  14041.     protected function getCache_SerializerService()
  14042.     {
  14043.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nHJqlXrCNy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14044.     }
  14045.     /**
  14046.      * Gets the private 'cache.validator' shared service.
  14047.      *
  14048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14049.      */
  14050.     protected function getCache_ValidatorService()
  14051.     {
  14052.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zf4SgtYau7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14053.     }
  14054.     /**
  14055.      * Gets the private 'cache.webpack_encore' shared service.
  14056.      *
  14057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14058.      */
  14059.     protected function getCache_WebpackEncoreService()
  14060.     {
  14061.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Bm7BOm25i+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14062.     }
  14063.     /**
  14064.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  14065.      *
  14066.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  14067.      */
  14068.     protected function getCachePoolClearer_CacheWarmerService()
  14069.     {
  14070.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  14072.         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']);
  14073.     }
  14074.     /**
  14075.      * Gets the private 'config_builder.warmer' shared service.
  14076.      *
  14077.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  14078.      */
  14079.     protected function getConfigBuilder_WarmerService()
  14080.     {
  14081.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  14083.         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()));
  14084.     }
  14085.     /**
  14086.      * Gets the private 'config_cache_factory' shared service.
  14087.      *
  14088.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  14089.      */
  14090.     protected function getConfigCacheFactoryService()
  14091.     {
  14092.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  14093.             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)));
  14094.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  14095.         }, 2));
  14096.     }
  14097.     /**
  14098.      * Gets the private 'console.command.about' shared service.
  14099.      *
  14100.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  14101.      */
  14102.     protected function getConsole_Command_AboutService()
  14103.     {
  14104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  14106.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  14107.         $instance->setName('about');
  14108.         $instance->setDescription('Display information about the current project');
  14109.         return $instance;
  14110.     }
  14111.     /**
  14112.      * Gets the private 'console.command.assets_install' shared service.
  14113.      *
  14114.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  14115.      */
  14116.     protected function getConsole_Command_AssetsInstallService()
  14117.     {
  14118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  14120.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  14121.         $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));
  14122.         $instance->setName('assets:install');
  14123.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  14124.         return $instance;
  14125.     }
  14126.     /**
  14127.      * Gets the private 'console.command.cache_clear' shared service.
  14128.      *
  14129.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  14130.      */
  14131.     protected function getConsole_Command_CacheClearService()
  14132.     {
  14133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  14135.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  14136.         $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())));
  14137.         $instance->setName('cache:clear');
  14138.         $instance->setDescription('Clear the cache');
  14139.         return $instance;
  14140.     }
  14141.     /**
  14142.      * Gets the private 'console.command.cache_pool_clear' shared service.
  14143.      *
  14144.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  14145.      */
  14146.     protected function getConsole_Command_CachePoolClearService()
  14147.     {
  14148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  14150.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.metadata.resource.legacy'=> 'api_platform.cache.metadata.property.legacy'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.cache.identifiers_extractor'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'10 => 'cache.validator'11 => 'cache.serializer'12 => 'cache.annotations'13 => 'cache.property_info'14 => 'cache.validator_expression_language'15 => 'cache.security_expression_language'16 => 'cache.webpack_encore']);
  14151.         $instance->setName('cache:pool:clear');
  14152.         $instance->setDescription('Clear cache pools');
  14153.         return $instance;
  14154.     }
  14155.     /**
  14156.      * Gets the private 'console.command.cache_pool_delete' shared service.
  14157.      *
  14158.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  14159.      */
  14160.     protected function getConsole_Command_CachePoolDeleteService()
  14161.     {
  14162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  14164.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.metadata.resource.legacy'=> 'api_platform.cache.metadata.property.legacy'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.cache.identifiers_extractor'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'10 => 'cache.validator'11 => 'cache.serializer'12 => 'cache.annotations'13 => 'cache.property_info'14 => 'cache.validator_expression_language'15 => 'cache.security_expression_language'16 => 'cache.webpack_encore']);
  14165.         $instance->setName('cache:pool:delete');
  14166.         $instance->setDescription('Delete an item from a cache pool');
  14167.         return $instance;
  14168.     }
  14169.     /**
  14170.      * Gets the private 'console.command.cache_pool_list' shared service.
  14171.      *
  14172.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  14173.      */
  14174.     protected function getConsole_Command_CachePoolListService()
  14175.     {
  14176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  14178.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.metadata.resource.legacy'=> 'api_platform.cache.metadata.property.legacy'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.cache.identifiers_extractor'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'10 => 'cache.validator'11 => 'cache.serializer'12 => 'cache.annotations'13 => 'cache.property_info'14 => 'cache.validator_expression_language'15 => 'cache.security_expression_language'16 => 'cache.webpack_encore']);
  14179.         $instance->setName('cache:pool:list');
  14180.         $instance->setDescription('List available cache pools');
  14181.         return $instance;
  14182.     }
  14183.     /**
  14184.      * Gets the private 'console.command.cache_pool_prune' shared service.
  14185.      *
  14186.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  14187.      */
  14188.     protected function getConsole_Command_CachePoolPruneService()
  14189.     {
  14190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  14192.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  14193.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  14194.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  14195.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  14196.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  14197.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  14198.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  14199.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  14200.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  14201.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  14202.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  14203.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  14204.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  14205.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  14206.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  14207.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  14208.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  14209.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  14210.         }, 17));
  14211.         $instance->setName('cache:pool:prune');
  14212.         $instance->setDescription('Prune cache pools');
  14213.         return $instance;
  14214.     }
  14215.     /**
  14216.      * Gets the private 'console.command.cache_warmup' shared service.
  14217.      *
  14218.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  14219.      */
  14220.     protected function getConsole_Command_CacheWarmupService()
  14221.     {
  14222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  14224.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  14225.         $instance->setName('cache:warmup');
  14226.         $instance->setDescription('Warm up an empty cache');
  14227.         return $instance;
  14228.     }
  14229.     /**
  14230.      * Gets the private 'console.command.config_debug' shared service.
  14231.      *
  14232.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  14233.      */
  14234.     protected function getConsole_Command_ConfigDebugService()
  14235.     {
  14236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  14241.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  14242.         $instance->setName('debug:config');
  14243.         $instance->setDescription('Dump the current configuration for an extension');
  14244.         return $instance;
  14245.     }
  14246.     /**
  14247.      * Gets the private 'console.command.config_dump_reference' shared service.
  14248.      *
  14249.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  14250.      */
  14251.     protected function getConsole_Command_ConfigDumpReferenceService()
  14252.     {
  14253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  14258.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  14259.         $instance->setName('config:dump-reference');
  14260.         $instance->setDescription('Dump the default configuration for an extension');
  14261.         return $instance;
  14262.     }
  14263.     /**
  14264.      * Gets the private 'console.command.container_debug' shared service.
  14265.      *
  14266.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  14267.      */
  14268.     protected function getConsole_Command_ContainerDebugService()
  14269.     {
  14270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14272.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14273.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  14274.         $instance->setName('debug:container');
  14275.         $instance->setDescription('Display current services for an application');
  14276.         return $instance;
  14277.     }
  14278.     /**
  14279.      * Gets the private 'console.command.container_lint' shared service.
  14280.      *
  14281.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  14282.      */
  14283.     protected function getConsole_Command_ContainerLintService()
  14284.     {
  14285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  14287.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  14288.         $instance->setName('lint:container');
  14289.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  14290.         return $instance;
  14291.     }
  14292.     /**
  14293.      * Gets the private 'console.command.debug_autowiring' shared service.
  14294.      *
  14295.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  14296.      */
  14297.     protected function getConsole_Command_DebugAutowiringService()
  14298.     {
  14299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  14303.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14304.         $instance->setName('debug:autowiring');
  14305.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  14306.         return $instance;
  14307.     }
  14308.     /**
  14309.      * Gets the private 'console.command.dotenv_debug' shared service.
  14310.      *
  14311.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  14312.      */
  14313.     protected function getConsole_Command_DotenvDebugService()
  14314.     {
  14315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14316.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  14317.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  14318.         $instance->setName('debug:dotenv');
  14319.         $instance->setDescription('Lists all dotenv files with variables and values');
  14320.         return $instance;
  14321.     }
  14322.     /**
  14323.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  14324.      *
  14325.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  14326.      */
  14327.     protected function getConsole_Command_EventDispatcherDebugService()
  14328.     {
  14329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  14331.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.VmBnF5P'] ?? $this->get_ServiceLocator_VmBnF5PService()));
  14332.         $instance->setName('debug:event-dispatcher');
  14333.         $instance->setDescription('Display configured listeners for an application');
  14334.         return $instance;
  14335.     }
  14336.     /**
  14337.      * Gets the private 'console.command.form_debug' shared service.
  14338.      *
  14339.      * @return \Symfony\Component\Form\Command\DebugCommand
  14340.      */
  14341.     protected function getConsole_Command_FormDebugService()
  14342.     {
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  14345.         $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'=> 'App\\Form\\Type'=> 'App\\Form\\Type\\Intervention'=> 'App\\Form\\Type\\Project'=> 'App\\Form\\Type\\Prospect'=> 'App\\Form\\Type\\ReadOnly'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'], [=> 'App\\Form\\StockType'=> 'App\\Form\\Type\\AgenceFormType'=> 'App\\Form\\Type\\ArticleClientEditFormType'=> 'App\\Form\\Type\\ArticleClientFormType'=> 'App\\Form\\Type\\AttachedFileFormType'=> 'App\\Form\\Type\\BuildingFormType'=> 'App\\Form\\Type\\CaisseFormType'=> 'App\\Form\\Type\\CaracteristiqueCommercialeFormType'=> 'App\\Form\\Type\\CaracteristiqueGeneraleFormType'=> 'App\\Form\\Type\\CaracteristiqueTechniqueFormType'10 => 'App\\Form\\Type\\CategorieFormType'11 => 'App\\Form\\Type\\ChangementKitDefectueuxType'12 => 'App\\Form\\Type\\ChangementKitFormType'13 => 'App\\Form\\Type\\ChangementKitRemplacementType'14 => 'App\\Form\\Type\\ClientFormType'15 => 'App\\Form\\Type\\CodeGenerationWithPaymentFormType'16 => 'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType'17 => 'App\\Form\\Type\\CodeMassUploadFormType'18 => 'App\\Form\\Type\\CommissionFormType'19 => 'App\\Form\\Type\\CommissionNanoEntrepreneurFormType'20 => 'App\\Form\\Type\\DesinstallationMaterielFormType'21 => 'App\\Form\\Type\\DeviceCustomerFormType'22 => 'App\\Form\\Type\\DeviceDimensionFormType'23 => 'App\\Form\\Type\\DeviceFormType'24 => 'App\\Form\\Type\\EntrepreneurChangeFormType'25 => 'App\\Form\\Type\\FabricationFormType'26 => 'App\\Form\\Type\\FacturationFormType'27 => 'App\\Form\\Type\\FournisseurFormType'28 => 'App\\Form\\Type\\GestionnaireFormType'29 => 'App\\Form\\Type\\IdentificationFormType'30 => 'App\\Form\\Type\\InspectionFormType'31 => 'App\\Form\\Type\\Intervention\\FixFormType'32 => 'App\\Form\\Type\\Intervention\\MaintenanceFormType'33 => 'App\\Form\\Type\\Intervention\\RecordFormType'34 => 'App\\Form\\Type\\Intervention\\TaskFormType'35 => 'App\\Form\\Type\\InterventionChoiceFormType'36 => 'App\\Form\\Type\\InventaireFormType'37 => 'App\\Form\\Type\\KoboFormType'38 => 'App\\Form\\Type\\LocalAgenceFormType'39 => 'App\\Form\\Type\\LocalizationFormType'40 => 'App\\Form\\Type\\MaintenanceFrequencyFormType'41 => 'App\\Form\\Type\\MaterielAssocieFormType'42 => 'App\\Form\\Type\\MaterielAssocieFormTypeOld'43 => 'App\\Form\\Type\\MaterielChangementDeKitFormType'44 => 'App\\Form\\Type\\MaterielClientNetworkFormType'45 => 'App\\Form\\Type\\MaterielDeRamplacementFormType'46 => 'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType'47 => 'App\\Form\\Type\\MaterielFacturationFormType'48 => 'App\\Form\\Type\\MaterielInspectionFormType'49 => 'App\\Form\\Type\\MaterielInventaireFormType'50 => 'App\\Form\\Type\\MaterielModelPreEnregistreFormType'51 => 'App\\Form\\Type\\MaterielMouvementFormType'52 => 'App\\Form\\Type\\MaterielPreparationTransfertFormType'53 => 'App\\Form\\Type\\MaterielTransfertFormType'54 => 'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType'55 => 'App\\Form\\Type\\ModelFormType'56 => 'App\\Form\\Type\\ModelePreEnregistreFormType'57 => 'App\\Form\\Type\\MouvementFormType'58 => 'App\\Form\\Type\\NetworkDeviceFormType'59 => 'App\\Form\\Type\\NetworkFormType'60 => 'App\\Form\\Type\\OfferFormType'61 => 'App\\Form\\Type\\PlanifiedMaintenanceFormType'62 => 'App\\Form\\Type\\PreparationTransfertFormType'63 => 'App\\Form\\Type\\PriceOfferFormType'64 => 'App\\Form\\Type\\ProduitFormType'65 => 'App\\Form\\Type\\ProfileFormType'66 => 'App\\Form\\Type\\Project\\ConstructionFormType'67 => 'App\\Form\\Type\\Project\\ContractFormType'68 => 'App\\Form\\Type\\Project\\DefinitionFormType'69 => 'App\\Form\\Type\\Project\\GenerateCodeClairFormType'70 => 'App\\Form\\Type\\Project\\NetworkDevicesFormType'71 => 'App\\Form\\Type\\Project\\NetworkFromCustomerFormType'72 => 'App\\Form\\Type\\Project\\SizingFormType'73 => 'App\\Form\\Type\\Project\\generationCodeFormType'74 => 'App\\Form\\Type\\ProjectWorkflowFormType'75 => 'App\\Form\\Type\\Prospect\\ChangementForfaitFormType'76 => 'App\\Form\\Type\\Prospect\\CustomersArticleFormType'77 => 'App\\Form\\Type\\Prospect\\DoorToDoorFormType'78 => 'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType'79 => 'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType'80 => 'App\\Form\\Type\\Prospect\\IdentificationFormType'81 => 'App\\Form\\Type\\Prospect\\RefundFormType'82 => 'App\\Form\\Type\\Prospect\\SurveyFormType'83 => 'App\\Form\\Type\\ProspectContractFormType'84 => 'App\\Form\\Type\\ProspectDateJoinFormType'85 => 'App\\Form\\Type\\ProspectDevicesFormType'86 => 'App\\Form\\Type\\ProspectDistancesFormType'87 => 'App\\Form\\Type\\ProspectMassUploadFormType'88 => 'App\\Form\\Type\\ProspectOffersConsumptionFormType'89 => 'App\\Form\\Type\\ProspectSubscriptionFeesFormType'90 => 'App\\Form\\Type\\ProspectTotalPriceEstimationFormType'91 => 'App\\Form\\Type\\ProspectWorkflowFormType'92 => 'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType'93 => 'App\\Form\\Type\\ReceptionFormType'94 => 'App\\Form\\Type\\ReceptionTransfertFormType'95 => 'App\\Form\\Type\\RecommendedDeviceFormType'96 => 'App\\Form\\Type\\RegularisationFormType'97 => 'App\\Form\\Type\\RemplacementChangementKitFormType'98 => 'App\\Form\\Type\\RemplacementDefectueuxType'99 => 'App\\Form\\Type\\RemplacementRemplacementType'100 => 'App\\Form\\Type\\RemplacementType'101 => 'App\\Form\\Type\\RetourMaterielFormType'102 => 'App\\Form\\Type\\SatisfactionFormType'103 => 'App\\Form\\Type\\SoldFormType'104 => 'App\\Form\\Type\\TransfertFormType'105 => 'App\\Form\\Type\\UserCaisseFormType'106 => 'App\\Form\\Type\\UserPermissionOnAgenceFormType'107 => 'App\\Form\\Type\\ZoneFormType'108 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'109 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'110 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'111 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'112 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'113 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'114 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'115 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'116 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [=> '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\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14346.         $instance->setName('debug:form');
  14347.         $instance->setDescription('Display form type information');
  14348.         return $instance;
  14349.     }
  14350.     /**
  14351.      * Gets the private 'console.command.router_debug' shared service.
  14352.      *
  14353.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  14354.      */
  14355.     protected function getConsole_Command_RouterDebugService()
  14356.     {
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  14360.         $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()));
  14361.         $instance->setName('debug:router');
  14362.         $instance->setDescription('Display current routes for an application');
  14363.         return $instance;
  14364.     }
  14365.     /**
  14366.      * Gets the private 'console.command.router_match' shared service.
  14367.      *
  14368.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  14369.      */
  14370.     protected function getConsole_Command_RouterMatchService()
  14371.     {
  14372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  14374.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  14375.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  14376.         }, 1));
  14377.         $instance->setName('router:match');
  14378.         $instance->setDescription('Help debug routes by simulating a path info match');
  14379.         return $instance;
  14380.     }
  14381.     /**
  14382.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  14383.      *
  14384.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  14385.      */
  14386.     protected function getConsole_Command_SecretsDecryptToLocalService()
  14387.     {
  14388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  14390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14392.         $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')))));
  14393.         $instance->setName('secrets:decrypt-to-local');
  14394.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  14395.         return $instance;
  14396.     }
  14397.     /**
  14398.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  14399.      *
  14400.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  14401.      */
  14402.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  14403.     {
  14404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  14406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14408.         $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')))));
  14409.         $instance->setName('secrets:encrypt-from-local');
  14410.         $instance->setDescription('Encrypt all local secrets to the vault');
  14411.         return $instance;
  14412.     }
  14413.     /**
  14414.      * Gets the private 'console.command.secrets_generate_key' shared service.
  14415.      *
  14416.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  14417.      */
  14418.     protected function getConsole_Command_SecretsGenerateKeyService()
  14419.     {
  14420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  14422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14424.         $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')))));
  14425.         $instance->setName('secrets:generate-keys');
  14426.         $instance->setDescription('Generate new encryption keys');
  14427.         return $instance;
  14428.     }
  14429.     /**
  14430.      * Gets the private 'console.command.secrets_list' shared service.
  14431.      *
  14432.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  14433.      */
  14434.     protected function getConsole_Command_SecretsListService()
  14435.     {
  14436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  14438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14440.         $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')))));
  14441.         $instance->setName('secrets:list');
  14442.         $instance->setDescription('List all secrets');
  14443.         return $instance;
  14444.     }
  14445.     /**
  14446.      * Gets the private 'console.command.secrets_remove' shared service.
  14447.      *
  14448.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  14449.      */
  14450.     protected function getConsole_Command_SecretsRemoveService()
  14451.     {
  14452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14456.         $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')))));
  14457.         $instance->setName('secrets:remove');
  14458.         $instance->setDescription('Remove a secret from the vault');
  14459.         return $instance;
  14460.     }
  14461.     /**
  14462.      * Gets the private 'console.command.secrets_set' shared service.
  14463.      *
  14464.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  14465.      */
  14466.     protected function getConsole_Command_SecretsSetService()
  14467.     {
  14468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  14470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14472.         $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')))));
  14473.         $instance->setName('secrets:set');
  14474.         $instance->setDescription('Set a secret in the vault');
  14475.         return $instance;
  14476.     }
  14477.     /**
  14478.      * Gets the private 'console.command.translation_debug' shared service.
  14479.      *
  14480.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  14481.      */
  14482.     protected function getConsole_Command_TranslationDebugService()
  14483.     {
  14484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  14486.         $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).'/src/Resources/views'), [=> (\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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations')], [=> (\dirname(__DIR__4).'/src/Resources/views'), => (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), => (\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/NetworkController.php'), => (\dirname(__DIR__4).'/src/Controller/ProjectController.php'), => (\dirname(__DIR__4).'/src/Form/Type/AgenceFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/ArticleClientEditFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/ArticleClientFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php'), 10 => (\dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php'), 11 => (\dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php'), 12 => (\dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php'), 13 => (\dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php'), 14 => (\dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormTypeOld.php'), 15 => (\dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php'), 16 => (\dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php'), 17 => (\dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php'), 18 => (\dirname(__DIR__4).'/src/Form/Type/ModelFormType.php'), 19 => (\dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php'), 20 => (\dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php'), 21 => (\dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 23 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  14487.         $instance->setName('debug:translation');
  14488.         $instance->setDescription('Display translation messages information');
  14489.         return $instance;
  14490.     }
  14491.     /**
  14492.      * Gets the private 'console.command.translation_extract' shared service.
  14493.      *
  14494.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  14495.      */
  14496.     protected function getConsole_Command_TranslationExtractService()
  14497.     {
  14498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  14500.         $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).'/src/Resources/views'), [=> (\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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations')], [=> (\dirname(__DIR__4).'/src/Resources/views'), => (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), => (\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/NetworkController.php'), => (\dirname(__DIR__4).'/src/Controller/ProjectController.php'), => (\dirname(__DIR__4).'/src/Form/Type/AgenceFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/ArticleClientEditFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/ArticleClientFormType.php'), => (\dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php'), 10 => (\dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php'), 11 => (\dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php'), 12 => (\dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php'), 13 => (\dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php'), 14 => (\dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormTypeOld.php'), 15 => (\dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php'), 16 => (\dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php'), 17 => (\dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php'), 18 => (\dirname(__DIR__4).'/src/Form/Type/ModelFormType.php'), 19 => (\dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php'), 20 => (\dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php'), 21 => (\dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 23 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  14501.         $instance->setName('translation:extract');
  14502.         $instance->setAliases([=> 'translation:update']);
  14503.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  14504.         return $instance;
  14505.     }
  14506.     /**
  14507.      * Gets the private 'console.command.translation_pull' shared service.
  14508.      *
  14509.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  14510.      */
  14511.     protected function getConsole_Command_TranslationPullService()
  14512.     {
  14513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14514.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  14515.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  14516.         $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', [], []);
  14517.         $instance->setName('translation:pull');
  14518.         $instance->setDescription('Pull translations from a given provider.');
  14519.         return $instance;
  14520.     }
  14521.     /**
  14522.      * Gets the private 'console.command.translation_push' shared service.
  14523.      *
  14524.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  14525.      */
  14526.     protected function getConsole_Command_TranslationPushService()
  14527.     {
  14528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  14530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  14531.         $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()), [], []);
  14532.         $instance->setName('translation:push');
  14533.         $instance->setDescription('Push translations to a given provider.');
  14534.         return $instance;
  14535.     }
  14536.     /**
  14537.      * Gets the private 'console.command.validator_debug' shared service.
  14538.      *
  14539.      * @return \Symfony\Component\Validator\Command\DebugCommand
  14540.      */
  14541.     protected function getConsole_Command_ValidatorDebugService()
  14542.     {
  14543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14544.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  14545.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  14546.         $instance->setName('debug:validator');
  14547.         $instance->setDescription('Display validation constraints for classes');
  14548.         return $instance;
  14549.     }
  14550.     /**
  14551.      * Gets the private 'console.command.workflow_dump' shared service.
  14552.      *
  14553.      * @return \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand
  14554.      */
  14555.     protected function getConsole_Command_WorkflowDumpService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/WorkflowDumpCommand.php';
  14559.         $this->privates['console.command.workflow_dump'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand(['state_machine.prospect_validation' => new \Symfony\Component\Workflow\Definition([=> 'identification'=> 'outdoor_exam'=> 'survey'=> 'door_to_door'=> 'final_decision'=> 'validated'=> 'rejected'], [=> ($this->privates['.state_machine.prospect_validation.transition.0'] ?? ($this->privates['.state_machine.prospect_validation.transition.0'] = new \Symfony\Component\Workflow\Transition('validate_ident''identification''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.1'] ?? ($this->privates['.state_machine.prospect_validation.transition.1'] = new \Symfony\Component\Workflow\Transition('validate_outdoor_exam''outdoor_exam''survey'))), => ($this->privates['.state_machine.prospect_validation.transition.2'] ?? ($this->privates['.state_machine.prospect_validation.transition.2'] = new \Symfony\Component\Workflow\Transition('reject_ident''final_decision''identification'))), => ($this->privates['.state_machine.prospect_validation.transition.3'] ?? ($this->privates['.state_machine.prospect_validation.transition.3'] = new \Symfony\Component\Workflow\Transition('reject_ident''outdoor_exam''identification'))), => ($this->privates['.state_machine.prospect_validation.transition.4'] ?? ($this->privates['.state_machine.prospect_validation.transition.4'] = new \Symfony\Component\Workflow\Transition('validate_survey''survey''door_to_door'))), => ($this->privates['.state_machine.prospect_validation.transition.5'] ?? ($this->privates['.state_machine.prospect_validation.transition.5'] = new \Symfony\Component\Workflow\Transition('reject_outdoor_exam''final_decision''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.6'] ?? ($this->privates['.state_machine.prospect_validation.transition.6'] = new \Symfony\Component\Workflow\Transition('reject_outdoor_exam''survey''outdoor_exam'))), => ($this->privates['.state_machine.prospect_validation.transition.7'] ?? ($this->privates['.state_machine.prospect_validation.transition.7'] = new \Symfony\Component\Workflow\Transition('validate_door_to_door''door_to_door''final_decision'))), => ($this->privates['.state_machine.prospect_validation.transition.8'] ?? ($this->privates['.state_machine.prospect_validation.transition.8'] = new \Symfony\Component\Workflow\Transition('reject_survey''final_decision''survey'))), => ($this->privates['.state_machine.prospect_validation.transition.9'] ?? ($this->privates['.state_machine.prospect_validation.transition.9'] = new \Symfony\Component\Workflow\Transition('reject_survey''door_to_door''survey'))), 10 => ($this->privates['.state_machine.prospect_validation.transition.10'] ?? ($this->privates['.state_machine.prospect_validation.transition.10'] = new \Symfony\Component\Workflow\Transition('reject_door_to_door''final_decision''door_to_door'))), 11 => ($this->privates['.state_machine.prospect_validation.transition.11'] ?? ($this->privates['.state_machine.prospect_validation.transition.11'] = new \Symfony\Component\Workflow\Transition('validate_final_decision''final_decision''validated'))), 12 => ($this->privates['.state_machine.prospect_validation.transition.12'] ?? ($this->privates['.state_machine.prospect_validation.transition.12'] = new \Symfony\Component\Workflow\Transition('reject_final_decision''final_decision''rejected')))], [], ($this->privates['state_machine.prospect_validation.metadata_store'] ?? $this->getStateMachine_ProspectValidation_MetadataStoreService())), 'state_machine.network_validation' => new \Symfony\Component\Workflow\Definition([=> 'definition'=> 'sizing'=> 'network_devices'=> 'customer_devices'=> 'contract'=> 'construction'=> 'validated'=> 'rejected'], [=> ($this->privates['.state_machine.network_validation.transition.0'] ?? ($this->privates['.state_machine.network_validation.transition.0'] = new \Symfony\Component\Workflow\Transition('validate_definition''definition''sizing'))), => ($this->privates['.state_machine.network_validation.transition.1'] ?? ($this->privates['.state_machine.network_validation.transition.1'] = new \Symfony\Component\Workflow\Transition('validate_sizing''sizing''network_devices'))), => ($this->privates['.state_machine.network_validation.transition.2'] ?? ($this->privates['.state_machine.network_validation.transition.2'] = new \Symfony\Component\Workflow\Transition('reject_sizing''sizing''definition'))), => ($this->privates['.state_machine.network_validation.transition.3'] ?? ($this->privates['.state_machine.network_validation.transition.3'] = new \Symfony\Component\Workflow\Transition('reject_sizing''construction''definition'))), => ($this->privates['.state_machine.network_validation.transition.4'] ?? ($this->privates['.state_machine.network_validation.transition.4'] = new \Symfony\Component\Workflow\Transition('validate_network_devices''network_devices''customer_devices'))), => ($this->privates['.state_machine.network_validation.transition.5'] ?? ($this->privates['.state_machine.network_validation.transition.5'] = new \Symfony\Component\Workflow\Transition('reject_network_devices''network_devices''sizing'))), => ($this->privates['.state_machine.network_validation.transition.6'] ?? ($this->privates['.state_machine.network_validation.transition.6'] = new \Symfony\Component\Workflow\Transition('reject_network_devices''construction''sizing'))), => ($this->privates['.state_machine.network_validation.transition.7'] ?? ($this->privates['.state_machine.network_validation.transition.7'] = new \Symfony\Component\Workflow\Transition('validate_customer_devices''customer_devices''contract'))), => ($this->privates['.state_machine.network_validation.transition.8'] ?? ($this->privates['.state_machine.network_validation.transition.8'] = new \Symfony\Component\Workflow\Transition('reject_customer_devices''customer_devices''network_devices'))), => ($this->privates['.state_machine.network_validation.transition.9'] ?? ($this->privates['.state_machine.network_validation.transition.9'] = new \Symfony\Component\Workflow\Transition('reject_customer_devices''construction''network_devices'))), 10 => ($this->privates['.state_machine.network_validation.transition.10'] ?? ($this->privates['.state_machine.network_validation.transition.10'] = new \Symfony\Component\Workflow\Transition('validate_contract''contract''construction'))), 11 => ($this->privates['.state_machine.network_validation.transition.11'] ?? ($this->privates['.state_machine.network_validation.transition.11'] = new \Symfony\Component\Workflow\Transition('reject_contract''contract''customer_devices'))), 12 => ($this->privates['.state_machine.network_validation.transition.12'] ?? ($this->privates['.state_machine.network_validation.transition.12'] = new \Symfony\Component\Workflow\Transition('reject_contract''construction''customer_devices'))), 13 => ($this->privates['.state_machine.network_validation.transition.13'] ?? ($this->privates['.state_machine.network_validation.transition.13'] = new \Symfony\Component\Workflow\Transition('reject_construction''construction''contract'))), 14 => ($this->privates['.state_machine.network_validation.transition.14'] ?? ($this->privates['.state_machine.network_validation.transition.14'] = new \Symfony\Component\Workflow\Transition('validate_final_decision''construction''validated'))), 15 => ($this->privates['.state_machine.network_validation.transition.15'] ?? ($this->privates['.state_machine.network_validation.transition.15'] = new \Symfony\Component\Workflow\Transition('reject_final_decision''construction''rejected')))], [], ($this->privates['state_machine.network_validation.metadata_store'] ?? $this->getStateMachine_NetworkValidation_MetadataStoreService()))]);
  14560.         $instance->setName('workflow:dump');
  14561.         $instance->setDescription('Dump a workflow');
  14562.         return $instance;
  14563.     }
  14564.     /**
  14565.      * Gets the private 'console.command.xliff_lint' shared service.
  14566.      *
  14567.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  14568.      */
  14569.     protected function getConsole_Command_XliffLintService()
  14570.     {
  14571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  14573.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  14574.         $instance->setName('lint:xliff');
  14575.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  14576.         return $instance;
  14577.     }
  14578.     /**
  14579.      * Gets the private 'console.command.yaml_lint' shared service.
  14580.      *
  14581.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  14582.      */
  14583.     protected function getConsole_Command_YamlLintService()
  14584.     {
  14585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14586.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  14587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  14588.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  14589.         $instance->setName('lint:yaml');
  14590.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  14591.         return $instance;
  14592.     }
  14593.     /**
  14594.      * Gets the private 'console.error_listener' shared service.
  14595.      *
  14596.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  14597.      */
  14598.     protected function getConsole_ErrorListenerService()
  14599.     {
  14600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  14601.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  14602.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14603.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14604.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  14605.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  14606.     }
  14607.     /**
  14608.      * Gets the private 'container.env_var_processor' shared service.
  14609.      *
  14610.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  14611.      */
  14612.     protected function getContainer_EnvVarProcessorService()
  14613.     {
  14614.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  14615.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  14616.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  14617.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  14618.         }, 1));
  14619.     }
  14620.     /**
  14621.      * Gets the private 'container.getenv' shared service.
  14622.      *
  14623.      * @return \Closure
  14624.      */
  14625.     protected function getContainer_GetenvService()
  14626.     {
  14627.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  14628.     }
  14629.     /**
  14630.      * Gets the private 'data_collector.form' shared service.
  14631.      *
  14632.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  14633.      */
  14634.     protected function getDataCollector_FormService()
  14635.     {
  14636.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  14637.     }
  14638.     /**
  14639.      * Gets the private 'data_collector.request' shared service.
  14640.      *
  14641.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  14642.      */
  14643.     protected function getDataCollector_RequestService()
  14644.     {
  14645.         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())));
  14646.     }
  14647.     /**
  14648.      * Gets the private 'data_collector.request.session_collector' shared service.
  14649.      *
  14650.      * @return \Closure
  14651.      */
  14652.     protected function getDataCollector_Request_SessionCollectorService()
  14653.     {
  14654.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  14655.     }
  14656.     /**
  14657.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  14658.      *
  14659.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  14660.      */
  14661.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  14662.     {
  14663.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  14664.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  14665.         }, 1)));
  14666.     }
  14667.     /**
  14668.      * Gets the private 'debug.api_platform.data_persister' shared service.
  14669.      *
  14670.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  14671.      */
  14672.     protected function getDebug_ApiPlatform_DataPersisterService()
  14673.     {
  14674.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  14675.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  14676.         }, 1)));
  14677.     }
  14678.     /**
  14679.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  14680.      *
  14681.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  14682.      */
  14683.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  14684.     {
  14685.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  14686.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  14687.         }, 1)));
  14688.     }
  14689.     /**
  14690.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  14691.      *
  14692.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  14693.      */
  14694.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  14695.     {
  14696.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  14697.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  14698.         }, 1)));
  14699.     }
  14700.     /**
  14701.      * Gets the private 'debug.argument_resolver.default' shared service.
  14702.      *
  14703.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14704.      */
  14705.     protected function getDebug_ArgumentResolver_DefaultService()
  14706.     {
  14707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  14710.         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))));
  14711.     }
  14712.     /**
  14713.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  14714.      *
  14715.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14716.      */
  14717.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  14718.     {
  14719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  14722.         $a = ($this->privates['.service_locator.kVI61K2'] ?? $this->get_ServiceLocator_KVI61K2Service());
  14723.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  14724.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  14725.         }
  14726.         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))));
  14727.     }
  14728.     /**
  14729.      * Gets the private 'debug.argument_resolver.request' shared service.
  14730.      *
  14731.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14732.      */
  14733.     protected function getDebug_ArgumentResolver_RequestService()
  14734.     {
  14735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  14738.         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))));
  14739.     }
  14740.     /**
  14741.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  14742.      *
  14743.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14744.      */
  14745.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  14746.     {
  14747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  14750.         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))));
  14751.     }
  14752.     /**
  14753.      * Gets the private 'debug.argument_resolver.service' shared service.
  14754.      *
  14755.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14756.      */
  14757.     protected function getDebug_ArgumentResolver_ServiceService()
  14758.     {
  14759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14761.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  14762.         $a = ($this->privates['.service_locator.kVI61K2'] ?? $this->get_ServiceLocator_KVI61K2Service());
  14763.         if (isset($this->privates['debug.argument_resolver.service'])) {
  14764.             return $this->privates['debug.argument_resolver.service'];
  14765.         }
  14766.         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))));
  14767.     }
  14768.     /**
  14769.      * Gets the private 'debug.argument_resolver.session' shared service.
  14770.      *
  14771.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14772.      */
  14773.     protected function getDebug_ArgumentResolver_SessionService()
  14774.     {
  14775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  14778.         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))));
  14779.     }
  14780.     /**
  14781.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  14782.      *
  14783.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14784.      */
  14785.     protected function getDebug_ArgumentResolver_VariadicService()
  14786.     {
  14787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  14790.         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))));
  14791.     }
  14792.     /**
  14793.      * Gets the private 'debug.debug_handlers_listener' shared service.
  14794.      *
  14795.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  14796.      */
  14797.     protected function getDebug_DebugHandlersListenerService()
  14798.     {
  14799.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  14800.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14801.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14802.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  14804.         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()));
  14805.     }
  14806.     /**
  14807.      * Gets the private 'debug.file_link_formatter' shared service.
  14808.      *
  14809.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  14810.      */
  14811.     protected function getDebug_FileLinkFormatterService()
  14812.     {
  14813.         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 () {
  14814.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  14815.         });
  14816.     }
  14817.     /**
  14818.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  14819.      *
  14820.      * @return \string
  14821.      */
  14822.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  14823.     {
  14824.         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');
  14825.     }
  14826.     /**
  14827.      * Gets the private 'debug.log_processor' shared service.
  14828.      *
  14829.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  14830.      */
  14831.     protected function getDebug_LogProcessorService()
  14832.     {
  14833.         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())));
  14834.     }
  14835.     /**
  14836.      * Gets the private 'debug.security.access.decision_manager' shared service.
  14837.      *
  14838.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  14839.      */
  14840.     protected function getDebug_Security_Access_DecisionManagerService()
  14841.     {
  14842.         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 () {
  14843.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  14844.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  14845.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  14846.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  14847.     }
  14848.     /**
  14849.      * Gets the private 'debug.security.firewall' shared service.
  14850.      *
  14851.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  14852.      */
  14853.     protected function getDebug_Security_FirewallService()
  14854.     {
  14855.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  14856.         if (isset($this->privates['debug.security.firewall'])) {
  14857.             return $this->privates['debug.security.firewall'];
  14858.         }
  14859.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14860.         if (isset($this->privates['debug.security.firewall'])) {
  14861.             return $this->privates['debug.security.firewall'];
  14862.         }
  14863.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  14864.     }
  14865.     /**
  14866.      * Gets the private 'debug.security.user_value_resolver' shared service.
  14867.      *
  14868.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14869.      */
  14870.     protected function getDebug_Security_UserValueResolverService()
  14871.     {
  14872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  14875.         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))));
  14876.     }
  14877.     /**
  14878.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  14879.      *
  14880.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14881.      */
  14882.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  14883.     {
  14884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  14888.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14889.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  14890.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  14891.         }
  14892.         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);
  14893.     }
  14894.     /**
  14895.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  14896.      *
  14897.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14898.      */
  14899.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  14900.     {
  14901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  14905.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14906.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14907.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14908.         }
  14909.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14910.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  14911.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  14912.         }
  14913.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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);
  14914.     }
  14915.     /**
  14916.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  14917.      *
  14918.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14919.      */
  14920.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  14921.     {
  14922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  14923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  14924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  14925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  14926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  14927.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14928.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  14929.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  14930.         }
  14931.         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);
  14932.     }
  14933.     /**
  14934.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  14935.      *
  14936.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  14937.      */
  14938.     protected function getDebug_Security_Voter_VoteListenerService()
  14939.     {
  14940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  14941.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14942.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  14943.             return $this->privates['debug.security.voter.vote_listener'];
  14944.         }
  14945.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  14946.     }
  14947.     /**
  14948.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  14949.      *
  14950.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  14951.      */
  14952.     protected function getDoctrine_CacheClearMetadataCommandService()
  14953.     {
  14954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  14957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  14958.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  14959.         $instance->setName('doctrine:cache:clear-metadata');
  14960.         return $instance;
  14961.     }
  14962.     /**
  14963.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  14964.      *
  14965.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  14966.      */
  14967.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  14968.     {
  14969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14970.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  14973.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  14974.         $instance->setName('doctrine:cache:clear-query');
  14975.         return $instance;
  14976.     }
  14977.     /**
  14978.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  14979.      *
  14980.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  14981.      */
  14982.     protected function getDoctrine_CacheClearResultCommandService()
  14983.     {
  14984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  14987.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  14988.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  14989.         $instance->setName('doctrine:cache:clear-result');
  14990.         return $instance;
  14991.     }
  14992.     /**
  14993.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  14994.      *
  14995.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  14996.      */
  14997.     protected function getDoctrine_CacheCollectionRegionCommandService()
  14998.     {
  14999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  15002.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  15003.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  15004.         $instance->setName('doctrine:cache:clear-collection-region');
  15005.         return $instance;
  15006.     }
  15007.     /**
  15008.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  15009.      *
  15010.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  15011.      */
  15012.     protected function getDoctrine_ClearEntityRegionCommandService()
  15013.     {
  15014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  15017.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  15018.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  15019.         $instance->setName('doctrine:cache:clear-entity-region');
  15020.         return $instance;
  15021.     }
  15022.     /**
  15023.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  15024.      *
  15025.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  15026.      */
  15027.     protected function getDoctrine_ClearQueryRegionCommandService()
  15028.     {
  15029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  15032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  15033.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  15034.         $instance->setName('doctrine:cache:clear-query-region');
  15035.         return $instance;
  15036.     }
  15037.     /**
  15038.      * Gets the private 'doctrine.database_create_command' shared service.
  15039.      *
  15040.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  15041.      */
  15042.     protected function getDoctrine_DatabaseCreateCommandService()
  15043.     {
  15044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  15047.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15048.         $instance->setName('doctrine:database:create');
  15049.         return $instance;
  15050.     }
  15051.     /**
  15052.      * Gets the private 'doctrine.database_drop_command' shared service.
  15053.      *
  15054.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  15055.      */
  15056.     protected function getDoctrine_DatabaseDropCommandService()
  15057.     {
  15058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  15061.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15062.         $instance->setName('doctrine:database:drop');
  15063.         return $instance;
  15064.     }
  15065.     /**
  15066.      * Gets the private 'doctrine.database_import_command' shared service.
  15067.      *
  15068.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  15069.      */
  15070.     protected function getDoctrine_DatabaseImportCommandService()
  15071.     {
  15072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  15074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  15075.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  15076.         $instance->setName('doctrine:database:import');
  15077.         return $instance;
  15078.     }
  15079.     /**
  15080.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  15081.      *
  15082.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  15083.      */
  15084.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  15085.     {
  15086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  15089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  15090.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  15091.         $instance->setName('doctrine:ensure-production-settings');
  15092.         return $instance;
  15093.     }
  15094.     /**
  15095.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  15096.      *
  15097.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  15098.      */
  15099.     protected function getDoctrine_FixturesLoadCommandService()
  15100.     {
  15101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  15104.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  15105.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  15106.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  15107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  15108.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  15109.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  15110.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  15111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  15112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  15113.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  15114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  15115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  15116.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  15117.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  15118.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  15119.         $instance->setName('doctrine:fixtures:load');
  15120.         return $instance;
  15121.     }
  15122.     /**
  15123.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  15124.      *
  15125.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  15126.      */
  15127.     protected function getDoctrine_MappingConvertCommandService()
  15128.     {
  15129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  15132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  15133.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  15134.         $instance->setName('doctrine:mapping:convert');
  15135.         return $instance;
  15136.     }
  15137.     /**
  15138.      * Gets the private 'doctrine.mapping_import_command' shared service.
  15139.      *
  15140.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  15141.      */
  15142.     protected function getDoctrine_MappingImportCommandService()
  15143.     {
  15144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  15147.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  15148.         $instance->setName('doctrine:mapping:import');
  15149.         return $instance;
  15150.     }
  15151.     /**
  15152.      * Gets the private 'doctrine.mapping_info_command' shared service.
  15153.      *
  15154.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  15155.      */
  15156.     protected function getDoctrine_MappingInfoCommandService()
  15157.     {
  15158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15160.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  15161.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  15162.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  15163.         $instance->setName('doctrine:mapping:info');
  15164.         return $instance;
  15165.     }
  15166.     /**
  15167.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  15168.      *
  15169.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  15170.      */
  15171.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  15172.     {
  15173.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  15174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  15175.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  15176.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  15177.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  15178.         }
  15179.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  15180.     }
  15181.     /**
  15182.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  15183.      *
  15184.      * @return \Doctrine\Migrations\DependencyFactory
  15185.      */
  15186.     protected function getDoctrine_Migrations_DependencyFactoryService()
  15187.     {
  15188.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  15189.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  15190.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  15191.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  15192.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  15193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  15194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  15195.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  15196.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  15197.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  15198.         $a->setAllOrNothing(false);
  15199.         $a->setCheckDatabasePlatform(true);
  15200.         $a->setTransactional(true);
  15201.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  15202.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15203.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  15204.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  15205.         });
  15206.         return $instance;
  15207.     }
  15208.     /**
  15209.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  15210.      *
  15211.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  15212.      */
  15213.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  15214.     {
  15215.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')]);
  15216.     }
  15217.     /**
  15218.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  15219.      *
  15220.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  15221.      */
  15222.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  15225.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  15226.     }
  15227.     /**
  15228.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  15229.      *
  15230.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  15231.      */
  15232.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  15233.     {
  15234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  15235.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  15236.     }
  15237.     /**
  15238.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  15239.      *
  15240.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  15241.      */
  15242.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  15243.     {
  15244.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  15246.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  15247.     }
  15248.     /**
  15249.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  15250.      *
  15251.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  15252.      */
  15253.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  15254.     {
  15255.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15256.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  15257.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  15258.             return new \EmptyIterator();
  15259.         }, 0));
  15260.     }
  15261.     /**
  15262.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  15263.      *
  15264.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  15265.      */
  15266.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  15267.     {
  15268.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15269.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  15270.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  15271.     }
  15272.     /**
  15273.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  15274.      *
  15275.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  15276.      */
  15277.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  15278.     {
  15279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15280.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  15281.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15282.     }
  15283.     /**
  15284.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  15285.      *
  15286.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  15287.      */
  15288.     protected function getDoctrine_Orm_Validator_UniqueService()
  15289.     {
  15290.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15291.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15292.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  15293.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15294.     }
  15295.     /**
  15296.      * Gets the private 'doctrine.query_dql_command' shared service.
  15297.      *
  15298.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  15299.      */
  15300.     protected function getDoctrine_QueryDqlCommandService()
  15301.     {
  15302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  15306.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  15307.         $instance->setName('doctrine:query:dql');
  15308.         return $instance;
  15309.     }
  15310.     /**
  15311.      * Gets the private 'doctrine.query_sql_command' shared service.
  15312.      *
  15313.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  15314.      */
  15315.     protected function getDoctrine_QuerySqlCommandService()
  15316.     {
  15317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15318.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  15319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  15320.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  15321.         $instance->setName('doctrine:query:sql');
  15322.         return $instance;
  15323.     }
  15324.     /**
  15325.      * Gets the private 'doctrine.schema_create_command' shared service.
  15326.      *
  15327.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  15328.      */
  15329.     protected function getDoctrine_SchemaCreateCommandService()
  15330.     {
  15331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  15335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  15336.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  15337.         $instance->setName('doctrine:schema:create');
  15338.         return $instance;
  15339.     }
  15340.     /**
  15341.      * Gets the private 'doctrine.schema_drop_command' shared service.
  15342.      *
  15343.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  15344.      */
  15345.     protected function getDoctrine_SchemaDropCommandService()
  15346.     {
  15347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15350.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  15351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  15352.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  15353.         $instance->setName('doctrine:schema:drop');
  15354.         return $instance;
  15355.     }
  15356.     /**
  15357.      * Gets the private 'doctrine.schema_update_command' shared service.
  15358.      *
  15359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  15360.      */
  15361.     protected function getDoctrine_SchemaUpdateCommandService()
  15362.     {
  15363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  15367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  15368.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  15369.         $instance->setName('doctrine:schema:update');
  15370.         return $instance;
  15371.     }
  15372.     /**
  15373.      * Gets the private 'doctrine.schema_validate_command' shared service.
  15374.      *
  15375.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  15376.      */
  15377.     protected function getDoctrine_SchemaValidateCommandService()
  15378.     {
  15379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  15382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  15383.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  15384.         $instance->setName('doctrine:schema:validate');
  15385.         return $instance;
  15386.     }
  15387.     /**
  15388.      * Gets the private 'doctrine.ulid_generator' shared service.
  15389.      *
  15390.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  15391.      */
  15392.     protected function getDoctrine_UlidGeneratorService()
  15393.     {
  15394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  15395.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  15396.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  15397.     }
  15398.     /**
  15399.      * Gets the private 'doctrine.uuid_generator' shared service.
  15400.      *
  15401.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  15402.      */
  15403.     protected function getDoctrine_UuidGeneratorService()
  15404.     {
  15405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  15406.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  15407.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  15408.     }
  15409.     /**
  15410.      * Gets the private 'doctrine_migrations.current_command' shared service.
  15411.      *
  15412.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  15413.      */
  15414.     protected function getDoctrineMigrations_CurrentCommandService()
  15415.     {
  15416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15417.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15418.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  15419.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  15420.         $instance->setName('doctrine:migrations:current');
  15421.         return $instance;
  15422.     }
  15423.     /**
  15424.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  15425.      *
  15426.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  15427.      */
  15428.     protected function getDoctrineMigrations_DiffCommandService()
  15429.     {
  15430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15431.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  15433.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  15434.         $instance->setName('doctrine:migrations:diff');
  15435.         return $instance;
  15436.     }
  15437.     /**
  15438.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  15439.      *
  15440.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  15441.      */
  15442.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  15443.     {
  15444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15445.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  15447.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  15448.         $instance->setName('doctrine:migrations:dump-schema');
  15449.         return $instance;
  15450.     }
  15451.     /**
  15452.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  15453.      *
  15454.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  15455.      */
  15456.     protected function getDoctrineMigrations_ExecuteCommandService()
  15457.     {
  15458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15459.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15460.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  15461.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  15462.         $instance->setName('doctrine:migrations:execute');
  15463.         return $instance;
  15464.     }
  15465.     /**
  15466.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  15467.      *
  15468.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  15469.      */
  15470.     protected function getDoctrineMigrations_GenerateCommandService()
  15471.     {
  15472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15473.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15474.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  15475.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  15476.         $instance->setName('doctrine:migrations:generate');
  15477.         return $instance;
  15478.     }
  15479.     /**
  15480.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  15481.      *
  15482.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  15483.      */
  15484.     protected function getDoctrineMigrations_LatestCommandService()
  15485.     {
  15486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15487.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15488.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  15489.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  15490.         $instance->setName('doctrine:migrations:latest');
  15491.         return $instance;
  15492.     }
  15493.     /**
  15494.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  15495.      *
  15496.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  15497.      */
  15498.     protected function getDoctrineMigrations_MigrateCommandService()
  15499.     {
  15500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15501.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15502.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  15503.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  15504.         $instance->setName('doctrine:migrations:migrate');
  15505.         return $instance;
  15506.     }
  15507.     /**
  15508.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  15509.      *
  15510.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  15511.      */
  15512.     protected function getDoctrineMigrations_RollupCommandService()
  15513.     {
  15514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15515.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  15517.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  15518.         $instance->setName('doctrine:migrations:rollup');
  15519.         return $instance;
  15520.     }
  15521.     /**
  15522.      * Gets the private 'doctrine_migrations.status_command' shared service.
  15523.      *
  15524.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  15525.      */
  15526.     protected function getDoctrineMigrations_StatusCommandService()
  15527.     {
  15528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15529.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  15531.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  15532.         $instance->setName('doctrine:migrations:status');
  15533.         return $instance;
  15534.     }
  15535.     /**
  15536.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  15537.      *
  15538.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  15539.      */
  15540.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  15541.     {
  15542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15543.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  15545.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  15546.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  15547.         return $instance;
  15548.     }
  15549.     /**
  15550.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  15551.      *
  15552.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  15553.      */
  15554.     protected function getDoctrineMigrations_UpToDateCommandService()
  15555.     {
  15556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15557.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  15559.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  15560.         $instance->setName('doctrine:migrations:up-to-date');
  15561.         return $instance;
  15562.     }
  15563.     /**
  15564.      * Gets the private 'doctrine_migrations.version_command' shared service.
  15565.      *
  15566.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  15567.      */
  15568.     protected function getDoctrineMigrations_VersionCommandService()
  15569.     {
  15570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15571.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  15573.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  15574.         $instance->setName('doctrine:migrations:version');
  15575.         return $instance;
  15576.     }
  15577.     /**
  15578.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  15579.      *
  15580.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  15581.      */
  15582.     protected function getDoctrineMigrations_VersionsCommandService()
  15583.     {
  15584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  15586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  15587.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  15588.         $instance->setName('doctrine:migrations:list');
  15589.         return $instance;
  15590.     }
  15591.     /**
  15592.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  15593.      *
  15594.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  15595.      */
  15596.     protected function getEightPointsGuzzle_DataCollectorService()
  15597.     {
  15598.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([=> ($this->privates['eight_points_guzzle.my_client_logger'] ?? ($this->privates['eight_points_guzzle.my_client_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  15599.     }
  15600.     /**
  15601.      * Gets the private 'error_handler.error_renderer.html' shared service.
  15602.      *
  15603.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  15604.      */
  15605.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  15606.     {
  15607.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  15608.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  15609.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  15610.         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()));
  15611.     }
  15612.     /**
  15613.      * Gets the private 'evence.softdeletale.listener.softdelete' shared service.
  15614.      *
  15615.      * @return \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener
  15616.      */
  15617.     protected function getEvence_Softdeletale_Listener_SoftdeleteService()
  15618.     {
  15619.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  15620.         include_once \dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/EventListener/SoftDeleteListener.php';
  15621.         $this->privates['evence.softdeletale.listener.softdelete'] = $instance = new \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15622.         $instance->setContainer($this);
  15623.         return $instance;
  15624.     }
  15625.     /**
  15626.      * Gets the private 'exception_listener' shared service.
  15627.      *
  15628.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  15629.      */
  15630.     protected function getExceptionListenerService()
  15631.     {
  15632.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  15633.     }
  15634.     /**
  15635.      * Gets the private 'form.choice_list_factory.cached' shared service.
  15636.      *
  15637.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  15638.      */
  15639.     protected function getForm_ChoiceListFactory_CachedService()
  15640.     {
  15641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  15642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  15643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  15644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  15645.         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())));
  15646.     }
  15647.     /**
  15648.      * Gets the private 'form.registry' shared service.
  15649.      *
  15650.      * @return \Symfony\Component\Form\FormRegistry
  15651.      */
  15652.     protected function getForm_RegistryService()
  15653.     {
  15654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  15655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  15656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  15657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  15658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  15659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  15661.         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, [
  15662.             'App\\Form\\StockType' => ['privates''App\\Form\\StockType''getStockTypeService'false],
  15663.             'App\\Form\\Type\\AgenceFormType' => ['privates''App\\Form\\Type\\AgenceFormType''getAgenceFormTypeService'false],
  15664.             'App\\Form\\Type\\ArticleClientEditFormType' => ['privates''App\\Form\\Type\\ArticleClientEditFormType''getArticleClientEditFormTypeService'false],
  15665.             'App\\Form\\Type\\ArticleClientFormType' => ['privates''App\\Form\\Type\\ArticleClientFormType''getArticleClientFormTypeService'false],
  15666.             'App\\Form\\Type\\AttachedFileFormType' => ['privates''App\\Form\\Type\\AttachedFileFormType''getAttachedFileFormTypeService'false],
  15667.             'App\\Form\\Type\\BuildingFormType' => ['privates''App\\Form\\Type\\BuildingFormType''getBuildingFormTypeService'false],
  15668.             'App\\Form\\Type\\CaisseFormType' => ['privates''App\\Form\\Type\\CaisseFormType''getCaisseFormTypeService'false],
  15669.             'App\\Form\\Type\\CaracteristiqueCommercialeFormType' => ['privates''App\\Form\\Type\\CaracteristiqueCommercialeFormType''getCaracteristiqueCommercialeFormTypeService'false],
  15670.             'App\\Form\\Type\\CaracteristiqueGeneraleFormType' => ['privates''App\\Form\\Type\\CaracteristiqueGeneraleFormType''getCaracteristiqueGeneraleFormTypeService'false],
  15671.             'App\\Form\\Type\\CaracteristiqueTechniqueFormType' => ['privates''App\\Form\\Type\\CaracteristiqueTechniqueFormType''getCaracteristiqueTechniqueFormTypeService'false],
  15672.             'App\\Form\\Type\\CategorieFormType' => ['privates''App\\Form\\Type\\CategorieFormType''getCategorieFormTypeService'false],
  15673.             'App\\Form\\Type\\ChangementKitDefectueuxType' => ['privates''App\\Form\\Type\\ChangementKitDefectueuxType''getChangementKitDefectueuxTypeService'false],
  15674.             'App\\Form\\Type\\ChangementKitFormType' => ['privates''App\\Form\\Type\\ChangementKitFormType''getChangementKitFormTypeService'false],
  15675.             'App\\Form\\Type\\ChangementKitRemplacementType' => ['privates''App\\Form\\Type\\ChangementKitRemplacementType''getChangementKitRemplacementTypeService'false],
  15676.             'App\\Form\\Type\\ClientFormType' => ['privates''App\\Form\\Type\\ClientFormType''getClientFormTypeService'false],
  15677.             'App\\Form\\Type\\CodeGenerationWithPaymentFormType' => ['privates''App\\Form\\Type\\CodeGenerationWithPaymentFormType''getCodeGenerationWithPaymentFormTypeService'false],
  15678.             'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType' => ['privates''App\\Form\\Type\\CodeGenerationWithoutPaymentFormType''getCodeGenerationWithoutPaymentFormTypeService'false],
  15679.             'App\\Form\\Type\\CodeMassUploadFormType' => ['privates''App\\Form\\Type\\CodeMassUploadFormType''getCodeMassUploadFormTypeService'false],
  15680.             'App\\Form\\Type\\CommissionFormType' => ['privates''App\\Form\\Type\\CommissionFormType''getCommissionFormTypeService'false],
  15681.             'App\\Form\\Type\\CommissionNanoEntrepreneurFormType' => ['privates''App\\Form\\Type\\CommissionNanoEntrepreneurFormType''getCommissionNanoEntrepreneurFormTypeService'false],
  15682.             'App\\Form\\Type\\DesinstallationMaterielFormType' => ['privates''App\\Form\\Type\\DesinstallationMaterielFormType''getDesinstallationMaterielFormTypeService'false],
  15683.             'App\\Form\\Type\\DeviceCustomerFormType' => ['privates''App\\Form\\Type\\DeviceCustomerFormType''getDeviceCustomerFormTypeService'false],
  15684.             'App\\Form\\Type\\DeviceDimensionFormType' => ['privates''App\\Form\\Type\\DeviceDimensionFormType''getDeviceDimensionFormTypeService'false],
  15685.             'App\\Form\\Type\\DeviceFormType' => ['privates''App\\Form\\Type\\DeviceFormType''getDeviceFormTypeService'false],
  15686.             'App\\Form\\Type\\EntrepreneurChangeFormType' => ['privates''App\\Form\\Type\\EntrepreneurChangeFormType''getEntrepreneurChangeFormTypeService'false],
  15687.             'App\\Form\\Type\\FabricationFormType' => ['privates''App\\Form\\Type\\FabricationFormType''getFabricationFormTypeService'false],
  15688.             'App\\Form\\Type\\FacturationFormType' => ['privates''App\\Form\\Type\\FacturationFormType''getFacturationFormTypeService'false],
  15689.             'App\\Form\\Type\\FournisseurFormType' => ['privates''App\\Form\\Type\\FournisseurFormType''getFournisseurFormTypeService'false],
  15690.             'App\\Form\\Type\\GestionnaireFormType' => ['privates''App\\Form\\Type\\GestionnaireFormType''getGestionnaireFormTypeService'false],
  15691.             'App\\Form\\Type\\IdentificationFormType' => ['privates''App\\Form\\Type\\IdentificationFormType''getIdentificationFormTypeService'false],
  15692.             'App\\Form\\Type\\InspectionFormType' => ['privates''App\\Form\\Type\\InspectionFormType''getInspectionFormTypeService'false],
  15693.             'App\\Form\\Type\\InterventionChoiceFormType' => ['privates''App\\Form\\Type\\InterventionChoiceFormType''getInterventionChoiceFormTypeService'false],
  15694.             'App\\Form\\Type\\Intervention\\FixFormType' => ['privates''App\\Form\\Type\\Intervention\\FixFormType''getFixFormTypeService'false],
  15695.             'App\\Form\\Type\\Intervention\\MaintenanceFormType' => ['privates''App\\Form\\Type\\Intervention\\MaintenanceFormType''getMaintenanceFormTypeService'false],
  15696.             'App\\Form\\Type\\Intervention\\RecordFormType' => ['privates''App\\Form\\Type\\Intervention\\RecordFormType''getRecordFormTypeService'false],
  15697.             'App\\Form\\Type\\Intervention\\TaskFormType' => ['privates''App\\Form\\Type\\Intervention\\TaskFormType''getTaskFormTypeService'false],
  15698.             'App\\Form\\Type\\InventaireFormType' => ['privates''App\\Form\\Type\\InventaireFormType''getInventaireFormTypeService'false],
  15699.             'App\\Form\\Type\\KoboFormType' => ['privates''App\\Form\\Type\\KoboFormType''getKoboFormTypeService'false],
  15700.             'App\\Form\\Type\\LocalAgenceFormType' => ['privates''App\\Form\\Type\\LocalAgenceFormType''getLocalAgenceFormTypeService'false],
  15701.             'App\\Form\\Type\\LocalizationFormType' => ['privates''App\\Form\\Type\\LocalizationFormType''getLocalizationFormTypeService'false],
  15702.             'App\\Form\\Type\\MaintenanceFrequencyFormType' => ['privates''App\\Form\\Type\\MaintenanceFrequencyFormType''getMaintenanceFrequencyFormTypeService'false],
  15703.             'App\\Form\\Type\\MaterielAssocieFormType' => ['privates''App\\Form\\Type\\MaterielAssocieFormType''getMaterielAssocieFormTypeService'false],
  15704.             'App\\Form\\Type\\MaterielAssocieFormTypeOld' => ['privates''App\\Form\\Type\\MaterielAssocieFormTypeOld''getMaterielAssocieFormTypeOldService'false],
  15705.             'App\\Form\\Type\\MaterielChangementDeKitFormType' => ['privates''App\\Form\\Type\\MaterielChangementDeKitFormType''getMaterielChangementDeKitFormTypeService'false],
  15706.             'App\\Form\\Type\\MaterielClientNetworkFormType' => ['privates''App\\Form\\Type\\MaterielClientNetworkFormType''getMaterielClientNetworkFormTypeService'false],
  15707.             'App\\Form\\Type\\MaterielDeRamplacementFormType' => ['privates''App\\Form\\Type\\MaterielDeRamplacementFormType''getMaterielDeRamplacementFormTypeService'false],
  15708.             'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType''getMaterielFabriqueModelPreEnregistreFormTypeService'false],
  15709.             'App\\Form\\Type\\MaterielFacturationFormType' => ['privates''App\\Form\\Type\\MaterielFacturationFormType''getMaterielFacturationFormTypeService'false],
  15710.             'App\\Form\\Type\\MaterielInspectionFormType' => ['privates''App\\Form\\Type\\MaterielInspectionFormType''getMaterielInspectionFormTypeService'false],
  15711.             'App\\Form\\Type\\MaterielInventaireFormType' => ['privates''App\\Form\\Type\\MaterielInventaireFormType''getMaterielInventaireFormTypeService'false],
  15712.             'App\\Form\\Type\\MaterielModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielModelPreEnregistreFormType''getMaterielModelPreEnregistreFormTypeService'false],
  15713.             'App\\Form\\Type\\MaterielMouvementFormType' => ['privates''App\\Form\\Type\\MaterielMouvementFormType''getMaterielMouvementFormTypeService'false],
  15714.             'App\\Form\\Type\\MaterielPreparationTransfertFormType' => ['privates''App\\Form\\Type\\MaterielPreparationTransfertFormType''getMaterielPreparationTransfertFormTypeService'false],
  15715.             'App\\Form\\Type\\MaterielTransfertFormType' => ['privates''App\\Form\\Type\\MaterielTransfertFormType''getMaterielTransfertFormTypeService'false],
  15716.             'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType''getMaterielUtiliseModelPreEnregistreFormTypeService'false],
  15717.             'App\\Form\\Type\\ModelFormType' => ['privates''App\\Form\\Type\\ModelFormType''getModelFormTypeService'false],
  15718.             'App\\Form\\Type\\ModelePreEnregistreFormType' => ['privates''App\\Form\\Type\\ModelePreEnregistreFormType''getModelePreEnregistreFormTypeService'false],
  15719.             'App\\Form\\Type\\MouvementFormType' => ['privates''App\\Form\\Type\\MouvementFormType''getMouvementFormTypeService'false],
  15720.             'App\\Form\\Type\\NetworkDeviceFormType' => ['privates''App\\Form\\Type\\NetworkDeviceFormType''getNetworkDeviceFormTypeService'false],
  15721.             'App\\Form\\Type\\NetworkFormType' => ['privates''App\\Form\\Type\\NetworkFormType''getNetworkFormTypeService'false],
  15722.             'App\\Form\\Type\\OfferFormType' => ['privates''App\\Form\\Type\\OfferFormType''getOfferFormTypeService'false],
  15723.             'App\\Form\\Type\\PlanifiedMaintenanceFormType' => ['privates''App\\Form\\Type\\PlanifiedMaintenanceFormType''getPlanifiedMaintenanceFormTypeService'false],
  15724.             'App\\Form\\Type\\PreparationTransfertFormType' => ['privates''App\\Form\\Type\\PreparationTransfertFormType''getPreparationTransfertFormTypeService'false],
  15725.             'App\\Form\\Type\\PriceOfferFormType' => ['privates''App\\Form\\Type\\PriceOfferFormType''getPriceOfferFormTypeService'false],
  15726.             'App\\Form\\Type\\ProduitFormType' => ['privates''App\\Form\\Type\\ProduitFormType''getProduitFormTypeService'false],
  15727.             'App\\Form\\Type\\ProfileFormType' => ['privates''App\\Form\\Type\\ProfileFormType''getProfileFormTypeService'false],
  15728.             'App\\Form\\Type\\ProjectWorkflowFormType' => ['privates''App\\Form\\Type\\ProjectWorkflowFormType''getProjectWorkflowFormTypeService'false],
  15729.             'App\\Form\\Type\\Project\\ConstructionFormType' => ['privates''App\\Form\\Type\\Project\\ConstructionFormType''getConstructionFormTypeService'false],
  15730.             'App\\Form\\Type\\Project\\ContractFormType' => ['privates''App\\Form\\Type\\Project\\ContractFormType''getContractFormTypeService'false],
  15731.             'App\\Form\\Type\\Project\\DefinitionFormType' => ['privates''App\\Form\\Type\\Project\\DefinitionFormType''getDefinitionFormTypeService'false],
  15732.             'App\\Form\\Type\\Project\\GenerateCodeClairFormType' => ['privates''App\\Form\\Type\\Project\\GenerateCodeClairFormType''getGenerateCodeClairFormTypeService'false],
  15733.             'App\\Form\\Type\\Project\\NetworkDevicesFormType' => ['privates''App\\Form\\Type\\Project\\NetworkDevicesFormType''getNetworkDevicesFormTypeService'false],
  15734.             'App\\Form\\Type\\Project\\NetworkFromCustomerFormType' => ['privates''App\\Form\\Type\\Project\\NetworkFromCustomerFormType''getNetworkFromCustomerFormTypeService'false],
  15735.             'App\\Form\\Type\\Project\\SizingFormType' => ['privates''App\\Form\\Type\\Project\\SizingFormType''getSizingFormTypeService'false],
  15736.             'App\\Form\\Type\\Project\\generationCodeFormType' => ['privates''App\\Form\\Type\\Project\\generationCodeFormType''getGenerationCodeFormTypeService'false],
  15737.             'App\\Form\\Type\\ProspectContractFormType' => ['privates''App\\Form\\Type\\ProspectContractFormType''getProspectContractFormTypeService'false],
  15738.             'App\\Form\\Type\\ProspectDateJoinFormType' => ['privates''App\\Form\\Type\\ProspectDateJoinFormType''getProspectDateJoinFormTypeService'false],
  15739.             'App\\Form\\Type\\ProspectDevicesFormType' => ['privates''App\\Form\\Type\\ProspectDevicesFormType''getProspectDevicesFormTypeService'false],
  15740.             'App\\Form\\Type\\ProspectDistancesFormType' => ['privates''App\\Form\\Type\\ProspectDistancesFormType''getProspectDistancesFormTypeService'false],
  15741.             'App\\Form\\Type\\ProspectMassUploadFormType' => ['privates''App\\Form\\Type\\ProspectMassUploadFormType''getProspectMassUploadFormTypeService'false],
  15742.             'App\\Form\\Type\\ProspectOffersConsumptionFormType' => ['privates''App\\Form\\Type\\ProspectOffersConsumptionFormType''getProspectOffersConsumptionFormTypeService'false],
  15743.             'App\\Form\\Type\\ProspectSubscriptionFeesFormType' => ['privates''App\\Form\\Type\\ProspectSubscriptionFeesFormType''getProspectSubscriptionFeesFormTypeService'false],
  15744.             'App\\Form\\Type\\ProspectTotalPriceEstimationFormType' => ['privates''App\\Form\\Type\\ProspectTotalPriceEstimationFormType''getProspectTotalPriceEstimationFormTypeService'false],
  15745.             'App\\Form\\Type\\ProspectWorkflowFormType' => ['privates''App\\Form\\Type\\ProspectWorkflowFormType''getProspectWorkflowFormTypeService'false],
  15746.             'App\\Form\\Type\\Prospect\\ChangementForfaitFormType' => ['privates''App\\Form\\Type\\Prospect\\ChangementForfaitFormType''getChangementForfaitFormTypeService'false],
  15747.             'App\\Form\\Type\\Prospect\\CustomersArticleFormType' => ['privates''App\\Form\\Type\\Prospect\\CustomersArticleFormType''getCustomersArticleFormTypeService'false],
  15748.             'App\\Form\\Type\\Prospect\\DoorToDoorFormType' => ['privates''App\\Form\\Type\\Prospect\\DoorToDoorFormType''getDoorToDoorFormTypeService'false],
  15749.             'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType' => ['privates''App\\Form\\Type\\Prospect\\ElectricEquipmentFormType''getElectricEquipmentFormTypeService'false],
  15750.             'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType' => ['privates''App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType''getElectricProductionEquipmentFormTypeService'false],
  15751.             'App\\Form\\Type\\Prospect\\IdentificationFormType' => ['privates''App\\Form\\Type\\Prospect\\IdentificationFormType''getIdentificationFormType2Service'false],
  15752.             'App\\Form\\Type\\Prospect\\RefundFormType' => ['privates''App\\Form\\Type\\Prospect\\RefundFormType''getRefundFormTypeService'false],
  15753.             'App\\Form\\Type\\Prospect\\SurveyFormType' => ['privates''App\\Form\\Type\\Prospect\\SurveyFormType''getSurveyFormTypeService'false],
  15754.             'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType' => ['privates''App\\Form\\Type\\ReadOnly\\ReadOnlyFormType''getReadOnlyFormTypeService'false],
  15755.             'App\\Form\\Type\\ReceptionFormType' => ['privates''App\\Form\\Type\\ReceptionFormType''getReceptionFormTypeService'false],
  15756.             'App\\Form\\Type\\ReceptionTransfertFormType' => ['privates''App\\Form\\Type\\ReceptionTransfertFormType''getReceptionTransfertFormTypeService'false],
  15757.             'App\\Form\\Type\\RecommendedDeviceFormType' => ['privates''App\\Form\\Type\\RecommendedDeviceFormType''getRecommendedDeviceFormTypeService'false],
  15758.             'App\\Form\\Type\\RegularisationFormType' => ['privates''App\\Form\\Type\\RegularisationFormType''getRegularisationFormTypeService'false],
  15759.             'App\\Form\\Type\\RemplacementChangementKitFormType' => ['privates''App\\Form\\Type\\RemplacementChangementKitFormType''getRemplacementChangementKitFormTypeService'false],
  15760.             'App\\Form\\Type\\RemplacementDefectueuxType' => ['privates''App\\Form\\Type\\RemplacementDefectueuxType''getRemplacementDefectueuxTypeService'false],
  15761.             'App\\Form\\Type\\RemplacementRemplacementType' => ['privates''App\\Form\\Type\\RemplacementRemplacementType''getRemplacementRemplacementTypeService'false],
  15762.             'App\\Form\\Type\\RemplacementType' => ['privates''App\\Form\\Type\\RemplacementType''getRemplacementTypeService'false],
  15763.             'App\\Form\\Type\\RetourMaterielFormType' => ['privates''App\\Form\\Type\\RetourMaterielFormType''getRetourMaterielFormTypeService'false],
  15764.             'App\\Form\\Type\\SatisfactionFormType' => ['privates''App\\Form\\Type\\SatisfactionFormType''getSatisfactionFormTypeService'false],
  15765.             'App\\Form\\Type\\SoldFormType' => ['privates''App\\Form\\Type\\SoldFormType''getSoldFormTypeService'false],
  15766.             'App\\Form\\Type\\TransfertFormType' => ['privates''App\\Form\\Type\\TransfertFormType''getTransfertFormTypeService'false],
  15767.             'App\\Form\\Type\\UserCaisseFormType' => ['privates''App\\Form\\Type\\UserCaisseFormType''getUserCaisseFormTypeService'false],
  15768.             'App\\Form\\Type\\UserPermissionOnAgenceFormType' => ['privates''App\\Form\\Type\\UserPermissionOnAgenceFormType''getUserPermissionOnAgenceFormTypeService'false],
  15769.             'App\\Form\\Type\\ZoneFormType' => ['privates''App\\Form\\Type\\ZoneFormType''getZoneFormTypeService'false],
  15770.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  15771.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  15772.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  15773.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  15774.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  15775.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  15776.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  15777.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  15778.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  15779.         ], [
  15780.             'App\\Form\\StockType' => '?',
  15781.             'App\\Form\\Type\\AgenceFormType' => '?',
  15782.             'App\\Form\\Type\\ArticleClientEditFormType' => '?',
  15783.             'App\\Form\\Type\\ArticleClientFormType' => '?',
  15784.             'App\\Form\\Type\\AttachedFileFormType' => '?',
  15785.             'App\\Form\\Type\\BuildingFormType' => '?',
  15786.             'App\\Form\\Type\\CaisseFormType' => '?',
  15787.             'App\\Form\\Type\\CaracteristiqueCommercialeFormType' => '?',
  15788.             'App\\Form\\Type\\CaracteristiqueGeneraleFormType' => '?',
  15789.             'App\\Form\\Type\\CaracteristiqueTechniqueFormType' => '?',
  15790.             'App\\Form\\Type\\CategorieFormType' => '?',
  15791.             'App\\Form\\Type\\ChangementKitDefectueuxType' => '?',
  15792.             'App\\Form\\Type\\ChangementKitFormType' => '?',
  15793.             'App\\Form\\Type\\ChangementKitRemplacementType' => '?',
  15794.             'App\\Form\\Type\\ClientFormType' => '?',
  15795.             'App\\Form\\Type\\CodeGenerationWithPaymentFormType' => '?',
  15796.             'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType' => '?',
  15797.             'App\\Form\\Type\\CodeMassUploadFormType' => '?',
  15798.             'App\\Form\\Type\\CommissionFormType' => '?',
  15799.             'App\\Form\\Type\\CommissionNanoEntrepreneurFormType' => '?',
  15800.             'App\\Form\\Type\\DesinstallationMaterielFormType' => '?',
  15801.             'App\\Form\\Type\\DeviceCustomerFormType' => '?',
  15802.             'App\\Form\\Type\\DeviceDimensionFormType' => '?',
  15803.             'App\\Form\\Type\\DeviceFormType' => '?',
  15804.             'App\\Form\\Type\\EntrepreneurChangeFormType' => '?',
  15805.             'App\\Form\\Type\\FabricationFormType' => '?',
  15806.             'App\\Form\\Type\\FacturationFormType' => '?',
  15807.             'App\\Form\\Type\\FournisseurFormType' => '?',
  15808.             'App\\Form\\Type\\GestionnaireFormType' => '?',
  15809.             'App\\Form\\Type\\IdentificationFormType' => '?',
  15810.             'App\\Form\\Type\\InspectionFormType' => '?',
  15811.             'App\\Form\\Type\\InterventionChoiceFormType' => '?',
  15812.             'App\\Form\\Type\\Intervention\\FixFormType' => '?',
  15813.             'App\\Form\\Type\\Intervention\\MaintenanceFormType' => '?',
  15814.             'App\\Form\\Type\\Intervention\\RecordFormType' => '?',
  15815.             'App\\Form\\Type\\Intervention\\TaskFormType' => '?',
  15816.             'App\\Form\\Type\\InventaireFormType' => '?',
  15817.             'App\\Form\\Type\\KoboFormType' => '?',
  15818.             'App\\Form\\Type\\LocalAgenceFormType' => '?',
  15819.             'App\\Form\\Type\\LocalizationFormType' => '?',
  15820.             'App\\Form\\Type\\MaintenanceFrequencyFormType' => '?',
  15821.             'App\\Form\\Type\\MaterielAssocieFormType' => '?',
  15822.             'App\\Form\\Type\\MaterielAssocieFormTypeOld' => '?',
  15823.             'App\\Form\\Type\\MaterielChangementDeKitFormType' => '?',
  15824.             'App\\Form\\Type\\MaterielClientNetworkFormType' => '?',
  15825.             'App\\Form\\Type\\MaterielDeRamplacementFormType' => '?',
  15826.             'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType' => '?',
  15827.             'App\\Form\\Type\\MaterielFacturationFormType' => '?',
  15828.             'App\\Form\\Type\\MaterielInspectionFormType' => '?',
  15829.             'App\\Form\\Type\\MaterielInventaireFormType' => '?',
  15830.             'App\\Form\\Type\\MaterielModelPreEnregistreFormType' => '?',
  15831.             'App\\Form\\Type\\MaterielMouvementFormType' => '?',
  15832.             'App\\Form\\Type\\MaterielPreparationTransfertFormType' => '?',
  15833.             'App\\Form\\Type\\MaterielTransfertFormType' => '?',
  15834.             'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType' => '?',
  15835.             'App\\Form\\Type\\ModelFormType' => '?',
  15836.             'App\\Form\\Type\\ModelePreEnregistreFormType' => '?',
  15837.             'App\\Form\\Type\\MouvementFormType' => '?',
  15838.             'App\\Form\\Type\\NetworkDeviceFormType' => '?',
  15839.             'App\\Form\\Type\\NetworkFormType' => '?',
  15840.             'App\\Form\\Type\\OfferFormType' => '?',
  15841.             'App\\Form\\Type\\PlanifiedMaintenanceFormType' => '?',
  15842.             'App\\Form\\Type\\PreparationTransfertFormType' => '?',
  15843.             'App\\Form\\Type\\PriceOfferFormType' => '?',
  15844.             'App\\Form\\Type\\ProduitFormType' => '?',
  15845.             'App\\Form\\Type\\ProfileFormType' => '?',
  15846.             'App\\Form\\Type\\ProjectWorkflowFormType' => '?',
  15847.             'App\\Form\\Type\\Project\\ConstructionFormType' => '?',
  15848.             'App\\Form\\Type\\Project\\ContractFormType' => '?',
  15849.             'App\\Form\\Type\\Project\\DefinitionFormType' => '?',
  15850.             'App\\Form\\Type\\Project\\GenerateCodeClairFormType' => '?',
  15851.             'App\\Form\\Type\\Project\\NetworkDevicesFormType' => '?',
  15852.             'App\\Form\\Type\\Project\\NetworkFromCustomerFormType' => '?',
  15853.             'App\\Form\\Type\\Project\\SizingFormType' => '?',
  15854.             'App\\Form\\Type\\Project\\generationCodeFormType' => '?',
  15855.             'App\\Form\\Type\\ProspectContractFormType' => '?',
  15856.             'App\\Form\\Type\\ProspectDateJoinFormType' => '?',
  15857.             'App\\Form\\Type\\ProspectDevicesFormType' => '?',
  15858.             'App\\Form\\Type\\ProspectDistancesFormType' => '?',
  15859.             'App\\Form\\Type\\ProspectMassUploadFormType' => '?',
  15860.             'App\\Form\\Type\\ProspectOffersConsumptionFormType' => '?',
  15861.             'App\\Form\\Type\\ProspectSubscriptionFeesFormType' => '?',
  15862.             'App\\Form\\Type\\ProspectTotalPriceEstimationFormType' => '?',
  15863.             'App\\Form\\Type\\ProspectWorkflowFormType' => '?',
  15864.             'App\\Form\\Type\\Prospect\\ChangementForfaitFormType' => '?',
  15865.             'App\\Form\\Type\\Prospect\\CustomersArticleFormType' => '?',
  15866.             'App\\Form\\Type\\Prospect\\DoorToDoorFormType' => '?',
  15867.             'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType' => '?',
  15868.             'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType' => '?',
  15869.             'App\\Form\\Type\\Prospect\\IdentificationFormType' => '?',
  15870.             'App\\Form\\Type\\Prospect\\RefundFormType' => '?',
  15871.             'App\\Form\\Type\\Prospect\\SurveyFormType' => '?',
  15872.             'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType' => '?',
  15873.             'App\\Form\\Type\\ReceptionFormType' => '?',
  15874.             'App\\Form\\Type\\ReceptionTransfertFormType' => '?',
  15875.             'App\\Form\\Type\\RecommendedDeviceFormType' => '?',
  15876.             'App\\Form\\Type\\RegularisationFormType' => '?',
  15877.             'App\\Form\\Type\\RemplacementChangementKitFormType' => '?',
  15878.             'App\\Form\\Type\\RemplacementDefectueuxType' => '?',
  15879.             'App\\Form\\Type\\RemplacementRemplacementType' => '?',
  15880.             'App\\Form\\Type\\RemplacementType' => '?',
  15881.             'App\\Form\\Type\\RetourMaterielFormType' => '?',
  15882.             'App\\Form\\Type\\SatisfactionFormType' => '?',
  15883.             'App\\Form\\Type\\SoldFormType' => '?',
  15884.             'App\\Form\\Type\\TransfertFormType' => '?',
  15885.             'App\\Form\\Type\\UserCaisseFormType' => '?',
  15886.             'App\\Form\\Type\\UserPermissionOnAgenceFormType' => '?',
  15887.             'App\\Form\\Type\\ZoneFormType' => '?',
  15888.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  15889.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  15890.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  15891.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  15892.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  15893.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  15894.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  15895.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  15896.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  15897.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  15898.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  15899.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  15900.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  15901.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  15902.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  15903.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  15904.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  15905.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  15906.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  15907.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  15908.         }, 1)], new RewindableGenerator(function () {
  15909.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  15910.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  15911.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  15912.     }
  15913.     /**
  15914.      * Gets the private 'form.server_params' shared service.
  15915.      *
  15916.      * @return \Symfony\Component\Form\Util\ServerParams
  15917.      */
  15918.     protected function getForm_ServerParamsService()
  15919.     {
  15920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  15921.         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())));
  15922.     }
  15923.     /**
  15924.      * Gets the private 'form.type.choice' shared service.
  15925.      *
  15926.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  15927.      */
  15928.     protected function getForm_Type_ChoiceService()
  15929.     {
  15930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  15933.         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()));
  15934.     }
  15935.     /**
  15936.      * Gets the private 'form.type.color' shared service.
  15937.      *
  15938.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  15939.      */
  15940.     protected function getForm_Type_ColorService()
  15941.     {
  15942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  15945.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  15946.     }
  15947.     /**
  15948.      * Gets the private 'form.type.entity' shared service.
  15949.      *
  15950.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  15951.      */
  15952.     protected function getForm_Type_EntityService()
  15953.     {
  15954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15956.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  15958.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15959.     }
  15960.     /**
  15961.      * Gets the private 'form.type.form' shared service.
  15962.      *
  15963.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  15964.      */
  15965.     protected function getForm_Type_FormService()
  15966.     {
  15967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  15970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  15971.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15972.     }
  15973.     /**
  15974.      * Gets the private 'form.type_extension.csrf' shared service.
  15975.      *
  15976.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  15977.      */
  15978.     protected function getForm_TypeExtension_CsrfService()
  15979.     {
  15980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  15983.         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()));
  15984.     }
  15985.     /**
  15986.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  15987.      *
  15988.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  15989.      */
  15990.     protected function getForm_TypeExtension_Form_DataCollectorService()
  15991.     {
  15992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  15995.         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()));
  15996.     }
  15997.     /**
  15998.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  15999.      *
  16000.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  16001.      */
  16002.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  16003.     {
  16004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  16007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  16008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  16009.         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())));
  16010.     }
  16011.     /**
  16012.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  16013.      *
  16014.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  16015.      */
  16016.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  16017.     {
  16018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  16021.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16022.     }
  16023.     /**
  16024.      * Gets the private 'form.type_extension.form.validator' shared service.
  16025.      *
  16026.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  16027.      */
  16028.     protected function getForm_TypeExtension_Form_ValidatorService()
  16029.     {
  16030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  16033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  16034.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  16035.     }
  16036.     /**
  16037.      * Gets the private 'form.type_extension.upload.validator' shared service.
  16038.      *
  16039.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  16040.      */
  16041.     protected function getForm_TypeExtension_Upload_ValidatorService()
  16042.     {
  16043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  16046.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16047.     }
  16048.     /**
  16049.      * Gets the private 'form.type_guesser.doctrine' shared service.
  16050.      *
  16051.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  16052.      */
  16053.     protected function getForm_TypeGuesser_DoctrineService()
  16054.     {
  16055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16056.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  16057.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16058.     }
  16059.     /**
  16060.      * Gets the private 'form.type_guesser.validator' shared service.
  16061.      *
  16062.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  16063.      */
  16064.     protected function getForm_TypeGuesser_ValidatorService()
  16065.     {
  16066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  16068.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16069.     }
  16070.     /**
  16071.      * Gets the private 'fos_js_routing.dump_command' shared service.
  16072.      *
  16073.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  16074.      */
  16075.     protected function getFosJsRouting_DumpCommandService()
  16076.     {
  16077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16078.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  16079.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  16080.         $instance->setName('fos:js-routing:dump');
  16081.         return $instance;
  16082.     }
  16083.     /**
  16084.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  16085.      *
  16086.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  16087.      */
  16088.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  16089.     {
  16090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  16092.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  16093.         $instance->setName('fos:js-routing:debug');
  16094.         return $instance;
  16095.     }
  16096.     /**
  16097.      * Gets the private 'fos_user.change_password.form.type' shared service.
  16098.      *
  16099.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  16100.      */
  16101.     protected function getFosUser_ChangePassword_Form_TypeService()
  16102.     {
  16103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16105.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  16106.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\Users');
  16107.     }
  16108.     /**
  16109.      * Gets the private 'fos_user.command.activate_user' shared service.
  16110.      *
  16111.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  16112.      */
  16113.     protected function getFosUser_Command_ActivateUserService()
  16114.     {
  16115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16116.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  16117.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16118.         $instance->setName('fos:user:activate');
  16119.         return $instance;
  16120.     }
  16121.     /**
  16122.      * Gets the private 'fos_user.command.change_password' shared service.
  16123.      *
  16124.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  16125.      */
  16126.     protected function getFosUser_Command_ChangePasswordService()
  16127.     {
  16128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16129.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  16130.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16131.         $instance->setName('fos:user:change-password');
  16132.         return $instance;
  16133.     }
  16134.     /**
  16135.      * Gets the private 'fos_user.command.create_user' shared service.
  16136.      *
  16137.      * @return \FOS\UserBundle\Command\CreateUserCommand
  16138.      */
  16139.     protected function getFosUser_Command_CreateUserService()
  16140.     {
  16141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16142.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  16143.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16144.         $instance->setName('fos:user:create');
  16145.         return $instance;
  16146.     }
  16147.     /**
  16148.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  16149.      *
  16150.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  16151.      */
  16152.     protected function getFosUser_Command_DeactivateUserService()
  16153.     {
  16154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16155.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  16156.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16157.         $instance->setName('fos:user:deactivate');
  16158.         return $instance;
  16159.     }
  16160.     /**
  16161.      * Gets the private 'fos_user.command.demote_user' shared service.
  16162.      *
  16163.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  16164.      */
  16165.     protected function getFosUser_Command_DemoteUserService()
  16166.     {
  16167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16168.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  16169.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  16170.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16171.         $instance->setName('fos:user:demote');
  16172.         return $instance;
  16173.     }
  16174.     /**
  16175.      * Gets the private 'fos_user.command.promote_user' shared service.
  16176.      *
  16177.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  16178.      */
  16179.     protected function getFosUser_Command_PromoteUserService()
  16180.     {
  16181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  16184.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16185.         $instance->setName('fos:user:promote');
  16186.         return $instance;
  16187.     }
  16188.     /**
  16189.      * Gets the private 'fos_user.listener.authentication' shared service.
  16190.      *
  16191.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  16192.      */
  16193.     protected function getFosUser_Listener_AuthenticationService()
  16194.     {
  16195.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  16196.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  16197.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  16198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  16199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  16200.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService())), 'main');
  16201.     }
  16202.     /**
  16203.      * Gets the private 'fos_user.listener.flash' shared service.
  16204.      *
  16205.      * @return \FOS\UserBundle\EventListener\FlashListener
  16206.      */
  16207.     protected function getFosUser_Listener_FlashService()
  16208.     {
  16209.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  16210.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  16211.     }
  16212.     /**
  16213.      * Gets the private 'fos_user.listener.resetting' shared service.
  16214.      *
  16215.      * @return \FOS\UserBundle\EventListener\ResettingListener
  16216.      */
  16217.     protected function getFosUser_Listener_ResettingService()
  16218.     {
  16219.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  16220.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  16221.     }
  16222.     /**
  16223.      * Gets the private 'fos_user.profile.form.factory' shared service.
  16224.      *
  16225.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  16226.      */
  16227.     protected function getFosUser_Profile_Form_FactoryService()
  16228.     {
  16229.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  16230.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  16231.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']);
  16232.     }
  16233.     /**
  16234.      * Gets the private 'fos_user.profile.form.type' shared service.
  16235.      *
  16236.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  16237.      */
  16238.     protected function getFosUser_Profile_Form_TypeService()
  16239.     {
  16240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  16243.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\Users');
  16244.     }
  16245.     /**
  16246.      * Gets the private 'fos_user.registration.form.type' shared service.
  16247.      *
  16248.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  16249.      */
  16250.     protected function getFosUser_Registration_Form_TypeService()
  16251.     {
  16252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16254.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  16255.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\Users');
  16256.     }
  16257.     /**
  16258.      * Gets the private 'fos_user.resetting.form.type' shared service.
  16259.      *
  16260.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  16261.      */
  16262.     protected function getFosUser_Resetting_Form_TypeService()
  16263.     {
  16264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16266.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  16267.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\Users');
  16268.     }
  16269.     /**
  16270.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  16271.      *
  16272.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  16273.      */
  16274.     protected function getFosUser_Security_InteractiveLoginListenerService()
  16275.     {
  16276.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  16277.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  16278.     }
  16279.     /**
  16280.      * Gets the private 'fos_user.user_listener' shared service.
  16281.      *
  16282.      * @return \FOS\UserBundle\Doctrine\UserListener
  16283.      */
  16284.     protected function getFosUser_UserListenerService()
  16285.     {
  16286.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16287.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  16288.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  16289.     }
  16290.     /**
  16291.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  16292.      *
  16293.      * @return \FOS\UserBundle\Security\EmailUserProvider
  16294.      */
  16295.     protected function getFosUser_UserProvider_UsernameEmailService()
  16296.     {
  16297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  16298.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  16299.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/EmailUserProvider.php';
  16300.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  16301.     }
  16302.     /**
  16303.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  16304.      *
  16305.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  16306.      */
  16307.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  16308.     {
  16309.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  16310.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  16311.     }
  16312.     /**
  16313.      * Gets the private 'fos_user.util.password_updater' shared service.
  16314.      *
  16315.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  16316.      */
  16317.     protected function getFosUser_Util_PasswordUpdaterService()
  16318.     {
  16319.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  16320.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  16321.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  16322.     }
  16323.     /**
  16324.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  16325.      *
  16326.      * @return \FOS\UserBundle\Util\TokenGenerator
  16327.      */
  16328.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  16329.     {
  16330.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  16331.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  16332.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  16333.     }
  16334.     /**
  16335.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  16336.      *
  16337.      * @return \FOS\UserBundle\Util\UserManipulator
  16338.      */
  16339.     protected function getFosUser_Util_UserManipulatorService()
  16340.     {
  16341.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  16342.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16343.     }
  16344.     /**
  16345.      * Gets the private 'fragment.listener' shared service.
  16346.      *
  16347.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  16348.      */
  16349.     protected function getFragment_ListenerService()
  16350.     {
  16351.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  16352.     }
  16353.     /**
  16354.      * Gets the private 'fragment.renderer.hinclude' shared service.
  16355.      *
  16356.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  16357.      */
  16358.     protected function getFragment_Renderer_HincludeService()
  16359.     {
  16360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  16363.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16364.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  16365.             return $this->privates['fragment.renderer.hinclude'];
  16366.         }
  16367.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  16368.         $instance->setFragmentPath('/_fragment');
  16369.         return $instance;
  16370.     }
  16371.     /**
  16372.      * Gets the private 'fragment.renderer.inline' shared service.
  16373.      *
  16374.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  16375.      */
  16376.     protected function getFragment_Renderer_InlineService()
  16377.     {
  16378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  16381.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  16382.         if (isset($this->privates['fragment.renderer.inline'])) {
  16383.             return $this->privates['fragment.renderer.inline'];
  16384.         }
  16385.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16386.         if (isset($this->privates['fragment.renderer.inline'])) {
  16387.             return $this->privates['fragment.renderer.inline'];
  16388.         }
  16389.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  16390.         $instance->setFragmentPath('/_fragment');
  16391.         return $instance;
  16392.     }
  16393.     /**
  16394.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  16395.      *
  16396.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  16397.      */
  16398.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  16399.     {
  16400.         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())));
  16401.     }
  16402.     /**
  16403.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  16404.      *
  16405.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  16406.      */
  16407.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  16408.     {
  16409.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16410.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  16411.             return $this->privates['framework_extra_bundle.event.is_granted'];
  16412.         }
  16413.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  16414.     }
  16415.     /**
  16416.      * Gets the private 'gedmo.listener.sluggable' shared service.
  16417.      *
  16418.      * @return \Gedmo\Sluggable\SluggableListener
  16419.      */
  16420.     protected function getGedmo_Listener_SluggableService()
  16421.     {
  16422.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16423.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  16424.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  16425.         $this->privates['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  16426.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16427.         return $instance;
  16428.     }
  16429.     /**
  16430.      * Gets the private 'gedmo.listener.softdeleteable' shared service.
  16431.      *
  16432.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  16433.      */
  16434.     protected function getGedmo_Listener_SoftdeleteableService()
  16435.     {
  16436.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  16439.         $this->privates['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  16440.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16441.         return $instance;
  16442.     }
  16443.     /**
  16444.      * Gets the private 'gedmo.listener.sortable' shared service.
  16445.      *
  16446.      * @return \Gedmo\Sortable\SortableListener
  16447.      */
  16448.     protected function getGedmo_Listener_SortableService()
  16449.     {
  16450.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16451.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  16452.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  16453.         $this->privates['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  16454.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16455.         return $instance;
  16456.     }
  16457.     /**
  16458.      * Gets the private 'gedmo.listener.timestampable' shared service.
  16459.      *
  16460.      * @return \Gedmo\Timestampable\TimestampableListener
  16461.      */
  16462.     protected function getGedmo_Listener_TimestampableService()
  16463.     {
  16464.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16465.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  16466.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  16467.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  16468.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  16469.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16470.         return $instance;
  16471.     }
  16472.     /**
  16473.      * Gets the private 'gedmo.listener.tree' shared service.
  16474.      *
  16475.      * @return \Gedmo\Tree\TreeListener
  16476.      */
  16477.     protected function getGedmo_Listener_TreeService()
  16478.     {
  16479.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16480.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  16481.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  16482.         $this->privates['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  16483.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16484.         return $instance;
  16485.     }
  16486.     /**
  16487.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  16488.      *
  16489.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  16490.      */
  16491.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  16492.     {
  16493.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16494.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  16495.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  16496.     }
  16497.     /**
  16498.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  16499.      *
  16500.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  16501.      */
  16502.     protected function getJmsSerializer_Cache_CacheClearerService()
  16503.     {
  16504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  16505.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  16506.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  16507.     }
  16508.     /**
  16509.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  16510.      *
  16511.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  16512.      */
  16513.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  16514.     {
  16515.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16516.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  16517.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  16518.     }
  16519.     /**
  16520.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  16521.      *
  16522.      * @return \JMS\Serializer\Handler\DateHandler
  16523.      */
  16524.     protected function getJmsSerializer_DatetimeHandlerService()
  16525.     {
  16526.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16527.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  16528.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  16529.     }
  16530.     /**
  16531.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  16532.      *
  16533.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  16534.      */
  16535.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  16536.     {
  16537.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  16538.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  16539.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  16540.     }
  16541.     /**
  16542.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  16543.      *
  16544.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  16545.      */
  16546.     protected function getJmsSerializer_EventDispatcherService()
  16547.     {
  16548.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16549.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  16550.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  16551.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  16552.         ], [
  16553.             'jms_serializer.stopwatch_subscriber' => '?',
  16554.             'jms_serializer.traceable_runs_listener' => '?',
  16555.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  16556.         ]));
  16557.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  16558.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  16559.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  16560.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  16561.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  16562.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  16563.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  16564.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  16565.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  16566.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  16567.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  16568.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  16569.         return $instance;
  16570.     }
  16571.     /**
  16572.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  16573.      *
  16574.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  16575.      */
  16576.     protected function getJmsSerializer_ExpressionEvaluatorService()
  16577.     {
  16578.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  16579.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  16580.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  16581.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  16582.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  16583.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  16584.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  16585.     }
  16586.     /**
  16587.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  16588.      *
  16589.      * @return \JMS\Serializer\Handler\FormErrorHandler
  16590.      */
  16591.     protected function getJmsSerializer_FormErrorHandlerService()
  16592.     {
  16593.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16594.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  16595.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16596.     }
  16597.     /**
  16598.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  16599.      *
  16600.      * @return \JMS\Serializer\Handler\IteratorHandler
  16601.      */
  16602.     protected function getJmsSerializer_IteratorHandlerService()
  16603.     {
  16604.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16605.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  16606.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  16607.     }
  16608.     /**
  16609.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  16610.      *
  16611.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  16612.      */
  16613.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  16614.     {
  16615.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
  16616.     }
  16617.     /**
  16618.      * Gets the private 'jms_serializer.metadata.typed_properties_driver' shared service.
  16619.      *
  16620.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  16621.      */
  16622.     protected function getJmsSerializer_Metadata_TypedPropertiesDriverService()
  16623.     {
  16624.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  16625.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  16626.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  16627.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  16628.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  16629.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  16630.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  16631.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  16632.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  16633.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  16634.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  16636.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  16637.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  16638.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  16639.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  16640.         $a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService());
  16641.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  16642.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  16643.         $d = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  16644.         return $this->privates['jms_serializer.metadata.typed_properties_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c$d)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  16645.     }
  16646.     /**
  16647.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  16648.      *
  16649.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  16650.      */
  16651.     protected function getJmsSerializer_StopwatchSubscriberService()
  16652.     {
  16653.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  16654.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  16655.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'jms_serializer.default');
  16656.     }
  16657.     /**
  16658.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  16659.      *
  16660.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  16661.      */
  16662.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  16663.     {
  16664.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16665.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  16666.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  16667.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  16668.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  16669.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  16670.         ], [
  16671.             'jms_serializer.array_collection_handler' => '?',
  16672.             'jms_serializer.constraint_violation_handler' => '?',
  16673.             'jms_serializer.datetime_handler' => '?',
  16674.             'jms_serializer.form_error_handler' => '?',
  16675.             'jms_serializer.iterator_handler' => '?',
  16676.         ])));
  16677.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16678.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16679.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16680.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16681.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16682.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16683.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16684.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16685.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16686.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16687.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  16688.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  16689.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  16690.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  16691.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  16692.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  16693.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  16694.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  16695.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  16696.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  16697.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  16698.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  16699.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  16700.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  16701.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  16702.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  16703.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  16704.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  16705.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16706.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16707.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16708.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16709.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16710.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16711.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16712.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16713.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16714.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16715.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16716.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16717.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16718.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16719.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16720.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16721.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  16722.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  16723.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  16724.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  16725.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  16726.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  16727.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  16728.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  16729.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16730.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16731.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16732.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16733.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  16734.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  16735.         return $instance;
  16736.     }
  16737.     /**
  16738.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  16739.      *
  16740.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  16741.      */
  16742.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  16743.     {
  16744.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16745.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'false],
  16746.         ], [
  16747.             'metadata_driver' => '?',
  16748.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  16749.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  16750.         $a->setIncludeInterfaces(false);
  16751.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  16752.     }
  16753.     /**
  16754.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  16755.      *
  16756.      * @return \JMS\SerializerBundle\Debug\RunsListener
  16757.      */
  16758.     protected function getJmsSerializer_TraceableRunsListenerService()
  16759.     {
  16760.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  16761.     }
  16762.     /**
  16763.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  16764.      *
  16765.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  16766.      */
  16767.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  16768.     {
  16769.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  16770.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  16771.     }
  16772.     /**
  16773.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16774.      *
  16775.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16776.      */
  16777.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16778.     {
  16779.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  16780.     }
  16781.     /**
  16782.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  16783.      *
  16784.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  16785.      */
  16786.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  16787.     {
  16788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16789.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  16790.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  16791.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  16792.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  16793.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  16794.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  16795.         $instance->setName('lexik:jwt:check-config');
  16796.         return $instance;
  16797.     }
  16798.     /**
  16799.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  16800.      *
  16801.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  16802.      */
  16803.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  16804.     {
  16805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16806.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  16807.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  16808.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  16809.         $instance->setName('lexik:jwt:generate-keypair');
  16810.         return $instance;
  16811.     }
  16812.     /**
  16813.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  16814.      *
  16815.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  16816.      */
  16817.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  16818.     {
  16819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  16821.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  16822.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  16823.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  16824.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  16825.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  16826.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  16827.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  16828.         }
  16829.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16830.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  16831.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  16832.         }
  16833.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a$b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  16834.     }
  16835.     /**
  16836.      * Gets the private 'locale_aware_listener' shared service.
  16837.      *
  16838.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  16839.      */
  16840.     protected function getLocaleAwareListenerService()
  16841.     {
  16842.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  16843.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  16844.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  16845.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16846.     }
  16847.     /**
  16848.      * Gets the private 'locale_listener' shared service.
  16849.      *
  16850.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  16851.      */
  16852.     protected function getLocaleListenerService()
  16853.     {
  16854.         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, []);
  16855.     }
  16856.     /**
  16857.      * Gets the private 'mailer.mailer' shared service.
  16858.      *
  16859.      * @return \Symfony\Component\Mailer\Mailer
  16860.      */
  16861.     protected function getMailer_MailerService()
  16862.     {
  16863.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  16864.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  16865.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  16866.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  16867.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  16868.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16869.         if (isset($this->privates['mailer.mailer'])) {
  16870.             return $this->privates['mailer.mailer'];
  16871.         }
  16872.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  16873.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  16874.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  16875.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  16876.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  16877.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  16878.     }
  16879.     /**
  16880.      * Gets the private 'mailer.transport_factory.native' shared service.
  16881.      *
  16882.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  16883.      */
  16884.     protected function getMailer_TransportFactory_NativeService()
  16885.     {
  16886.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16887.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16888.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  16889.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16890.         if (isset($this->privates['mailer.transport_factory.native'])) {
  16891.             return $this->privates['mailer.transport_factory.native'];
  16892.         }
  16893.         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()));
  16894.     }
  16895.     /**
  16896.      * Gets the private 'mailer.transport_factory.null' shared service.
  16897.      *
  16898.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  16899.      */
  16900.     protected function getMailer_TransportFactory_NullService()
  16901.     {
  16902.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16903.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16904.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  16905.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16906.         if (isset($this->privates['mailer.transport_factory.null'])) {
  16907.             return $this->privates['mailer.transport_factory.null'];
  16908.         }
  16909.         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()));
  16910.     }
  16911.     /**
  16912.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  16913.      *
  16914.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  16915.      */
  16916.     protected function getMailer_TransportFactory_SendmailService()
  16917.     {
  16918.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16919.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16920.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  16921.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16922.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  16923.             return $this->privates['mailer.transport_factory.sendmail'];
  16924.         }
  16925.         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()));
  16926.     }
  16927.     /**
  16928.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  16929.      *
  16930.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  16931.      */
  16932.     protected function getMailer_TransportFactory_SmtpService()
  16933.     {
  16934.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16935.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16936.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  16937.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16938.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  16939.             return $this->privates['mailer.transport_factory.smtp'];
  16940.         }
  16941.         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()));
  16942.     }
  16943.     /**
  16944.      * Gets the private 'maker.auto_command.make_auth' shared service.
  16945.      *
  16946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16947.      */
  16948.     protected function getMaker_AutoCommand_MakeAuthService()
  16949.     {
  16950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  16955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  16956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  16957.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16958.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  16959.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  16960.         $instance->setName('make:auth');
  16961.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  16962.         return $instance;
  16963.     }
  16964.     /**
  16965.      * Gets the private 'maker.auto_command.make_command' shared service.
  16966.      *
  16967.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16968.      */
  16969.     protected function getMaker_AutoCommand_MakeCommandService()
  16970.     {
  16971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  16976.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16977.         $instance->setName('make:command');
  16978.         $instance->setDescription('Creates a new console command class');
  16979.         return $instance;
  16980.     }
  16981.     /**
  16982.      * Gets the private 'maker.auto_command.make_controller' shared service.
  16983.      *
  16984.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16985.      */
  16986.     protected function getMaker_AutoCommand_MakeControllerService()
  16987.     {
  16988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  16993.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16994.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16995.         $instance->setName('make:controller');
  16996.         $instance->setDescription('Creates a new controller class');
  16997.         return $instance;
  16998.     }
  16999.     /**
  17000.      * Gets the private 'maker.auto_command.make_crud' shared service.
  17001.      *
  17002.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17003.      */
  17004.     protected function getMaker_AutoCommand_MakeCrudService()
  17005.     {
  17006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  17011.         $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()));
  17012.         $instance->setName('make:crud');
  17013.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  17014.         return $instance;
  17015.     }
  17016.     /**
  17017.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  17018.      *
  17019.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17020.      */
  17021.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  17022.     {
  17023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  17028.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17029.         $instance->setName('make:data-persister');
  17030.         $instance->setDescription('Creates an API Platform data persister');
  17031.         return $instance;
  17032.     }
  17033.     /**
  17034.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  17035.      *
  17036.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17037.      */
  17038.     protected function getMaker_AutoCommand_MakeDataProviderService()
  17039.     {
  17040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  17045.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17046.         $instance->setName('make:data-provider');
  17047.         $instance->setDescription('Creates an API Platform data provider');
  17048.         return $instance;
  17049.     }
  17050.     /**
  17051.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  17052.      *
  17053.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17054.      */
  17055.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  17056.     {
  17057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  17062.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17063.         $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()));
  17064.         $instance->setName('make:docker:database');
  17065.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  17066.         return $instance;
  17067.     }
  17068.     /**
  17069.      * Gets the private 'maker.auto_command.make_entity' shared service.
  17070.      *
  17071.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17072.      */
  17073.     protected function getMaker_AutoCommand_MakeEntityService()
  17074.     {
  17075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  17081.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17082.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  17083.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  17084.         $instance->setName('make:entity');
  17085.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  17086.         return $instance;
  17087.     }
  17088.     /**
  17089.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  17090.      *
  17091.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17092.      */
  17093.     protected function getMaker_AutoCommand_MakeFixturesService()
  17094.     {
  17095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  17100.         $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()));
  17101.         $instance->setName('make:fixtures');
  17102.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  17103.         return $instance;
  17104.     }
  17105.     /**
  17106.      * Gets the private 'maker.auto_command.make_form' shared service.
  17107.      *
  17108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17109.      */
  17110.     protected function getMaker_AutoCommand_MakeFormService()
  17111.     {
  17112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  17117.         $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()));
  17118.         $instance->setName('make:form');
  17119.         $instance->setDescription('Creates a new form class');
  17120.         return $instance;
  17121.     }
  17122.     /**
  17123.      * Gets the private 'maker.auto_command.make_message' shared service.
  17124.      *
  17125.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17126.      */
  17127.     protected function getMaker_AutoCommand_MakeMessageService()
  17128.     {
  17129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  17134.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17135.         $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()));
  17136.         $instance->setName('make:message');
  17137.         $instance->setDescription('Creates a new message and handler');
  17138.         return $instance;
  17139.     }
  17140.     /**
  17141.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  17142.      *
  17143.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17144.      */
  17145.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  17146.     {
  17147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  17152.         $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()));
  17153.         $instance->setName('make:messenger-middleware');
  17154.         $instance->setDescription('Creates a new messenger middleware');
  17155.         return $instance;
  17156.     }
  17157.     /**
  17158.      * Gets the private 'maker.auto_command.make_migration' shared service.
  17159.      *
  17160.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17161.      */
  17162.     protected function getMaker_AutoCommand_MakeMigrationService()
  17163.     {
  17164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  17169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  17170.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17171.         $instance->setName('make:migration');
  17172.         $instance->setDescription('Creates a new migration based on database changes');
  17173.         return $instance;
  17174.     }
  17175.     /**
  17176.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  17177.      *
  17178.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17179.      */
  17180.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  17181.     {
  17182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  17187.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17188.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17189.         $instance->setName('make:registration-form');
  17190.         $instance->setDescription('Creates a new registration form system');
  17191.         return $instance;
  17192.     }
  17193.     /**
  17194.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  17195.      *
  17196.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17197.      */
  17198.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  17199.     {
  17200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  17205.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17206.         $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()));
  17207.         $instance->setName('make:reset-password');
  17208.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  17209.         return $instance;
  17210.     }
  17211.     /**
  17212.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  17213.      *
  17214.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17215.      */
  17216.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  17217.     {
  17218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  17223.         $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()));
  17224.         $instance->setName('make:serializer:encoder');
  17225.         $instance->setDescription('Creates a new serializer encoder class');
  17226.         return $instance;
  17227.     }
  17228.     /**
  17229.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  17230.      *
  17231.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17232.      */
  17233.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  17234.     {
  17235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  17240.         $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()));
  17241.         $instance->setName('make:serializer:normalizer');
  17242.         $instance->setDescription('Creates a new serializer normalizer class');
  17243.         return $instance;
  17244.     }
  17245.     /**
  17246.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  17247.      *
  17248.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17249.      */
  17250.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  17251.     {
  17252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  17257.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17258.         $instance->setName('make:state-processor');
  17259.         $instance->setDescription('Creates an API Platform state processor');
  17260.         return $instance;
  17261.     }
  17262.     /**
  17263.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  17264.      *
  17265.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17266.      */
  17267.     protected function getMaker_AutoCommand_MakeStateProviderService()
  17268.     {
  17269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  17274.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17275.         $instance->setName('make:state-provider');
  17276.         $instance->setDescription('Creates an API Platform state provider');
  17277.         return $instance;
  17278.     }
  17279.     /**
  17280.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  17281.      *
  17282.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17283.      */
  17284.     protected function getMaker_AutoCommand_MakeSubscriberService()
  17285.     {
  17286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  17291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  17292.         $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()));
  17293.         $instance->setName('make:subscriber');
  17294.         $instance->setDescription('Creates a new event subscriber class');
  17295.         return $instance;
  17296.     }
  17297.     /**
  17298.      * Gets the private 'maker.auto_command.make_test' shared service.
  17299.      *
  17300.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17301.      */
  17302.     protected function getMaker_AutoCommand_MakeTestService()
  17303.     {
  17304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  17310.         $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()));
  17311.         $instance->setName('make:test');
  17312.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  17313.         $instance->setDescription('Creates a new test class');
  17314.         return $instance;
  17315.     }
  17316.     /**
  17317.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  17318.      *
  17319.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17320.      */
  17321.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  17322.     {
  17323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  17328.         $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()));
  17329.         $instance->setName('make:twig-extension');
  17330.         $instance->setDescription('Creates a new Twig extension class');
  17331.         return $instance;
  17332.     }
  17333.     /**
  17334.      * Gets the private 'maker.auto_command.make_user' shared service.
  17335.      *
  17336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17337.      */
  17338.     protected function getMaker_AutoCommand_MakeUserService()
  17339.     {
  17340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  17345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  17346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17347.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17348.         $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()));
  17349.         $instance->setName('make:user');
  17350.         $instance->setDescription('Creates a new security user class');
  17351.         return $instance;
  17352.     }
  17353.     /**
  17354.      * Gets the private 'maker.auto_command.make_validator' shared service.
  17355.      *
  17356.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17357.      */
  17358.     protected function getMaker_AutoCommand_MakeValidatorService()
  17359.     {
  17360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  17365.         $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()));
  17366.         $instance->setName('make:validator');
  17367.         $instance->setDescription('Creates a new validator and constraint class');
  17368.         return $instance;
  17369.     }
  17370.     /**
  17371.      * Gets the private 'maker.auto_command.make_voter' shared service.
  17372.      *
  17373.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17374.      */
  17375.     protected function getMaker_AutoCommand_MakeVoterService()
  17376.     {
  17377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  17382.         $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()));
  17383.         $instance->setName('make:voter');
  17384.         $instance->setDescription('Creates a new security voter class');
  17385.         return $instance;
  17386.     }
  17387.     /**
  17388.      * Gets the private 'maker.doctrine_helper' shared service.
  17389.      *
  17390.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  17391.      */
  17392.     protected function getMaker_DoctrineHelperService()
  17393.     {
  17394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  17395.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  17396.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Tree\\Entity'=> $a], => [=> 'Gedmo\\Translatable\\Entity'=> $a], => [=> 'Gedmo\\Loggable\\Entity'=> $a], => [=> 'FOS\\UserBundle\\Model'=> ($this->privates['.4_doctrine_metadata_driver~3jNLL4X'] ?? $this->get_4DoctrineMetadataDriver3jNLL4XService())]]]);
  17397.     }
  17398.     /**
  17399.      * Gets the private 'maker.entity_class_generator' shared service.
  17400.      *
  17401.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  17402.      */
  17403.     protected function getMaker_EntityClassGeneratorService()
  17404.     {
  17405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  17406.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  17407.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  17408.         return $instance;
  17409.     }
  17410.     /**
  17411.      * Gets the private 'maker.file_manager' shared service.
  17412.      *
  17413.      * @return \Symfony\Bundle\MakerBundle\FileManager
  17414.      */
  17415.     protected function getMaker_FileManagerService()
  17416.     {
  17417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  17418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  17419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  17420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  17421.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17422.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/src/Resources/views'));
  17423.     }
  17424.     /**
  17425.      * Gets the private 'maker.generator' shared service.
  17426.      *
  17427.      * @return \Symfony\Bundle\MakerBundle\Generator
  17428.      */
  17429.     protected function getMaker_GeneratorService()
  17430.     {
  17431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  17432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  17433.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  17434.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  17435.     }
  17436.     /**
  17437.      * Gets the private 'maker.php_compat_util' shared service.
  17438.      *
  17439.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  17440.      */
  17441.     protected function getMaker_PhpCompatUtilService()
  17442.     {
  17443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  17444.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17445.     }
  17446.     /**
  17447.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  17448.      *
  17449.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  17450.      */
  17451.     protected function getMaker_Renderer_FormTypeRendererService()
  17452.     {
  17453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  17454.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17455.     }
  17456.     /**
  17457.      * Gets the private 'mime_types' shared service.
  17458.      *
  17459.      * @return \Symfony\Component\Mime\MimeTypes
  17460.      */
  17461.     protected function getMimeTypesService()
  17462.     {
  17463.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17464.         $instance->setDefault($instance);
  17465.         return $instance;
  17466.     }
  17467.     /**
  17468.      * Gets the private 'monolog.handler.console' shared service.
  17469.      *
  17470.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  17471.      */
  17472.     protected function getMonolog_Handler_ConsoleService()
  17473.     {
  17474.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  17475.     }
  17476.     /**
  17477.      * Gets the private 'monolog.handler.main' shared service.
  17478.      *
  17479.      * @return \Monolog\Handler\StreamHandler
  17480.      */
  17481.     protected function getMonolog_Handler_MainService()
  17482.     {
  17483.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  17484.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  17485.         return $instance;
  17486.     }
  17487.     /**
  17488.      * Gets the private 'monolog.logger' shared service.
  17489.      *
  17490.      * @return \Symfony\Bridge\Monolog\Logger
  17491.      */
  17492.     protected function getMonolog_LoggerService()
  17493.     {
  17494.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  17495.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17496.         $instance->useMicrosecondTimestamps(true);
  17497.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17498.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17500.         return $instance;
  17501.     }
  17502.     /**
  17503.      * Gets the private 'monolog.logger.cache' shared service.
  17504.      *
  17505.      * @return \Symfony\Bridge\Monolog\Logger
  17506.      */
  17507.     protected function getMonolog_Logger_CacheService()
  17508.     {
  17509.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  17510.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17511.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17512.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17513.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17514.         return $instance;
  17515.     }
  17516.     /**
  17517.      * Gets the private 'monolog.logger.mailer' shared service.
  17518.      *
  17519.      * @return \Symfony\Bridge\Monolog\Logger
  17520.      */
  17521.     protected function getMonolog_Logger_MailerService()
  17522.     {
  17523.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  17524.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17525.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17526.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17527.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17528.         return $instance;
  17529.     }
  17530.     /**
  17531.      * Gets the private 'monolog.logger.request' shared service.
  17532.      *
  17533.      * @return \Symfony\Bridge\Monolog\Logger
  17534.      */
  17535.     protected function getMonolog_Logger_RequestService()
  17536.     {
  17537.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  17538.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17539.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17540.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17542.         return $instance;
  17543.     }
  17544.     /**
  17545.      * Gets the private 'monolog.logger.security' shared service.
  17546.      *
  17547.      * @return \Symfony\Bridge\Monolog\Logger
  17548.      */
  17549.     protected function getMonolog_Logger_SecurityService()
  17550.     {
  17551.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  17552.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17553.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17554.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17555.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17556.         return $instance;
  17557.     }
  17558.     /**
  17559.      * Gets the private 'monolog.logger.snappy' shared service.
  17560.      *
  17561.      * @return \Symfony\Bridge\Monolog\Logger
  17562.      */
  17563.     protected function getMonolog_Logger_SnappyService()
  17564.     {
  17565.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  17566.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17567.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17568.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17569.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17570.         return $instance;
  17571.     }
  17572.     /**
  17573.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  17574.      *
  17575.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  17576.      */
  17577.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  17578.     {
  17579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  17580.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  17581.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  17582.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  17583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  17584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  17585.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  17586.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  17587.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  17588.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  17589.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  17590.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  17591.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  17592.         $a = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  17593.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  17594.     }
  17595.     /**
  17596.      * Gets the private 'old_sound_rabbit_mq.anon_consumer_command' shared service.
  17597.      *
  17598.      * @return \OldSound\RabbitMqBundle\Command\AnonConsumerCommand
  17599.      */
  17600.     protected function getOldSoundRabbitMq_AnonConsumerCommandService()
  17601.     {
  17602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17603.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17604.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17605.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17606.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/AnonConsumerCommand.php';
  17607.         $this->privates['old_sound_rabbit_mq.anon_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\AnonConsumerCommand();
  17608.         $instance->setName('rabbitmq:anon-consumer');
  17609.         return $instance;
  17610.     }
  17611.     /**
  17612.      * Gets the private 'old_sound_rabbit_mq.batch_consumer_command' shared service.
  17613.      *
  17614.      * @return \OldSound\RabbitMqBundle\Command\BatchConsumerCommand
  17615.      */
  17616.     protected function getOldSoundRabbitMq_BatchConsumerCommandService()
  17617.     {
  17618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17620.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17621.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BatchConsumerCommand.php';
  17622.         $this->privates['old_sound_rabbit_mq.batch_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\BatchConsumerCommand();
  17623.         $instance->setName('rabbitmq:batch:consumer');
  17624.         return $instance;
  17625.     }
  17626.     /**
  17627.      * Gets the private 'old_sound_rabbit_mq.command.rpc_server_command' shared service.
  17628.      *
  17629.      * @return \OldSound\RabbitMqBundle\Command\RpcServerCommand
  17630.      */
  17631.     protected function getOldSoundRabbitMq_Command_RpcServerCommandService()
  17632.     {
  17633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17634.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17635.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17636.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/RpcServerCommand.php';
  17637.         $this->privates['old_sound_rabbit_mq.command.rpc_server_command'] = $instance = new \OldSound\RabbitMqBundle\Command\RpcServerCommand();
  17638.         $instance->setName('rabbitmq:rpc-server');
  17639.         return $instance;
  17640.     }
  17641.     /**
  17642.      * Gets the private 'old_sound_rabbit_mq.command.setup_fabric_command' shared service.
  17643.      *
  17644.      * @return \OldSound\RabbitMqBundle\Command\SetupFabricCommand
  17645.      */
  17646.     protected function getOldSoundRabbitMq_Command_SetupFabricCommandService()
  17647.     {
  17648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17649.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17650.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17651.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/SetupFabricCommand.php';
  17652.         $this->privates['old_sound_rabbit_mq.command.setup_fabric_command'] = $instance = new \OldSound\RabbitMqBundle\Command\SetupFabricCommand();
  17653.         $instance->setName('rabbitmq:setup-fabric');
  17654.         return $instance;
  17655.     }
  17656.     /**
  17657.      * Gets the private 'old_sound_rabbit_mq.command.std_in_producer_command' shared service.
  17658.      *
  17659.      * @return \OldSound\RabbitMqBundle\Command\StdInProducerCommand
  17660.      */
  17661.     protected function getOldSoundRabbitMq_Command_StdInProducerCommandService()
  17662.     {
  17663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17664.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17665.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17666.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/StdInProducerCommand.php';
  17667.         $this->privates['old_sound_rabbit_mq.command.std_in_producer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\StdInProducerCommand();
  17668.         $instance->setName('rabbitmq:stdin-producer');
  17669.         return $instance;
  17670.     }
  17671.     /**
  17672.      * Gets the private 'old_sound_rabbit_mq.consumer_command' shared service.
  17673.      *
  17674.      * @return \OldSound\RabbitMqBundle\Command\ConsumerCommand
  17675.      */
  17676.     protected function getOldSoundRabbitMq_ConsumerCommandService()
  17677.     {
  17678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17679.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17680.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17681.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17682.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  17683.         $this->privates['old_sound_rabbit_mq.consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\ConsumerCommand();
  17684.         $instance->setName('rabbitmq:consumer');
  17685.         return $instance;
  17686.     }
  17687.     /**
  17688.      * Gets the private 'old_sound_rabbit_mq.delete_command' shared service.
  17689.      *
  17690.      * @return \OldSound\RabbitMqBundle\Command\DeleteCommand
  17691.      */
  17692.     protected function getOldSoundRabbitMq_DeleteCommandService()
  17693.     {
  17694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17695.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17696.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17697.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17698.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  17699.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DeleteCommand.php';
  17700.         $this->privates['old_sound_rabbit_mq.delete_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DeleteCommand();
  17701.         $instance->setName('rabbitmq:delete');
  17702.         return $instance;
  17703.     }
  17704.     /**
  17705.      * Gets the private 'old_sound_rabbit_mq.dynamic_consumer_command' shared service.
  17706.      *
  17707.      * @return \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand
  17708.      */
  17709.     protected function getOldSoundRabbitMq_DynamicConsumerCommandService()
  17710.     {
  17711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17712.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17713.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17714.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17715.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DynamicConsumerCommand.php';
  17716.         $this->privates['old_sound_rabbit_mq.dynamic_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand();
  17717.         $instance->setName('rabbitmq:dynamic-consumer');
  17718.         return $instance;
  17719.     }
  17720.     /**
  17721.      * Gets the private 'old_sound_rabbit_mq.multiple_consumer_command' shared service.
  17722.      *
  17723.      * @return \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand
  17724.      */
  17725.     protected function getOldSoundRabbitMq_MultipleConsumerCommandService()
  17726.     {
  17727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17728.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17729.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17730.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17731.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/MultipleConsumerCommand.php';
  17732.         $this->privates['old_sound_rabbit_mq.multiple_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand();
  17733.         $instance->setName('rabbitmq:multiple-consumer');
  17734.         return $instance;
  17735.     }
  17736.     /**
  17737.      * Gets the private 'old_sound_rabbit_mq.purge_consumer_command' shared service.
  17738.      *
  17739.      * @return \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand
  17740.      */
  17741.     protected function getOldSoundRabbitMq_PurgeConsumerCommandService()
  17742.     {
  17743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17744.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  17745.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  17746.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  17747.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  17748.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/PurgeConsumerCommand.php';
  17749.         $this->privates['old_sound_rabbit_mq.purge_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand();
  17750.         $instance->setName('rabbitmq:purge');
  17751.         return $instance;
  17752.     }
  17753.     /**
  17754.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  17755.      *
  17756.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  17757.      */
  17758.     protected function getOneupUploader_Command_ClearChunksService()
  17759.     {
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17761.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  17762.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  17763.         $instance->setName('oneup:uploader:clear-chunks');
  17764.         return $instance;
  17765.     }
  17766.     /**
  17767.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  17768.      *
  17769.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  17770.      */
  17771.     protected function getOneupUploader_Command_ClearOrphansService()
  17772.     {
  17773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17774.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  17775.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  17776.         $instance->setName('oneup:uploader:clear-orphans');
  17777.         return $instance;
  17778.     }
  17779.     /**
  17780.      * Gets the private 'parameter_bag' shared service.
  17781.      *
  17782.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  17783.      */
  17784.     protected function getParameterBagService()
  17785.     {
  17786.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  17787.     }
  17788.     /**
  17789.      * Gets the private 'profiler_listener' shared service.
  17790.      *
  17791.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  17792.      */
  17793.     protected function getProfilerListenerService()
  17794.     {
  17795.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  17796.         if (isset($this->privates['profiler_listener'])) {
  17797.             return $this->privates['profiler_listener'];
  17798.         }
  17799.         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);
  17800.     }
  17801.     /**
  17802.      * Gets the private 'property_accessor' shared service.
  17803.      *
  17804.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  17805.      */
  17806.     protected function getPropertyAccessorService()
  17807.     {
  17808.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17809.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  17810.     }
  17811.     /**
  17812.      * Gets the private 'property_info' shared service.
  17813.      *
  17814.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  17815.      */
  17816.     protected function getPropertyInfoService()
  17817.     {
  17818.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  17819.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  17820.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17821.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17822.         }, 3), new RewindableGenerator(function () {
  17823.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17824.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17825.         }, 2), new RewindableGenerator(function () {
  17826.             return new \EmptyIterator();
  17827.         }, 0), new RewindableGenerator(function () {
  17828.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17829.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17830.         }, 2), new RewindableGenerator(function () {
  17831.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17832.         }, 1));
  17833.     }
  17834.     /**
  17835.      * Gets the private 'property_info.serializer_extractor' shared service.
  17836.      *
  17837.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  17838.      */
  17839.     protected function getPropertyInfo_SerializerExtractorService()
  17840.     {
  17841.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  17842.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  17843.     }
  17844.     /**
  17845.      * Gets the private 'router.cache_warmer' shared service.
  17846.      *
  17847.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  17848.      */
  17849.     protected function getRouter_CacheWarmerService()
  17850.     {
  17851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  17853.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17854.             'router' => ['services''router''getRouterService'false],
  17855.         ], [
  17856.             'router' => '?',
  17857.         ]))->withContext('router.cache_warmer'$this));
  17858.     }
  17859.     /**
  17860.      * Gets the private 'router.expression_language_provider' shared service.
  17861.      *
  17862.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  17863.      */
  17864.     protected function getRouter_ExpressionLanguageProviderService()
  17865.     {
  17866.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17867.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  17868.         ], [
  17869.             'env' => 'Closure',
  17870.         ]));
  17871.     }
  17872.     /**
  17873.      * Gets the private 'router.request_context' shared service.
  17874.      *
  17875.      * @return \Symfony\Component\Routing\RequestContext
  17876.      */
  17877.     protected function getRouter_RequestContextService()
  17878.     {
  17879.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  17880.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  17881.         return $instance;
  17882.     }
  17883.     /**
  17884.      * Gets the private 'router_listener' shared service.
  17885.      *
  17886.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  17887.      */
  17888.     protected function getRouterListenerService()
  17889.     {
  17890.         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);
  17891.     }
  17892.     /**
  17893.      * Gets the private 'secrets.vault' shared service.
  17894.      *
  17895.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  17896.      */
  17897.     protected function getSecrets_VaultService()
  17898.     {
  17899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17900.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  17901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  17902.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  17903.         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'));
  17904.     }
  17905.     /**
  17906.      * Gets the private 'security.access_listener' shared service.
  17907.      *
  17908.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  17909.      */
  17910.     protected function getSecurity_AccessListenerService()
  17911.     {
  17912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  17913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  17914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  17915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  17917.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17918.         if (isset($this->privates['security.access_listener'])) {
  17919.             return $this->privates['security.access_listener'];
  17920.         }
  17921.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17922.         if (isset($this->privates['security.access_listener'])) {
  17923.             return $this->privates['security.access_listener'];
  17924.         }
  17925.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  17926.     }
  17927.     /**
  17928.      * Gets the private 'security.authentication.guard_handler' shared service.
  17929.      *
  17930.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  17931.      *
  17932.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  17933.      */
  17934.     protected function getSecurity_Authentication_GuardHandlerService()
  17935.     {
  17936.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  17937.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17938.         if (isset($this->privates['security.authentication.guard_handler'])) {
  17939.             return $this->privates['security.authentication.guard_handler'];
  17940.         }
  17941.         $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, [=> 'mobile'=> 'api_mobile'=> 'login'=> 'api']);
  17942.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  17943.         return $instance;
  17944.     }
  17945.     /**
  17946.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  17947.      *
  17948.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  17949.      *
  17950.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  17951.      */
  17952.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  17953.     {
  17954.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  17955.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17956.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  17957.             return $this->privates['security.authentication.listener.anonymous.main'];
  17958.         }
  17959.         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);
  17960.     }
  17961.     /**
  17962.      * Gets the private 'security.authentication.listener.form.login' shared service.
  17963.      *
  17964.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  17965.      *
  17966.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.login" service is deprecated, use the new authenticator system instead.
  17967.      */
  17968.     protected function getSecurity_Authentication_Listener_Form_LoginService()
  17969.     {
  17970.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.login" service is deprecated, use the new authenticator system instead.');
  17971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  17973.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  17974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  17976.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  17977.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17978.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17979.             return $this->privates['security.authentication.listener.form.login'];
  17980.         }
  17981.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  17982.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17983.             return $this->privates['security.authentication.listener.form.login'];
  17984.         }
  17985.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17986.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17987.             return $this->privates['security.authentication.listener.form.login'];
  17988.         }
  17989.         return $this->privates['security.authentication.listener.form.login'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b$c, []), ['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c), ['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_path' => '/login_check''require_previous_session' => false'use_forward' => false'login_path' => '/login''username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $cNULL);
  17990.     }
  17991.     /**
  17992.      * Gets the private 'security.authentication.listener.form.main' shared service.
  17993.      *
  17994.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  17995.      *
  17996.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  17997.      */
  17998.     protected function getSecurity_Authentication_Listener_Form_MainService()
  17999.     {
  18000.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  18001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  18004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  18006.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18007.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  18008.             return $this->privates['security.authentication.listener.form.main'];
  18009.         }
  18010.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  18011.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  18012.             return $this->privates['security.authentication.listener.form.main'];
  18013.         }
  18014.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18015.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  18016.             return $this->privates['security.authentication.listener.form.main'];
  18017.         }
  18018.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18019.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18020.         $e->setOptions(['login_path' => 'fos_user_security_login''default_target_path' => '/fr/dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  18021.         $e->setFirewallName('main');
  18022.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  18023.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  18024.         $g->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  18025.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $d'main'$e$g, ['login_path' => 'fos_user_security_login''check_path' => 'fos_user_security_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], $f$c, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  18026.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  18027.         return $instance;
  18028.     }
  18029.     /**
  18030.      * Gets the private 'security.authentication.listener.form.mobile' shared service.
  18031.      *
  18032.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  18033.      *
  18034.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.mobile" service is deprecated, use the new authenticator system instead.
  18035.      */
  18036.     protected function getSecurity_Authentication_Listener_Form_MobileService()
  18037.     {
  18038.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.mobile" service is deprecated, use the new authenticator system instead.');
  18039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  18041.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  18042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  18044.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  18045.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18046.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  18047.             return $this->privates['security.authentication.listener.form.mobile'];
  18048.         }
  18049.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  18050.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  18051.             return $this->privates['security.authentication.listener.form.mobile'];
  18052.         }
  18053.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18054.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  18055.             return $this->privates['security.authentication.listener.form.mobile'];
  18056.         }
  18057.         return $this->privates['security.authentication.listener.form.mobile'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'mobile', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b$c, []), ['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false], 'mobile'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c), ['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_path' => 'api_login_check_mobile''username_parameter' => 'username''password_parameter' => 'password''require_previous_session' => false'use_forward' => false'login_path' => '/login''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $cNULL);
  18058.     }
  18059.     /**
  18060.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  18061.      *
  18062.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  18063.      *
  18064.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  18065.      */
  18066.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  18067.     {
  18068.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  18069.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  18070.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  18071.             return $this->privates['security.authentication.listener.guard.api'];
  18072.         }
  18073.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18074.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  18075.             return $this->privates['security.authentication.listener.guard.api'];
  18076.         }
  18077.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  18078.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18079.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  18080.     }
  18081.     /**
  18082.      * Gets the private 'security.authentication.listener.guard.api_mobile' shared service.
  18083.      *
  18084.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  18085.      *
  18086.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api_mobile" service is deprecated, use the new authenticator system instead.
  18087.      */
  18088.     protected function getSecurity_Authentication_Listener_Guard_ApiMobileService()
  18089.     {
  18090.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api_mobile" service is deprecated, use the new authenticator system instead.');
  18091.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  18092.         if (isset($this->privates['security.authentication.listener.guard.api_mobile'])) {
  18093.             return $this->privates['security.authentication.listener.guard.api_mobile'];
  18094.         }
  18095.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18096.         if (isset($this->privates['security.authentication.listener.guard.api_mobile'])) {
  18097.             return $this->privates['security.authentication.listener.guard.api_mobile'];
  18098.         }
  18099.         return $this->privates['security.authentication.listener.guard.api_mobile'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api_mobile', new RewindableGenerator(function () {
  18100.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18101.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  18102.     }
  18103.     /**
  18104.      * Gets the private 'security.authentication.listener.json.login' shared service.
  18105.      *
  18106.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  18107.      *
  18108.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.
  18109.      */
  18110.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  18111.     {
  18112.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.');
  18113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18114.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  18115.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  18116.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  18118.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  18119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  18120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  18121.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18122.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  18123.             return $this->privates['security.authentication.listener.json.login'];
  18124.         }
  18125.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  18126.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  18127.             return $this->privates['security.authentication.listener.json.login'];
  18128.         }
  18129.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18130.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  18131.             return $this->privates['security.authentication.listener.json.login'];
  18132.         }
  18133.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b$c, []), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c), []), ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  18134.         if ($this->has('translator')) {
  18135.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  18136.         }
  18137.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  18138.         return $instance;
  18139.     }
  18140.     /**
  18141.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  18142.      *
  18143.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  18144.      *
  18145.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  18146.      */
  18147.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  18148.     {
  18149.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  18150.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  18151.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  18152.             return $this->privates['security.authentication.listener.rememberme.main'];
  18153.         }
  18154.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18155.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  18156.             return $this->privates['security.authentication.listener.rememberme.main'];
  18157.         }
  18158.         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()));
  18159.     }
  18160.     /**
  18161.      * Gets the private 'security.authentication.manager' shared service.
  18162.      *
  18163.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  18164.      *
  18165.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  18166.      */
  18167.     protected function getSecurity_Authentication_ManagerService()
  18168.     {
  18169.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  18170.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  18171.             yield => ($this->privates['security.authentication.provider.dao.mobile'] ?? $this->getSecurity_Authentication_Provider_Dao_MobileService());
  18172.             yield => ($this->privates['security.authentication.provider.guard.api_mobile'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiMobileService());
  18173.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  18174.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  18175.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  18176.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  18177.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  18178.         }, 7), true);
  18179.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18180.         return $instance;
  18181.     }
  18182.     /**
  18183.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  18184.      *
  18185.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  18186.      *
  18187.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  18188.      */
  18189.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  18190.     {
  18191.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  18192.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  18193.     }
  18194.     /**
  18195.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  18196.      *
  18197.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  18198.      *
  18199.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
  18200.      */
  18201.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  18202.     {
  18203.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');
  18204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18206.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  18207.     }
  18208.     /**
  18209.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  18210.      *
  18211.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  18212.      *
  18213.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  18214.      */
  18215.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  18216.     {
  18217.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  18218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18220.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  18221.     }
  18222.     /**
  18223.      * Gets the private 'security.authentication.provider.dao.mobile' shared service.
  18224.      *
  18225.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  18226.      *
  18227.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.mobile" service is deprecated, use the new authenticator system instead.
  18228.      */
  18229.     protected function getSecurity_Authentication_Provider_Dao_MobileService()
  18230.     {
  18231.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.mobile" service is deprecated, use the new authenticator system instead.');
  18232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18234.         return $this->privates['security.authentication.provider.dao.mobile'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'mobile', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  18235.     }
  18236.     /**
  18237.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  18238.      *
  18239.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  18240.      *
  18241.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  18242.      */
  18243.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  18244.     {
  18245.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  18246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18248.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  18249.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18250.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  18251.     }
  18252.     /**
  18253.      * Gets the private 'security.authentication.provider.guard.api_mobile' shared service.
  18254.      *
  18255.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  18256.      *
  18257.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api_mobile" service is deprecated, use the new authenticator system instead.
  18258.      */
  18259.     protected function getSecurity_Authentication_Provider_Guard_ApiMobileService()
  18260.     {
  18261.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api_mobile" service is deprecated, use the new authenticator system instead.');
  18262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18264.         return $this->privates['security.authentication.provider.guard.api_mobile'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  18265.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18266.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'api_mobile', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  18267.     }
  18268.     /**
  18269.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  18270.      *
  18271.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  18272.      *
  18273.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  18274.      */
  18275.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  18276.     {
  18277.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  18278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18280.         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');
  18281.     }
  18282.     /**
  18283.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  18284.      *
  18285.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  18286.      */
  18287.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  18288.     {
  18289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  18290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  18291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  18292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  18293.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  18294.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  18295.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 2628000'path' => '/''domain' => NULL'name' => 'REMEMBERME''secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  18296.     }
  18297.     /**
  18298.      * Gets the private 'security.authentication.session_strategy' shared service.
  18299.      *
  18300.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  18301.      */
  18302.     protected function getSecurity_Authentication_SessionStrategyService()
  18303.     {
  18304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  18305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  18306.         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()));
  18307.     }
  18308.     /**
  18309.      * Gets the private 'security.authentication_utils' shared service.
  18310.      *
  18311.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  18312.      */
  18313.     protected function getSecurity_AuthenticationUtilsService()
  18314.     {
  18315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  18316.         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())));
  18317.     }
  18318.     /**
  18319.      * Gets the private 'security.channel_listener' shared service.
  18320.      *
  18321.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  18322.      */
  18323.     protected function getSecurity_ChannelListenerService()
  18324.     {
  18325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  18326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  18327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  18328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  18329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  18330.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  18331.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  18332.     }
  18333.     /**
  18334.      * Gets the private 'security.command.debug_firewall' shared service.
  18335.      *
  18336.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  18337.      */
  18338.     protected function getSecurity_Command_DebugFirewallService()
  18339.     {
  18340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  18342.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.fIcRQQj'] ?? $this->get_ServiceLocator_FIcRQQjService()), ($this->privates['.service_locator.VmBnF5P'] ?? $this->get_ServiceLocator_VmBnF5PService()), [], false);
  18343.         $instance->setName('debug:firewall');
  18344.         $instance->setDescription('Display information about your security firewall(s)');
  18345.         return $instance;
  18346.     }
  18347.     /**
  18348.      * Gets the private 'security.command.user_password_encoder' shared service.
  18349.      *
  18350.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  18351.      *
  18352.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  18353.      */
  18354.     protected function getSecurity_Command_UserPasswordEncoderService()
  18355.     {
  18356.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  18357.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  18358.         $instance->setName('security:encode-password');
  18359.         $instance->setDescription('Encode a password');
  18360.         return $instance;
  18361.     }
  18362.     /**
  18363.      * Gets the private 'security.command.user_password_hash' shared service.
  18364.      *
  18365.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  18366.      */
  18367.     protected function getSecurity_Command_UserPasswordHashService()
  18368.     {
  18369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18370.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  18371.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  18372.         $instance->setName('security:hash-password');
  18373.         $instance->setDescription('Hash a user password');
  18374.         return $instance;
  18375.     }
  18376.     /**
  18377.      * Gets the private 'security.context_listener.0' shared service.
  18378.      *
  18379.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  18380.      */
  18381.     protected function getSecurity_ContextListener_0Service()
  18382.     {
  18383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  18384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  18385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  18386.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18387.         if (isset($this->privates['security.context_listener.0'])) {
  18388.             return $this->privates['security.context_listener.0'];
  18389.         }
  18390.         $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 () {
  18391.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  18392.         }, 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']);
  18393.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  18394.         return $instance;
  18395.     }
  18396.     /**
  18397.      * Gets the private 'security.csrf.token_storage' shared service.
  18398.      *
  18399.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  18400.      */
  18401.     protected function getSecurity_Csrf_TokenStorageService()
  18402.     {
  18403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  18404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  18405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  18406.         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())));
  18407.     }
  18408.     /**
  18409.      * Gets the private 'security.encoder_factory.generic' shared service.
  18410.      *
  18411.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18412.      *
  18413.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18414.      */
  18415.     protected function getSecurity_EncoderFactory_GenericService()
  18416.     {
  18417.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18418.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  18419.     }
  18420.     /**
  18421.      * Gets the private 'security.event_dispatcher.api' shared service.
  18422.      *
  18423.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18424.      */
  18425.     protected function getSecurity_EventDispatcher_ApiService()
  18426.     {
  18427.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18428.         $instance->addListener('security.interactive_login', [=> function () {
  18429.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  18430.         }, => 'onInteractiveLogin'], 0);
  18431.         $instance->addListener('security.interactive_login', [=> function () {
  18432.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18433.         }, => 'onSecurityInteractiveLogin'], 0);
  18434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18435.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18436.         }, => 'onLogout'], 0);
  18437.         return $instance;
  18438.     }
  18439.     /**
  18440.      * Gets the private 'security.event_dispatcher.api_mobile' shared service.
  18441.      *
  18442.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18443.      */
  18444.     protected function getSecurity_EventDispatcher_ApiMobileService()
  18445.     {
  18446.         $this->privates['security.event_dispatcher.api_mobile'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18447.         $instance->addListener('security.interactive_login', [=> function () {
  18448.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  18449.         }, => 'onInteractiveLogin'], 0);
  18450.         $instance->addListener('security.interactive_login', [=> function () {
  18451.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18452.         }, => 'onSecurityInteractiveLogin'], 0);
  18453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18454.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18455.         }, => 'onLogout'], 0);
  18456.         return $instance;
  18457.     }
  18458.     /**
  18459.      * Gets the private 'security.event_dispatcher.login' shared service.
  18460.      *
  18461.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18462.      */
  18463.     protected function getSecurity_EventDispatcher_LoginService()
  18464.     {
  18465.         $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18466.         $instance->addListener('security.interactive_login', [=> function () {
  18467.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  18468.         }, => 'onInteractiveLogin'], 0);
  18469.         $instance->addListener('security.interactive_login', [=> function () {
  18470.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18471.         }, => 'onSecurityInteractiveLogin'], 0);
  18472.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18473.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18474.         }, => 'onLogout'], 0);
  18475.         return $instance;
  18476.     }
  18477.     /**
  18478.      * Gets the private 'security.event_dispatcher.main' shared service.
  18479.      *
  18480.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18481.      */
  18482.     protected function getSecurity_EventDispatcher_MainService()
  18483.     {
  18484.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18486.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  18487.         }, => 'onLogout'], 64);
  18488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18489.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  18490.         }, => 'onLogout'], 0);
  18491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18492.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  18493.         }, => 'onLogout'], 0);
  18494.         $instance->addListener('security.interactive_login', [=> function () {
  18495.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  18496.         }, => 'onInteractiveLogin'], 0);
  18497.         $instance->addListener('security.interactive_login', [=> function () {
  18498.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18499.         }, => 'onSecurityInteractiveLogin'], 0);
  18500.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18501.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18502.         }, => 'onLogout'], 0);
  18503.         return $instance;
  18504.     }
  18505.     /**
  18506.      * Gets the private 'security.event_dispatcher.mobile' shared service.
  18507.      *
  18508.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18509.      */
  18510.     protected function getSecurity_EventDispatcher_MobileService()
  18511.     {
  18512.         $this->privates['security.event_dispatcher.mobile'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18513.         $instance->addListener('security.interactive_login', [=> function () {
  18514.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  18515.         }, => 'onInteractiveLogin'], 0);
  18516.         $instance->addListener('security.interactive_login', [=> function () {
  18517.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18518.         }, => 'onSecurityInteractiveLogin'], 0);
  18519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18520.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18521.         }, => 'onLogout'], 0);
  18522.         return $instance;
  18523.     }
  18524.     /**
  18525.      * Gets the private 'security.expression_language' shared service.
  18526.      *
  18527.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  18528.      */
  18529.     protected function getSecurity_ExpressionLanguageService()
  18530.     {
  18531.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  18532.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  18533.         return $instance;
  18534.     }
  18535.     /**
  18536.      * Gets the private 'security.firewall.map' shared service.
  18537.      *
  18538.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  18539.      */
  18540.     protected function getSecurity_Firewall_MapService()
  18541.     {
  18542.         $a = ($this->privates['.service_locator.fIcRQQj'] ?? $this->get_ServiceLocator_FIcRQQjService());
  18543.         if (isset($this->privates['security.firewall.map'])) {
  18544.             return $this->privates['security.firewall.map'];
  18545.         }
  18546.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  18547.             yield 'security.firewall.map.context.mobile' => ($this->privates['.security.request_matcher.MOA3quy'] ?? ($this->privates['.security.request_matcher.MOA3quy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile.api/login')));
  18548.             yield 'security.firewall.map.context.api_mobile' => ($this->privates['.security.request_matcher.K_c83TG'] ?? ($this->privates['.security.request_matcher.K_c83TG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile.api')));
  18549.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.DenCRwN'] ?? ($this->privates['.security.request_matcher.DenCRwN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login''^'.$this->getEnv('string:api_domain').'$')));
  18550.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.HTrcq3K'] ?? ($this->privates['.security.request_matcher.HTrcq3K'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/''^'.$this->getEnv('string:api_domain').'$')));
  18551.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  18552.         }, 5));
  18553.     }
  18554.     /**
  18555.      * Gets the private 'security.firewall.map.context.api' shared service.
  18556.      *
  18557.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18558.      */
  18559.     protected function getSecurity_Firewall_Map_Context_ApiService()
  18560.     {
  18561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18565.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18566.         if (isset($this->privates['security.firewall.map.context.api'])) {
  18567.             return $this->privates['security.firewall.map.context.api'];
  18568.         }
  18569.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18570.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18571.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  18572.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18573.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.HTrcq3K'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  18574.     }
  18575.     /**
  18576.      * Gets the private 'security.firewall.map.context.api_mobile' shared service.
  18577.      *
  18578.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18579.      */
  18580.     protected function getSecurity_Firewall_Map_Context_ApiMobileService()
  18581.     {
  18582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18586.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  18587.         if (isset($this->privates['security.firewall.map.context.api_mobile'])) {
  18588.             return $this->privates['security.firewall.map.context.api_mobile'];
  18589.         }
  18590.         return $this->privates['security.firewall.map.context.api_mobile'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18591.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18592.             yield => ($this->privates['security.authentication.listener.guard.api_mobile'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiMobileService());
  18593.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18594.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_mobile'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_mobile''security.user_checker''.security.request_matcher.K_c83TG'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  18595.     }
  18596.     /**
  18597.      * Gets the private 'security.firewall.map.context.login' shared service.
  18598.      *
  18599.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18600.      */
  18601.     protected function getSecurity_Firewall_Map_Context_LoginService()
  18602.     {
  18603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  18608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18609.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  18610.         if (isset($this->privates['security.firewall.map.context.login'])) {
  18611.             return $this->privates['security.firewall.map.context.login'];
  18612.         }
  18613.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18614.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18615.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18616.             yield => ($this->privates['security.authentication.listener.form.login'] ?? $this->getSecurity_Authentication_Listener_Form_LoginService());
  18617.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  18618.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18619.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'login', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.DenCRwN'truetrue'fos_user.user_provider.username_email'NULL'security.authentication.form_entry_point.login'NULLNULL, [=> 'form_login'=> 'json_login'], NULL));
  18620.     }
  18621.     /**
  18622.      * Gets the private 'security.firewall.map.context.main' shared service.
  18623.      *
  18624.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18625.      */
  18626.     protected function getSecurity_Firewall_Map_Context_MainService()
  18627.     {
  18628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  18633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  18634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  18635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  18636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18637.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  18638.         if (isset($this->privates['security.firewall.map.context.main'])) {
  18639.             return $this->privates['security.firewall.map.context.main'];
  18640.         }
  18641.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  18642.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18643.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18644.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18645.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  18646.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  18647.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  18648.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  18649.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18650.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$c'fos_user_security_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'fos_user_security_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'remember_me'=> 'anonymous'], NULL));
  18651.     }
  18652.     /**
  18653.      * Gets the private 'security.firewall.map.context.mobile' shared service.
  18654.      *
  18655.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18656.      */
  18657.     protected function getSecurity_Firewall_Map_Context_MobileService()
  18658.     {
  18659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  18664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18665.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  18666.         if (isset($this->privates['security.firewall.map.context.mobile'])) {
  18667.             return $this->privates['security.firewall.map.context.mobile'];
  18668.         }
  18669.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18670.         return $this->privates['security.firewall.map.context.mobile'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18671.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18672.             yield => ($this->privates['security.authentication.listener.form.mobile'] ?? $this->getSecurity_Authentication_Listener_Form_MobileService());
  18673.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18674.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'mobile', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a$b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('mobile''security.user_checker''.security.request_matcher.MOA3quy'truetrue'fos_user.user_provider.username_email'NULL'security.authentication.form_entry_point.mobile'NULLNULL, [=> 'form_login'], NULL));
  18675.     }
  18676.     /**
  18677.      * Gets the private 'security.helper' shared service.
  18678.      *
  18679.      * @return \Symfony\Component\Security\Core\Security
  18680.      */
  18681.     protected function getSecurity_HelperService()
  18682.     {
  18683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  18684.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18685.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  18686.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  18687.         ], [
  18688.             'security.authorization_checker' => '?',
  18689.             'security.token_storage' => '?',
  18690.         ]));
  18691.     }
  18692.     /**
  18693.      * Gets the private 'security.http_utils' shared service.
  18694.      *
  18695.      * @return \Symfony\Component\Security\Http\HttpUtils
  18696.      */
  18697.     protected function getSecurity_HttpUtilsService()
  18698.     {
  18699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  18700.         $a = ($this->services['router'] ?? $this->getRouterService());
  18701.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  18702.     }
  18703.     /**
  18704.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  18705.      *
  18706.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  18707.      */
  18708.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  18709.     {
  18710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  18711.         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()));
  18712.     }
  18713.     /**
  18714.      * Gets the private 'security.logout.listener.default.main' shared service.
  18715.      *
  18716.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  18717.      */
  18718.     protected function getSecurity_Logout_Listener_Default_MainService()
  18719.     {
  18720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  18721.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  18722.     }
  18723.     /**
  18724.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  18725.      *
  18726.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  18727.      */
  18728.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  18729.     {
  18730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  18731.         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()));
  18732.     }
  18733.     /**
  18734.      * Gets the private 'security.logout_url_generator' shared service.
  18735.      *
  18736.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  18737.      */
  18738.     protected function getSecurity_LogoutUrlGeneratorService()
  18739.     {
  18740.         $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()));
  18741.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  18742.         return $instance;
  18743.     }
  18744.     /**
  18745.      * Gets the private 'security.password_hasher_factory' shared service.
  18746.      *
  18747.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  18748.      */
  18749.     protected function getSecurity_PasswordHasherFactoryService()
  18750.     {
  18751.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18752.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18753.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  18754.     }
  18755.     /**
  18756.      * Gets the private 'security.role_hierarchy' shared service.
  18757.      *
  18758.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  18759.      */
  18760.     protected function getSecurity_RoleHierarchyService()
  18761.     {
  18762.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  18763.     }
  18764.     /**
  18765.      * Gets the private 'security.user_password_hasher' shared service.
  18766.      *
  18767.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  18768.      */
  18769.     protected function getSecurity_UserPasswordHasherService()
  18770.     {
  18771.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  18772.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  18773.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18774.     }
  18775.     /**
  18776.      * Gets the private 'security.validator.user_password' shared service.
  18777.      *
  18778.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  18779.      */
  18780.     protected function getSecurity_Validator_UserPasswordService()
  18781.     {
  18782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  18785.         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()));
  18786.     }
  18787.     /**
  18788.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  18789.      *
  18790.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  18791.      */
  18792.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  18793.     {
  18794.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18795.     }
  18796.     /**
  18797.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  18798.      *
  18799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  18800.      */
  18801.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  18802.     {
  18803.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  18804.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  18805.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  18806.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  18807.     }
  18808.     /**
  18809.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  18810.      *
  18811.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  18812.      */
  18813.     protected function getSensioFrameworkExtra_Security_ListenerService()
  18814.     {
  18815.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18816.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  18817.             return $this->privates['sensio_framework_extra.security.listener'];
  18818.         }
  18819.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  18820.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  18821.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18822.     }
  18823.     /**
  18824.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  18825.      *
  18826.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  18827.      */
  18828.     protected function getSensioFrameworkExtra_View_ListenerService()
  18829.     {
  18830.         $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))));
  18831.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18832.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  18833.         ], [
  18834.             'twig' => '?',
  18835.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  18836.         return $instance;
  18837.     }
  18838.     /**
  18839.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  18840.      *
  18841.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  18842.      */
  18843.     protected function getSerializer_Mapping_CacheWarmerService()
  18844.     {
  18845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  18848.         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'));
  18849.     }
  18850.     /**
  18851.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  18852.      *
  18853.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  18854.      */
  18855.     protected function getSerializer_NameConverter_MetadataAwareService()
  18856.     {
  18857.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  18858.     }
  18859.     /**
  18860.      * Gets the private 'session.factory' shared service.
  18861.      *
  18862.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  18863.      */
  18864.     protected function getSession_FactoryService()
  18865.     {
  18866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  18867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  18868.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  18869.         if (isset($this->privates['session.factory'])) {
  18870.             return $this->privates['session.factory'];
  18871.         }
  18872.         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']);
  18873.     }
  18874.     /**
  18875.      * Gets the private 'session.storage.factory.service' shared service.
  18876.      *
  18877.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  18878.      *
  18879.      * @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.
  18880.      */
  18881.     protected function getSession_Storage_Factory_ServiceService()
  18882.     {
  18883.         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.');
  18884.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  18885.     }
  18886.     /**
  18887.      * Gets the private 'session.storage.metadata_bag' shared service.
  18888.      *
  18889.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  18890.      *
  18891.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  18892.      */
  18893.     protected function getSession_Storage_MetadataBagService()
  18894.     {
  18895.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  18896.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  18897.     }
  18898.     /**
  18899.      * Gets the private 'session.storage.native' shared service.
  18900.      *
  18901.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  18902.      *
  18903.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  18904.      */
  18905.     protected function getSession_Storage_NativeService()
  18906.     {
  18907.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  18908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  18909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  18910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  18911.         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 \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__3).'/sessions/dev'))), $this->getSession_Storage_MetadataBagService());
  18912.     }
  18913.     /**
  18914.      * Gets the private 'session_listener' shared service.
  18915.      *
  18916.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  18917.      */
  18918.     protected function getSessionListenerService()
  18919.     {
  18920.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18921.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  18922.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  18923.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  18924.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  18925.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  18926.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  18927.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  18928.         ], [
  18929.             'initialized_session' => '?',
  18930.             'logger' => '?',
  18931.             'request_stack' => '?',
  18932.             'session' => '?',
  18933.             'session_collector' => '?',
  18934.             'session_factory' => '?',
  18935.             'session_storage' => '?',
  18936.         ]), true$this->parameters['session.storage.options']);
  18937.     }
  18938.     /**
  18939.      * Gets the private 'slugger' shared service.
  18940.      *
  18941.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  18942.      */
  18943.     protected function getSluggerService()
  18944.     {
  18945.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  18946.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  18947.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  18948.     }
  18949.     /**
  18950.      * Gets the private 'state_machine.network_validation.metadata_store' shared service.
  18951.      *
  18952.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  18953.      */
  18954.     protected function getStateMachine_NetworkValidation_MetadataStoreService()
  18955.     {
  18956.         return $this->privates['state_machine.network_validation.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  18957.     }
  18958.     /**
  18959.      * Gets the private 'state_machine.prospect_validation.metadata_store' shared service.
  18960.      *
  18961.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  18962.      */
  18963.     protected function getStateMachine_ProspectValidation_MetadataStoreService()
  18964.     {
  18965.         return $this->privates['state_machine.prospect_validation.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  18966.     }
  18967.     /**
  18968.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  18969.      *
  18970.      * @return \Gedmo\Sluggable\SluggableListener
  18971.      */
  18972.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  18973.     {
  18974.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18975.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18976.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  18977.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  18978.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18979.         return $instance;
  18980.     }
  18981.     /**
  18982.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  18983.      *
  18984.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  18985.      */
  18986.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  18987.     {
  18988.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18989.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18990.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  18991.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  18992.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18993.         return $instance;
  18994.     }
  18995.     /**
  18996.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  18997.      *
  18998.      * @return \Gedmo\Timestampable\TimestampableListener
  18999.      */
  19000.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  19001.     {
  19002.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19003.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19004.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  19005.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  19006.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  19007.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19008.         return $instance;
  19009.     }
  19010.     /**
  19011.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  19012.      *
  19013.      * @return \Gedmo\Tree\TreeListener
  19014.      */
  19015.     protected function getStofDoctrineExtensions_Listener_TreeService()
  19016.     {
  19017.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19018.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19019.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  19020.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  19021.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19022.         return $instance;
  19023.     }
  19024.     /**
  19025.      * Gets the private 'swiftmailer.command.debug' shared service.
  19026.      *
  19027.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  19028.      */
  19029.     protected function getSwiftmailer_Command_DebugService()
  19030.     {
  19031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19032.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  19033.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  19034.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  19035.         $instance->setName('debug:swiftmailer');
  19036.         return $instance;
  19037.     }
  19038.     /**
  19039.      * Gets the private 'swiftmailer.command.new_email' shared service.
  19040.      *
  19041.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  19042.      */
  19043.     protected function getSwiftmailer_Command_NewEmailService()
  19044.     {
  19045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19046.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  19047.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  19048.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  19049.         $instance->setName('swiftmailer:email:send');
  19050.         return $instance;
  19051.     }
  19052.     /**
  19053.      * Gets the private 'swiftmailer.command.send_email' shared service.
  19054.      *
  19055.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  19056.      */
  19057.     protected function getSwiftmailer_Command_SendEmailService()
  19058.     {
  19059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19060.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  19061.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  19062.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  19063.         $instance->setName('swiftmailer:spool:send');
  19064.         return $instance;
  19065.     }
  19066.     /**
  19067.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  19068.      *
  19069.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  19070.      */
  19071.     protected function getSwiftmailer_EmailSender_ListenerService()
  19072.     {
  19073.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  19074.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19075.     }
  19076.     /**
  19077.      * Gets the private 'translation.extractor' shared service.
  19078.      *
  19079.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  19080.      */
  19081.     protected function getTranslation_ExtractorService()
  19082.     {
  19083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  19084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  19085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  19086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  19087.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  19088.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  19089.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  19090.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  19091.         return $instance;
  19092.     }
  19093.     /**
  19094.      * Gets the private 'translation.loader.csv' shared service.
  19095.      *
  19096.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  19097.      */
  19098.     protected function getTranslation_Loader_CsvService()
  19099.     {
  19100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19104.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  19105.     }
  19106.     /**
  19107.      * Gets the private 'translation.loader.dat' shared service.
  19108.      *
  19109.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  19110.      */
  19111.     protected function getTranslation_Loader_DatService()
  19112.     {
  19113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19116.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  19117.     }
  19118.     /**
  19119.      * Gets the private 'translation.loader.ini' shared service.
  19120.      *
  19121.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  19122.      */
  19123.     protected function getTranslation_Loader_IniService()
  19124.     {
  19125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19129.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  19130.     }
  19131.     /**
  19132.      * Gets the private 'translation.loader.json' shared service.
  19133.      *
  19134.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  19135.      */
  19136.     protected function getTranslation_Loader_JsonService()
  19137.     {
  19138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19142.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  19143.     }
  19144.     /**
  19145.      * Gets the private 'translation.loader.mo' shared service.
  19146.      *
  19147.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  19148.      */
  19149.     protected function getTranslation_Loader_MoService()
  19150.     {
  19151.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19155.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  19156.     }
  19157.     /**
  19158.      * Gets the private 'translation.loader.php' shared service.
  19159.      *
  19160.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  19161.      */
  19162.     protected function getTranslation_Loader_PhpService()
  19163.     {
  19164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19168.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  19169.     }
  19170.     /**
  19171.      * Gets the private 'translation.loader.po' shared service.
  19172.      *
  19173.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  19174.      */
  19175.     protected function getTranslation_Loader_PoService()
  19176.     {
  19177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19181.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  19182.     }
  19183.     /**
  19184.      * Gets the private 'translation.loader.qt' shared service.
  19185.      *
  19186.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  19187.      */
  19188.     protected function getTranslation_Loader_QtService()
  19189.     {
  19190.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19192.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  19193.     }
  19194.     /**
  19195.      * Gets the private 'translation.loader.res' shared service.
  19196.      *
  19197.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  19198.      */
  19199.     protected function getTranslation_Loader_ResService()
  19200.     {
  19201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19203.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  19204.     }
  19205.     /**
  19206.      * Gets the private 'translation.loader.xliff' shared service.
  19207.      *
  19208.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  19209.      */
  19210.     protected function getTranslation_Loader_XliffService()
  19211.     {
  19212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19214.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  19215.     }
  19216.     /**
  19217.      * Gets the private 'translation.loader.yml' shared service.
  19218.      *
  19219.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  19220.      */
  19221.     protected function getTranslation_Loader_YmlService()
  19222.     {
  19223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19227.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  19228.     }
  19229.     /**
  19230.      * Gets the private 'translation.provider_collection' shared service.
  19231.      *
  19232.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  19233.      */
  19234.     protected function getTranslation_ProviderCollectionService()
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  19237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  19238.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  19239.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  19240.         }, 1), []))->fromConfig([]);
  19241.     }
  19242.     /**
  19243.      * Gets the private 'translation.reader' shared service.
  19244.      *
  19245.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  19246.      */
  19247.     protected function getTranslation_ReaderService()
  19248.     {
  19249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  19250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  19251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19265.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  19266.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  19267.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  19268.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  19269.         $instance->addLoader('yaml'$a);
  19270.         $instance->addLoader('yml'$a);
  19271.         $instance->addLoader('xlf'$b);
  19272.         $instance->addLoader('xliff'$b);
  19273.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  19274.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  19275.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  19276.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  19277.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  19278.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  19279.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  19280.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  19281.         return $instance;
  19282.     }
  19283.     /**
  19284.      * Gets the private 'translation.warmer' shared service.
  19285.      *
  19286.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  19287.      */
  19288.     protected function getTranslation_WarmerService()
  19289.     {
  19290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  19292.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19293.             'translator' => ['services''translator''getTranslatorService'false],
  19294.         ], [
  19295.             'translator' => '?',
  19296.         ]))->withContext('translation.warmer'$this));
  19297.     }
  19298.     /**
  19299.      * Gets the private 'translation.writer' shared service.
  19300.      *
  19301.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  19302.      */
  19303.     protected function getTranslation_WriterService()
  19304.     {
  19305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  19306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  19307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  19308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  19309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  19310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  19311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  19312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  19313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  19314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  19315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  19316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  19317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  19318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  19319.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  19320.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  19321.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  19322.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  19323.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  19324.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  19325.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  19326.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  19327.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  19328.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  19329.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  19330.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  19331.         return $instance;
  19332.     }
  19333.     /**
  19334.      * Gets the private 'translator.default' shared service.
  19335.      *
  19336.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  19337.      */
  19338.     protected function getTranslator_DefaultService()
  19339.     {
  19340.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19341.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  19342.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  19343.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  19344.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  19345.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  19346.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  19347.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  19348.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  19349.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  19350.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  19351.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  19352.         ], [
  19353.             'translation.loader.csv' => '?',
  19354.             'translation.loader.dat' => '?',
  19355.             'translation.loader.ini' => '?',
  19356.             'translation.loader.json' => '?',
  19357.             'translation.loader.mo' => '?',
  19358.             'translation.loader.php' => '?',
  19359.             'translation.loader.po' => '?',
  19360.             'translation.loader.qt' => '?',
  19361.             'translation.loader.res' => '?',
  19362.             'translation.loader.xliff' => '?',
  19363.             'translation.loader.yml' => '?',
  19364.         ]), 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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.xlf'), 10 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/security.en.xlf'), 12 => (\dirname(__DIR__4).'/translations/security.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/validators.en.xlf'), 14 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.fr.yaml'), => (\dirname(__DIR__4).'/translations/autres.fr.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf'), 10 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/security.fr.xlf'), 12 => (\dirname(__DIR__4).'/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/friendsofsymfony/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 16 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/oneup/uploader-bundle/src/Resources/translations'=> 'translations'=> 'vendor/api-platform/core/src/Symfony/Bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/eightpoints/guzzle-bundle/src/translations'11 => 'vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/translations'12 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'13 => 'vendor/jms/serializer-bundle/translations'14 => 'vendor/knplabs/knp-snappy-bundle/src/translations'15 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'16 => 'vendor/php-amqplib/rabbitmq-bundle/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/stof/doctrine-extensions-bundle/src/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'vendor/symfony/framework-bundle/translations'23 => 'vendor/symfony/twig-bundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'vendor/symfony/web-server-bundle/translations'26 => 'vendor/lexik/jwt-authentication-bundle/translations'27 => 'vendor/twig/extra-bundle/translations'28 => 'vendor/symfony/web-profiler-bundle/translations'29 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'30 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  19365.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  19366.         $instance->setFallbackLocales([=> 'fr']);
  19367.         return $instance;
  19368.     }
  19369.     /**
  19370.      * Gets the private 'twig.command.debug' shared service.
  19371.      *
  19372.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  19373.      */
  19374.     protected function getTwig_Command_DebugService()
  19375.     {
  19376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19377.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  19378.         $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).'/src/Resources/views'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  19379.         $instance->setName('debug:twig');
  19380.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  19381.         return $instance;
  19382.     }
  19383.     /**
  19384.      * Gets the private 'twig.command.lint' shared service.
  19385.      *
  19386.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  19387.      */
  19388.     protected function getTwig_Command_LintService()
  19389.     {
  19390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19391.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  19392.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  19393.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19394.         $instance->setName('lint:twig');
  19395.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  19396.         return $instance;
  19397.     }
  19398.     /**
  19399.      * Gets the private 'twig.form.engine' shared service.
  19400.      *
  19401.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  19402.      */
  19403.     protected function getTwig_Form_EngineService()
  19404.     {
  19405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  19406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  19407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  19408.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19409.         if (isset($this->privates['twig.form.engine'])) {
  19410.             return $this->privates['twig.form.engine'];
  19411.         }
  19412.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  19413.     }
  19414.     /**
  19415.      * Gets the private 'twig.form.renderer' shared service.
  19416.      *
  19417.      * @return \Symfony\Component\Form\FormRenderer
  19418.      */
  19419.     protected function getTwig_Form_RendererService()
  19420.     {
  19421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  19422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  19423.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  19424.         if (isset($this->privates['twig.form.renderer'])) {
  19425.             return $this->privates['twig.form.renderer'];
  19426.         }
  19427.         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()));
  19428.     }
  19429.     /**
  19430.      * Gets the private 'twig.mailer.message_listener' shared service.
  19431.      *
  19432.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  19433.      */
  19434.     protected function getTwig_Mailer_MessageListenerService()
  19435.     {
  19436.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  19437.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  19438.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  19439.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19440.         if (isset($this->privates['twig.mailer.message_listener'])) {
  19441.             return $this->privates['twig.mailer.message_listener'];
  19442.         }
  19443.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  19444.     }
  19445.     /**
  19446.      * Gets the private 'twig.runtime.httpkernel' shared service.
  19447.      *
  19448.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19449.      */
  19450.     protected function getTwig_Runtime_HttpkernelService()
  19451.     {
  19452.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19457.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19458.         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, [
  19459.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  19460.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  19461.         ], [
  19462.             'hinclude' => '?',
  19463.             'inline' => '?',
  19464.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  19465.     }
  19466.     /**
  19467.      * Gets the private 'twig.runtime.security_csrf' shared service.
  19468.      *
  19469.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  19470.      */
  19471.     protected function getTwig_Runtime_SecurityCsrfService()
  19472.     {
  19473.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  19474.         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()));
  19475.     }
  19476.     /**
  19477.      * Gets the private 'twig.runtime.serializer' shared service.
  19478.      *
  19479.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19480.      */
  19481.     protected function getTwig_Runtime_SerializerService()
  19482.     {
  19483.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19484.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19485.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  19486.         if (isset($this->privates['twig.runtime.serializer'])) {
  19487.             return $this->privates['twig.runtime.serializer'];
  19488.         }
  19489.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  19490.     }
  19491.     /**
  19492.      * Gets the private 'twig.template_cache_warmer' shared service.
  19493.      *
  19494.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19495.      */
  19496.     protected function getTwig_TemplateCacheWarmerService()
  19497.     {
  19498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19499.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19500.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19501.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19502.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  19503.         ], [
  19504.             'twig' => '?',
  19505.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/src/Resources/views') => 'App', (\dirname(__DIR__4).'/templates/bundles/FOSUserBundle') => 'FOSUser', (\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).'/src/Resources/views')));
  19506.     }
  19507.     /**
  19508.      * Gets the private 'validator.builder' shared service.
  19509.      *
  19510.      * @return \Symfony\Component\Validator\ValidatorBuilder
  19511.      */
  19512.     protected function getValidator_BuilderService()
  19513.     {
  19514.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  19515.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  19516.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19517.             'App\\Validator\\Constraints\\UniqueCodeCaisseValidator' => ['privates''App\\Validator\\Constraints\\UniqueCodeCaisseValidator''getUniqueCodeCaisseValidatorService'false],
  19518.             'App\\Validator\\Constraints\\UniqueProspectInProjectValidator' => ['privates''App\\Validator\\Constraints\\UniqueProspectInProjectValidator''getUniqueProspectInProjectValidatorService'false],
  19519.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19520.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19521.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  19522.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19523.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  19524.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19525.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19526.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19527.         ], [
  19528.             'App\\Validator\\Constraints\\UniqueCodeCaisseValidator' => '?',
  19529.             'App\\Validator\\Constraints\\UniqueProspectInProjectValidator' => '?',
  19530.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  19531.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  19532.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  19533.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  19534.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  19535.             'doctrine.orm.validator.unique' => '?',
  19536.             'security.validator.user_password' => '?',
  19537.             'validator.expression' => '?',
  19538.         ])));
  19539.         if ($this->has('translator')) {
  19540.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  19541.         }
  19542.         $instance->setTranslationDomain('validators');
  19543.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  19544.         $instance->enableAnnotationMapping(true);
  19545.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19546.         $instance->addMethodMapping('loadValidatorMetadata');
  19547.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  19548.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  19549.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  19550.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  19551.         return $instance;
  19552.     }
  19553.     /**
  19554.      * Gets the private 'validator.email' shared service.
  19555.      *
  19556.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  19557.      */
  19558.     protected function getValidator_EmailService()
  19559.     {
  19560.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  19563.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  19564.     }
  19565.     /**
  19566.      * Gets the private 'validator.expression' shared service.
  19567.      *
  19568.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  19569.      */
  19570.     protected function getValidator_ExpressionService()
  19571.     {
  19572.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19573.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19574.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  19575.         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())));
  19576.     }
  19577.     /**
  19578.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  19579.      *
  19580.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  19581.      */
  19582.     protected function getValidator_Mapping_CacheWarmerService()
  19583.     {
  19584.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  19587.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  19588.     }
  19589.     /**
  19590.      * Gets the private 'validator.not_compromised_password' shared service.
  19591.      *
  19592.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  19593.      */
  19594.     protected function getValidator_NotCompromisedPasswordService()
  19595.     {
  19596.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19597.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19598.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  19599.         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);
  19600.     }
  19601.     /**
  19602.      * Gets the private 'web_profiler.csp.handler' shared service.
  19603.      *
  19604.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  19605.      */
  19606.     protected function getWebProfiler_Csp_HandlerService()
  19607.     {
  19608.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  19609.     }
  19610.     /**
  19611.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  19612.      *
  19613.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  19614.      */
  19615.     protected function getWebProfiler_DebugToolbarService()
  19616.     {
  19617.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19618.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19619.             return $this->privates['web_profiler.debug_toolbar'];
  19620.         }
  19621.         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()), NULL);
  19622.     }
  19623.     /**
  19624.      * Gets the private 'web_server.command.server_log' shared service.
  19625.      *
  19626.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  19627.      */
  19628.     protected function getWebServer_Command_ServerLogService()
  19629.     {
  19630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19631.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  19632.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  19633.         $instance->setName('server:log');
  19634.         return $instance;
  19635.     }
  19636.     /**
  19637.      * Gets the private 'web_server.command.server_run' shared service.
  19638.      *
  19639.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  19640.      */
  19641.     protected function getWebServer_Command_ServerRunService()
  19642.     {
  19643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19644.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  19645.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  19646.         $instance->setName('server:run');
  19647.         return $instance;
  19648.     }
  19649.     /**
  19650.      * Gets the private 'web_server.command.server_start' shared service.
  19651.      *
  19652.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  19653.      */
  19654.     protected function getWebServer_Command_ServerStartService()
  19655.     {
  19656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19657.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  19658.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  19659.         $instance->setName('server:start');
  19660.         return $instance;
  19661.     }
  19662.     /**
  19663.      * Gets the private 'web_server.command.server_status' shared service.
  19664.      *
  19665.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  19666.      */
  19667.     protected function getWebServer_Command_ServerStatusService()
  19668.     {
  19669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19670.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  19671.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  19672.         $instance->setName('server:status');
  19673.         return $instance;
  19674.     }
  19675.     /**
  19676.      * Gets the private 'web_server.command.server_stop' shared service.
  19677.      *
  19678.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  19679.      */
  19680.     protected function getWebServer_Command_ServerStopService()
  19681.     {
  19682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19683.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  19684.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  19685.         $instance->setName('server:stop');
  19686.         return $instance;
  19687.     }
  19688.     /**
  19689.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  19690.      *
  19691.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  19692.      */
  19693.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  19694.     {
  19695.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  19696.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  19697.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  19698.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  19699.     }
  19700.     /**
  19701.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  19702.      *
  19703.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  19704.      */
  19705.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  19706.     {
  19707.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19708.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  19709.         ], [
  19710.             '_default' => '?',
  19711.         ]), '_default');
  19712.     }
  19713.     /**
  19714.      * Gets the private 'webpack_encore.exception_listener' shared service.
  19715.      *
  19716.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  19717.      */
  19718.     protected function getWebpackEncore_ExceptionListenerService()
  19719.     {
  19720.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  19721.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  19722.     }
  19723.     /**
  19724.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  19725.      *
  19726.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  19727.      */
  19728.     protected function getWebpackEncore_TagRendererService()
  19729.     {
  19730.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  19731.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19732.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  19733.             return $this->privates['webpack_encore.tag_renderer'];
  19734.         }
  19735.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  19736.     }
  19737.     /**
  19738.      * Gets the public 'cache_clearer' alias.
  19739.      *
  19740.      * @return object The ".container.private.cache_clearer" service.
  19741.      */
  19742.     protected function getCacheClearerService()
  19743.     {
  19744.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  19745.         return $this->get('.container.private.cache_clearer');
  19746.     }
  19747.     /**
  19748.      * Gets the public 'filesystem' alias.
  19749.      *
  19750.      * @return object The ".container.private.filesystem" service.
  19751.      */
  19752.     protected function getFilesystemService()
  19753.     {
  19754.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  19755.         return $this->get('.container.private.filesystem');
  19756.     }
  19757.     /**
  19758.      * Gets the public 'state_machine.prospect_validation' alias.
  19759.      *
  19760.      * @return object The ".container.private.state_machine.prospect_validation" service.
  19761.      */
  19762.     protected function getStateMachine_ProspectValidationService()
  19763.     {
  19764.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.prospect_validation" service directly from the container is deprecated, use dependency injection instead.');
  19765.         return $this->get('.container.private.state_machine.prospect_validation');
  19766.     }
  19767.     /**
  19768.      * Gets the public 'state_machine.network_validation' alias.
  19769.      *
  19770.      * @return object The ".container.private.state_machine.network_validation" service.
  19771.      */
  19772.     protected function getStateMachine_NetworkValidationService()
  19773.     {
  19774.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.network_validation" service directly from the container is deprecated, use dependency injection instead.');
  19775.         return $this->get('.container.private.state_machine.network_validation');
  19776.     }
  19777.     /**
  19778.      * Gets the public 'serializer' alias.
  19779.      *
  19780.      * @return object The ".container.private.serializer" service.
  19781.      */
  19782.     protected function getSerializerService()
  19783.     {
  19784.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  19785.         return $this->get('.container.private.serializer');
  19786.     }
  19787.     /**
  19788.      * Gets the public 'security.csrf.token_manager' alias.
  19789.      *
  19790.      * @return object The ".container.private.security.csrf.token_manager" service.
  19791.      */
  19792.     protected function getSecurity_Csrf_TokenManagerService()
  19793.     {
  19794.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  19795.         return $this->get('.container.private.security.csrf.token_manager');
  19796.     }
  19797.     /**
  19798.      * Gets the public 'form.factory' alias.
  19799.      *
  19800.      * @return object The ".container.private.form.factory" service.
  19801.      */
  19802.     protected function getForm_FactoryService()
  19803.     {
  19804.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  19805.         return $this->get('.container.private.form.factory');
  19806.     }
  19807.     /**
  19808.      * Gets the public 'form.type.file' alias.
  19809.      *
  19810.      * @return object The ".container.private.form.type.file" service.
  19811.      */
  19812.     protected function getForm_Type_FileService()
  19813.     {
  19814.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  19815.         return $this->get('.container.private.form.type.file');
  19816.     }
  19817.     /**
  19818.      * Gets the public 'profiler' alias.
  19819.      *
  19820.      * @return object The ".container.private.profiler" service.
  19821.      */
  19822.     protected function getProfilerService()
  19823.     {
  19824.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  19825.         return $this->get('.container.private.profiler');
  19826.     }
  19827.     /**
  19828.      * Gets the public 'twig' alias.
  19829.      *
  19830.      * @return object The ".container.private.twig" service.
  19831.      */
  19832.     protected function getTwigService()
  19833.     {
  19834.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  19835.         return $this->get('.container.private.twig');
  19836.     }
  19837.     /**
  19838.      * Gets the public 'security.authorization_checker' alias.
  19839.      *
  19840.      * @return object The ".container.private.security.authorization_checker" service.
  19841.      */
  19842.     protected function getSecurity_AuthorizationCheckerService()
  19843.     {
  19844.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  19845.         return $this->get('.container.private.security.authorization_checker');
  19846.     }
  19847.     /**
  19848.      * Gets the public 'security.token_storage' alias.
  19849.      *
  19850.      * @return object The ".container.private.security.token_storage" service.
  19851.      */
  19852.     protected function getSecurity_TokenStorageService()
  19853.     {
  19854.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  19855.         return $this->get('.container.private.security.token_storage');
  19856.     }
  19857.     /**
  19858.      * Gets the public 'security.password_encoder' alias.
  19859.      *
  19860.      * @return object The ".container.private.security.password_encoder" service.
  19861.      */
  19862.     protected function getSecurity_PasswordEncoderService()
  19863.     {
  19864.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  19865.         return $this->get('.container.private.security.password_encoder');
  19866.     }
  19867.     /**
  19868.      * Gets the public 'session' alias.
  19869.      *
  19870.      * @return object The ".container.private.session" service.
  19871.      */
  19872.     protected function getSessionService()
  19873.     {
  19874.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  19875.         return $this->get('.container.private.session');
  19876.     }
  19877.     /**
  19878.      * Gets the public 'validator' alias.
  19879.      *
  19880.      * @return object The ".container.private.validator" service.
  19881.      */
  19882.     protected function getValidatorService()
  19883.     {
  19884.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  19885.         return $this->get('.container.private.validator');
  19886.     }
  19887.     /**
  19888.      * @return array|bool|float|int|string|\UnitEnum|null
  19889.      */
  19890.     public function getParameter(string $name)
  19891.     {
  19892.         if (isset($this->buildParameters[$name])) {
  19893.             return $this->buildParameters[$name];
  19894.         }
  19895.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  19896.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  19897.         }
  19898.         if (isset($this->loadedDynamicParameters[$name])) {
  19899.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19900.         }
  19901.         return $this->parameters[$name];
  19902.     }
  19903.     public function hasParameter(string $name): bool
  19904.     {
  19905.         if (isset($this->buildParameters[$name])) {
  19906.             return true;
  19907.         }
  19908.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  19909.     }
  19910.     public function setParameter(string $name$value): void
  19911.     {
  19912.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  19913.     }
  19914.     public function getParameterBag(): ParameterBagInterface
  19915.     {
  19916.         if (null === $this->parameterBag) {
  19917.             $parameters $this->parameters;
  19918.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  19919.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19920.             }
  19921.             foreach ($this->buildParameters as $name => $value) {
  19922.                 $parameters[$name] = $value;
  19923.             }
  19924.             $this->parameterBag = new FrozenParameterBag($parameters);
  19925.         }
  19926.         return $this->parameterBag;
  19927.     }
  19928.     private $loadedDynamicParameters = [
  19929.         'kernel.runtime_environment' => false,
  19930.         'kernel.build_dir' => false,
  19931.         'kernel.cache_dir' => false,
  19932.         'monnaie' => false,
  19933.         'base_url_odoo' => false,
  19934.         'google_maps_api_key' => false,
  19935.         'code_mass_upload_dir' => false,
  19936.         'prospect_mass_upload_dir' => false,
  19937.         'default_permutation_key' => false,
  19938.         'user_picture_dir' => false,
  19939.         'customer_picture_dir' => false,
  19940.         'device_picture_dir' => false,
  19941.         'device_attached_file_dir' => false,
  19942.         'customer_contract_dir' => false,
  19943.         'upload_dir' => false,
  19944.         'building_picture_dir' => false,
  19945.         'host' => false,
  19946.         'offline_mode' => false,
  19947.         'doctrine.orm.proxy_dir' => false,
  19948.         'knp_snappy.pdf.binary' => false,
  19949.         'knp_snappy.image.binary' => false,
  19950.         'oneup_uploader.chunks' => false,
  19951.         'oneup_uploader.orphanage' => false,
  19952.         'oneup_uploader.config' => false,
  19953.         'swiftmailer.spool.default.memory.path' => false,
  19954.         'kernel.secret' => false,
  19955.         'debug.container.dump' => false,
  19956.         'serializer.mapping.cache.file' => false,
  19957.         'validator.mapping.cache.file' => false,
  19958.         'profiler.storage.dsn' => false,
  19959.         'lexik_jwt_authentication.pass_phrase' => false,
  19960.     ];
  19961.     private $dynamicParameters = [];
  19962.     private function getDynamicParameter(string $name)
  19963.     {
  19964.         switch ($name) {
  19965.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  19966.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  19967.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  19968.             case 'monnaie'$value $this->getEnv('monnaie'); break;
  19969.             case 'base_url_odoo'$value $this->getEnv('base_url_odoo'); break;
  19970.             case 'google_maps_api_key'$value $this->getEnv('google_maps_api_key'); break;
  19971.             case 'code_mass_upload_dir'$value $this->getEnv('code_mass_upload_dir'); break;
  19972.             case 'prospect_mass_upload_dir'$value $this->getEnv('prospect_mass_upload_dir'); break;
  19973.             case 'default_permutation_key'$value $this->getEnv('default_permutation_key'); break;
  19974.             case 'user_picture_dir'$value $this->getEnv('user_picture_dir'); break;
  19975.             case 'customer_picture_dir'$value $this->getEnv('customer_picture_dir'); break;
  19976.             case 'device_picture_dir'$value $this->getEnv('device_picture_dir'); break;
  19977.             case 'device_attached_file_dir'$value $this->getEnv('device_attached_file_dir'); break;
  19978.             case 'customer_contract_dir'$value $this->getEnv('customer_contract_dir'); break;
  19979.             case 'upload_dir'$value $this->getEnv('upload_dir'); break;
  19980.             case 'building_picture_dir'$value $this->getEnv('building_picture_dir'); break;
  19981.             case 'host'$value $this->getEnv('host'); break;
  19982.             case 'offline_mode'$value $this->getEnv('offline_mode'); break;
  19983.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  19984.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  19985.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  19986.             case 'oneup_uploader.chunks'$value = [
  19987.                 'maxage' => 604800,
  19988.                 'storage' => [
  19989.                     'type' => 'filesystem',
  19990.                     'filesystem' => NULL,
  19991.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  19992.                     'stream_wrapper' => NULL,
  19993.                     'sync_buffer_size' => '100K',
  19994.                     'prefix' => 'chunks',
  19995.                 ],
  19996.                 'load_distribution' => true,
  19997.             ]; break;
  19998.             case 'oneup_uploader.orphanage'$value = [
  19999.                 'maxage' => 604800,
  20000.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  20001.             ]; break;
  20002.             case 'oneup_uploader.config'$value = [
  20003.                 'mappings' => [
  20004.                     'gallery' => [
  20005.                         'frontend' => 'dropzone',
  20006.                         'custom_frontend' => [
  20007.                             'name' => NULL,
  20008.                             'class' => NULL,
  20009.                         ],
  20010.                         'storage' => [
  20011.                             'service' => NULL,
  20012.                             'type' => 'filesystem',
  20013.                             'filesystem' => NULL,
  20014.                             'directory' => NULL,
  20015.                             'stream_wrapper' => NULL,
  20016.                             'sync_buffer_size' => '100K',
  20017.                         ],
  20018.                         'route_prefix' => '',
  20019.                         'endpoints' => [
  20020.                             'upload' => NULL,
  20021.                             'progress' => NULL,
  20022.                             'cancel' => NULL,
  20023.                         ],
  20024.                         'allowed_mimetypes' => [
  20025.                         ],
  20026.                         'disallowed_mimetypes' => [
  20027.                         ],
  20028.                         'error_handler' => NULL,
  20029.                         'max_size' => 9223372036854775807,
  20030.                         'use_orphanage' => false,
  20031.                         'enable_progress' => false,
  20032.                         'enable_cancelation' => false,
  20033.                         'namer' => 'oneup_uploader.namer.uniqid',
  20034.                         'root_folder' => false,
  20035.                     ],
  20036.                 ],
  20037.                 'chunks' => [
  20038.                     'maxage' => 604800,
  20039.                     'storage' => [
  20040.                         'type' => 'filesystem',
  20041.                         'filesystem' => NULL,
  20042.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  20043.                         'stream_wrapper' => NULL,
  20044.                         'sync_buffer_size' => '100K',
  20045.                         'prefix' => 'chunks',
  20046.                     ],
  20047.                     'load_distribution' => true,
  20048.                 ],
  20049.                 'orphanage' => [
  20050.                     'maxage' => 604800,
  20051.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  20052.                 ],
  20053.                 'twig' => true,
  20054.             ]; break;
  20055.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  20056.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  20057.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  20058.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  20059.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  20060.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  20061.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  20062.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  20063.         }
  20064.         $this->loadedDynamicParameters[$name] = true;
  20065.         return $this->dynamicParameters[$name] = $value;
  20066.     }
  20067.     protected function getDefaultParameters(): array
  20068.     {
  20069.         return [
  20070.             'kernel.project_dir' => \dirname(__DIR__4),
  20071.             'kernel.environment' => 'dev',
  20072.             'kernel.debug' => true,
  20073.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  20074.             'kernel.bundles' => [
  20075.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  20076.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  20077.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  20078.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  20079.                 'EvenceSoftDeleteableExtensionBundle' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle\\EvenceSoftDeleteableExtensionBundle',
  20080.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  20081.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  20082.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  20083.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  20084.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  20085.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  20086.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  20087.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  20088.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  20089.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  20090.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  20091.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  20092.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  20093.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  20094.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  20095.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  20096.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  20097.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  20098.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  20099.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  20100.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  20101.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  20102.             ],
  20103.             'kernel.bundles_metadata' => [
  20104.                 'ApiPlatformBundle' => [
  20105.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  20106.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  20107.                 ],
  20108.                 'DoctrineBundle' => [
  20109.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  20110.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  20111.                 ],
  20112.                 'DoctrineMigrationsBundle' => [
  20113.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  20114.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  20115.                 ],
  20116.                 'EightPointsGuzzleBundle' => [
  20117.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  20118.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  20119.                 ],
  20120.                 'EvenceSoftDeleteableExtensionBundle' => [
  20121.                     'path' => (\dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle'),
  20122.                     'namespace' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle',
  20123.                 ],
  20124.                 'FOSJsRoutingBundle' => [
  20125.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  20126.                     'namespace' => 'FOS\\JsRoutingBundle',
  20127.                 ],
  20128.                 'FOSUserBundle' => [
  20129.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  20130.                     'namespace' => 'FOS\\UserBundle',
  20131.                 ],
  20132.                 'JMSSerializerBundle' => [
  20133.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  20134.                     'namespace' => 'JMS\\SerializerBundle',
  20135.                 ],
  20136.                 'KnpPaginatorBundle' => [
  20137.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  20138.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  20139.                 ],
  20140.                 'KnpSnappyBundle' => [
  20141.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  20142.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  20143.                 ],
  20144.                 'NelmioAliceBundle' => [
  20145.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  20146.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  20147.                 ],
  20148.                 'OneupUploaderBundle' => [
  20149.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  20150.                     'namespace' => 'Oneup\\UploaderBundle',
  20151.                 ],
  20152.                 'OldSoundRabbitMqBundle' => [
  20153.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  20154.                     'namespace' => 'OldSound\\RabbitMqBundle',
  20155.                 ],
  20156.                 'SensioFrameworkExtraBundle' => [
  20157.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  20158.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  20159.                 ],
  20160.                 'StofDoctrineExtensionsBundle' => [
  20161.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  20162.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  20163.                 ],
  20164.                 'MakerBundle' => [
  20165.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  20166.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  20167.                 ],
  20168.                 'MonologBundle' => [
  20169.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  20170.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  20171.                 ],
  20172.                 'SwiftmailerBundle' => [
  20173.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  20174.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  20175.                 ],
  20176.                 'FrameworkBundle' => [
  20177.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  20178.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  20179.                 ],
  20180.                 'TwigBundle' => [
  20181.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  20182.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  20183.                 ],
  20184.                 'SecurityBundle' => [
  20185.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  20186.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  20187.                 ],
  20188.                 'WebServerBundle' => [
  20189.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  20190.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  20191.                 ],
  20192.                 'LexikJWTAuthenticationBundle' => [
  20193.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  20194.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  20195.                 ],
  20196.                 'TwigExtraBundle' => [
  20197.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  20198.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  20199.                 ],
  20200.                 'WebProfilerBundle' => [
  20201.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  20202.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  20203.                 ],
  20204.                 'DoctrineFixturesBundle' => [
  20205.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  20206.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  20207.                 ],
  20208.                 'WebpackEncoreBundle' => [
  20209.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  20210.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  20211.                 ],
  20212.             ],
  20213.             'kernel.charset' => 'UTF-8',
  20214.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  20215.             'container.dumper.inline_class_loader' => true,
  20216.             'container.dumper.inline_factories' => true,
  20217.             'locale' => 'fr',
  20218.             'app.route_prefix' => 'en',
  20219.             'container.autowiring.strict_mode' => true,
  20220.             'models_photos' => (\dirname(__DIR__4).'/public/uploads/models_photos'),
  20221.             'models_fiches' => (\dirname(__DIR__4).'/public/uploads/models_fiches'),
  20222.             'factures_version_electronique' => (\dirname(__DIR__4).'/public/uploads/factures_version_electronique'),
  20223.             'cache_type' => 'array',
  20224.             'api_platform.metadata_backward_compatibility_layer' => true,
  20225.             'api_platform.enable_entrypoint' => true,
  20226.             'api_platform.enable_docs' => true,
  20227.             'api_platform.title' => '',
  20228.             'api_platform.description' => '',
  20229.             'api_platform.version' => '0.0.0',
  20230.             'api_platform.show_webby' => true,
  20231.             'api_platform.url_generation_strategy' => 1,
  20232.             'api_platform.exception_to_status' => [
  20233.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  20234.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  20235.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  20236.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  20237.             ],
  20238.             'api_platform.formats' => [
  20239.                 'jsonld' => [
  20240.                     => 'application/ld+json',
  20241.                 ],
  20242.                 'json' => [
  20243.                     => 'application/json',
  20244.                 ],
  20245.                 'html' => [
  20246.                     => 'text/html',
  20247.                 ],
  20248.             ],
  20249.             'api_platform.patch_formats' => [
  20250.                 'json' => [
  20251.                     => 'application/merge-patch+json',
  20252.                 ],
  20253.             ],
  20254.             'api_platform.error_formats' => [
  20255.                 'jsonproblem' => [
  20256.                     => 'application/problem+json',
  20257.                 ],
  20258.                 'jsonld' => [
  20259.                     => 'application/ld+json',
  20260.                 ],
  20261.             ],
  20262.             'api_platform.allow_plain_identifiers' => false,
  20263.             'api_platform.eager_loading.enabled' => true,
  20264.             'api_platform.eager_loading.max_joins' => 30,
  20265.             'api_platform.eager_loading.fetch_partial' => false,
  20266.             'api_platform.eager_loading.force_eager' => true,
  20267.             'api_platform.collection.exists_parameter_name' => 'exists',
  20268.             'api_platform.collection.order' => 'ASC',
  20269.             'api_platform.collection.order_parameter_name' => 'order',
  20270.             'api_platform.collection.order_nulls_comparison' => NULL,
  20271.             'api_platform.collection.pagination.enabled' => true,
  20272.             'api_platform.collection.pagination.partial' => false,
  20273.             'api_platform.collection.pagination.client_enabled' => false,
  20274.             'api_platform.collection.pagination.client_items_per_page' => false,
  20275.             'api_platform.collection.pagination.client_partial' => false,
  20276.             'api_platform.collection.pagination.items_per_page' => 30,
  20277.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  20278.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  20279.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  20280.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  20281.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  20282.             'api_platform.collection.pagination' => [
  20283.                 'enabled' => true,
  20284.                 'partial' => false,
  20285.                 'client_enabled' => false,
  20286.                 'client_items_per_page' => false,
  20287.                 'client_partial' => false,
  20288.                 'items_per_page' => 30,
  20289.                 'maximum_items_per_page' => NULL,
  20290.                 'page_parameter_name' => 'page',
  20291.                 'enabled_parameter_name' => 'pagination',
  20292.                 'items_per_page_parameter_name' => 'itemsPerPage',
  20293.                 'partial_parameter_name' => 'partial',
  20294.             ],
  20295.             'api_platform.http_cache.etag' => true,
  20296.             'api_platform.http_cache.max_age' => NULL,
  20297.             'api_platform.http_cache.shared_max_age' => NULL,
  20298.             'api_platform.http_cache.vary' => [
  20299.                 => 'Accept',
  20300.             ],
  20301.             'api_platform.http_cache.public' => NULL,
  20302.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  20303.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  20304.             'api_platform.asset_package' => NULL,
  20305.             'api_platform.defaults' => [
  20306.                 'attributes' => [
  20307.                 ],
  20308.             ],
  20309.             'api_platform.resource_class_directories' => [
  20310.                 => (\dirname(__DIR__4).'/src/Entity'),
  20311.             ],
  20312.             'api_platform.oauth.enabled' => false,
  20313.             'api_platform.oauth.clientId' => '',
  20314.             'api_platform.oauth.clientSecret' => '',
  20315.             'api_platform.oauth.type' => 'oauth2',
  20316.             'api_platform.oauth.flow' => 'application',
  20317.             'api_platform.oauth.tokenUrl' => '',
  20318.             'api_platform.oauth.authorizationUrl' => '',
  20319.             'api_platform.oauth.refreshUrl' => '',
  20320.             'api_platform.oauth.scopes' => [
  20321.             ],
  20322.             'api_platform.oauth.pkce' => false,
  20323.             'api_platform.openapi.termsOfService' => NULL,
  20324.             'api_platform.openapi.contact.name' => NULL,
  20325.             'api_platform.openapi.contact.url' => NULL,
  20326.             'api_platform.openapi.contact.email' => NULL,
  20327.             'api_platform.openapi.license.name' => NULL,
  20328.             'api_platform.openapi.license.url' => NULL,
  20329.             'api_platform.swagger.versions' => [
  20330.                 => 3,
  20331.             ],
  20332.             'api_platform.enable_swagger_ui' => true,
  20333.             'api_platform.enable_re_doc' => true,
  20334.             'api_platform.swagger.api_keys' => [
  20335.             ],
  20336.             'api_platform.swagger_ui.extra_configuration' => [
  20337.             ],
  20338.             'api_platform.graphql.enabled' => false,
  20339.             'api_platform.graphql.graphiql.enabled' => false,
  20340.             'api_platform.graphql.graphql_playground.enabled' => false,
  20341.             'api_platform.graphql.collection.pagination' => [
  20342.                 'enabled' => true,
  20343.             ],
  20344.             'api_platform.validator.serialize_payload_fields' => [
  20345.             ],
  20346.             'api_platform.validator.query_parameter_validation' => true,
  20347.             'api_platform.elasticsearch.enabled' => false,
  20348.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  20349.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  20350.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  20351.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  20352.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  20353.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  20354.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  20355.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  20356.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  20357.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  20358.             'doctrine.entity_managers' => [
  20359.                 'default' => 'doctrine.orm.default_entity_manager',
  20360.             ],
  20361.             'doctrine.default_entity_manager' => 'default',
  20362.             'doctrine.dbal.connection_factory.types' => [
  20363.             ],
  20364.             'doctrine.connections' => [
  20365.                 'default' => 'doctrine.dbal.default_connection',
  20366.             ],
  20367.             'doctrine.default_connection' => 'default',
  20368.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  20369.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  20370.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  20371.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  20372.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  20373.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  20374.             'doctrine.orm.cache.memcache_host' => 'localhost',
  20375.             'doctrine.orm.cache.memcache_port' => 11211,
  20376.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  20377.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  20378.             'doctrine.orm.cache.memcached_host' => 'localhost',
  20379.             'doctrine.orm.cache.memcached_port' => 11211,
  20380.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  20381.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  20382.             'doctrine.orm.cache.redis_host' => 'localhost',
  20383.             'doctrine.orm.cache.redis_port' => 6379,
  20384.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  20385.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  20386.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  20387.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  20388.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  20389.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  20390.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  20391.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  20392.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  20393.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  20394.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  20395.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  20396.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  20397.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  20398.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  20399.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  20400.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  20401.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  20402.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  20403.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  20404.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  20405.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  20406.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  20407.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  20408.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  20409.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  20410.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  20411.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  20412.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  20413.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  20414.             'doctrine.orm.auto_generate_proxy_classes' => true,
  20415.             'doctrine.orm.proxy_namespace' => 'Proxies',
  20416.             'doctrine.migrations.preferred_em' => NULL,
  20417.             'doctrine.migrations.preferred_connection' => NULL,
  20418.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  20419.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20420.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20421.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  20422.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  20423.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  20424.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  20425.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  20426.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  20427.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  20428.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  20429.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  20430.             'eight_points_guzzle.plugin.header.headers' => [
  20431.             ],
  20432.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  20433.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  20434.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  20435.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  20436.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  20437.             'fos_js_routing.request_context_base_url' => NULL,
  20438.             'fos_js_routing.cache_control' => [
  20439.                 'enabled' => false,
  20440.             ],
  20441.             'fos_user.backend_type_orm' => true,
  20442.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  20443.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  20444.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  20445.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  20446.             'fos_user.registration.confirmation.from_email' => [
  20447.                 'info@nanoe.net' => 'Nanoe',
  20448.             ],
  20449.             'fos_user.resetting.email.from_email' => [
  20450.                 'info@nanoe.net' => 'Nanoe',
  20451.             ],
  20452.             'fos_user.registration.confirmation.from_address' => [
  20453.                 'address' => 'info@nanoe.net',
  20454.                 'sender_name' => 'Nanoe',
  20455.             ],
  20456.             'fos_user.resetting.email.from_address' => [
  20457.                 'address' => 'info@nanoe.net',
  20458.                 'sender_name' => 'Nanoe',
  20459.             ],
  20460.             'fos_user.storage' => 'orm',
  20461.             'fos_user.firewall_name' => 'main',
  20462.             'fos_user.model_manager_name' => NULL,
  20463.             'fos_user.model.user.class' => 'App\\Entity\\Users',
  20464.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  20465.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  20466.             'fos_user.profile.form.validation_groups' => [
  20467.                 => 'Profile',
  20468.                 => 'Default',
  20469.             ],
  20470.             'fos_user.registration.confirmation.enabled' => false,
  20471.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  20472.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  20473.             'fos_user.registration.form.validation_groups' => [
  20474.                 => 'Registration',
  20475.                 => 'Default',
  20476.             ],
  20477.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  20478.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  20479.             'fos_user.change_password.form.validation_groups' => [
  20480.                 => 'ChangePassword',
  20481.                 => 'Default',
  20482.             ],
  20483.             'fos_user.resetting.retry_ttl' => 7200,
  20484.             'fos_user.resetting.token_ttl' => 86400,
  20485.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  20486.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  20487.             'fos_user.resetting.form.validation_groups' => [
  20488.                 => 'ResetPassword',
  20489.                 => 'Default',
  20490.             ],
  20491.             'jms_serializer.twig_enabled' => 'default',
  20492.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  20493.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  20494.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig',
  20495.             'knp_paginator.page_range' => 5,
  20496.             'knp_paginator.page_limit' => NULL,
  20497.             'knp_snappy.pdf.options' => [
  20498.             ],
  20499.             'knp_snappy.pdf.env' => [
  20500.             ],
  20501.             'knp_snappy.image.options' => [
  20502.             ],
  20503.             'knp_snappy.image.env' => [
  20504.             ],
  20505.             'nelmio_alice.functions_blacklist' => [
  20506.                 => 'current',
  20507.                 => 'shuffle',
  20508.                 => 'date',
  20509.                 => 'time',
  20510.                 => 'file',
  20511.                 => 'md5',
  20512.                 => 'sha1',
  20513.                 => 'current',
  20514.                 => 'shuffle',
  20515.                 => 'date',
  20516.                 10 => 'time',
  20517.                 11 => 'file',
  20518.                 12 => 'md5',
  20519.                 13 => 'sha1',
  20520.             ],
  20521.             'nelmio_alice.locale' => 'en_US',
  20522.             'nelmio_alice.seed' => 1,
  20523.             'nelmio_alice.loading_limit' => 5,
  20524.             'nelmio_alice.max_unique_values_retry' => 150,
  20525.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  20526.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  20527.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  20528.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  20529.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  20530.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  20531.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  20532.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  20533.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  20534.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  20535.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  20536.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  20537.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  20538.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  20539.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  20540.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  20541.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  20542.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  20543.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  20544.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  20545.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  20546.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  20547.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  20548.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  20549.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  20550.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  20551.             'oneup_uploader.config.gallery' => [
  20552.                 'frontend' => 'dropzone',
  20553.                 'custom_frontend' => [
  20554.                     'name' => NULL,
  20555.                     'class' => NULL,
  20556.                 ],
  20557.                 'storage' => [
  20558.                     'service' => NULL,
  20559.                     'type' => 'filesystem',
  20560.                     'filesystem' => NULL,
  20561.                     'directory' => NULL,
  20562.                     'stream_wrapper' => NULL,
  20563.                     'sync_buffer_size' => '100K',
  20564.                 ],
  20565.                 'route_prefix' => '',
  20566.                 'endpoints' => [
  20567.                     'upload' => NULL,
  20568.                     'progress' => NULL,
  20569.                     'cancel' => NULL,
  20570.                 ],
  20571.                 'allowed_mimetypes' => [
  20572.                 ],
  20573.                 'disallowed_mimetypes' => [
  20574.                 ],
  20575.                 'error_handler' => NULL,
  20576.                 'max_size' => 9223372036854775807,
  20577.                 'use_orphanage' => false,
  20578.                 'enable_progress' => false,
  20579.                 'enable_cancelation' => false,
  20580.                 'namer' => 'oneup_uploader.namer.uniqid',
  20581.                 'root_folder' => false,
  20582.             ],
  20583.             'oneup_uploader.controllers' => [
  20584.                 'gallery' => [
  20585.                     => 'oneup_uploader.controller.gallery',
  20586.                     => [
  20587.                         'enable_progress' => false,
  20588.                         'enable_cancelation' => false,
  20589.                         'route_prefix' => '',
  20590.                         'endpoints' => [
  20591.                             'upload' => NULL,
  20592.                             'progress' => NULL,
  20593.                             'cancel' => NULL,
  20594.                         ],
  20595.                     ],
  20596.                 ],
  20597.             ],
  20598.             'oneup_uploader.maxsize' => [
  20599.                 'gallery' => 16777216,
  20600.             ],
  20601.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  20602.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  20603.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  20604.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  20605.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  20606.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  20607.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  20608.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  20609.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  20610.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  20611.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  20612.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  20613.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  20614.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  20615.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  20616.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  20617.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  20618.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  20619.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  20620.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  20621.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  20622.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  20623.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  20624.             'stof_doctrine_extensions.translation_fallback' => true,
  20625.             'stof_doctrine_extensions.persist_default_translation' => false,
  20626.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  20627.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  20628.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  20629.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  20630.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  20631.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  20632.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  20633.             'monolog.use_microseconds' => true,
  20634.             'monolog.swift_mailer.handlers' => [
  20635.             ],
  20636.             'monolog.handlers_to_channels' => [
  20637.                 'monolog.handler.console' => [
  20638.                     'type' => 'exclusive',
  20639.                     'elements' => [
  20640.                         => 'event',
  20641.                         => 'doctrine',
  20642.                         => 'console',
  20643.                     ],
  20644.                 ],
  20645.                 'monolog.handler.main' => [
  20646.                     'type' => 'exclusive',
  20647.                     'elements' => [
  20648.                         => 'event',
  20649.                     ],
  20650.                 ],
  20651.             ],
  20652.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  20653.             'swiftmailer.mailer.default.spool.enabled' => true,
  20654.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  20655.             'swiftmailer.mailer.default.single_address' => NULL,
  20656.             'swiftmailer.mailer.default.delivery.enabled' => true,
  20657.             'swiftmailer.spool.enabled' => true,
  20658.             'swiftmailer.delivery.enabled' => true,
  20659.             'swiftmailer.single_address' => NULL,
  20660.             'swiftmailer.mailers' => [
  20661.                 'default' => 'swiftmailer.mailer.default',
  20662.             ],
  20663.             'swiftmailer.default_mailer' => 'default',
  20664.             'event_dispatcher.event_aliases' => [
  20665.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  20666.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  20667.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  20668.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  20669.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  20670.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  20671.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  20672.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  20673.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  20674.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  20675.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  20676.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  20677.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  20678.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  20679.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  20680.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  20681.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  20682.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  20683.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  20684.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  20685.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  20686.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  20687.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  20688.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  20689.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  20690.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  20691.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  20692.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  20693.             ],
  20694.             'fragment.renderer.hinclude.global_template' => NULL,
  20695.             'fragment.path' => '/_fragment',
  20696.             'kernel.http_method_override' => true,
  20697.             'kernel.trusted_hosts' => [
  20698.             ],
  20699.             'kernel.default_locale' => 'fr',
  20700.             'kernel.enabled_locales' => [
  20701.             ],
  20702.             'kernel.error_controller' => 'error_controller',
  20703.             'debug.file_link_format' => NULL,
  20704.             'asset.request_context.base_path' => NULL,
  20705.             'asset.request_context.secure' => NULL,
  20706.             'translator.logging' => false,
  20707.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  20708.             'debug.error_handler.throw_at' => -1,
  20709.             'router.request_context.host' => 'localhost',
  20710.             'router.request_context.scheme' => 'http',
  20711.             'router.request_context.base_url' => '',
  20712.             'router.resource' => 'kernel::loadRoutes',
  20713.             'request_listener.http_port' => 80,
  20714.             'request_listener.https_port' => 443,
  20715.             'session.metadata.storage_key' => '_sf2_meta',
  20716.             'session.storage.options' => [
  20717.                 'cache_limiter' => '0',
  20718.                 'cookie_secure' => 'auto',
  20719.                 'cookie_httponly' => true,
  20720.                 'cookie_samesite' => 'lax',
  20721.                 'gc_probability' => 1,
  20722.             ],
  20723.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  20724.             'session.metadata.update_threshold' => 0,
  20725.             'form.type_extension.csrf.enabled' => true,
  20726.             'form.type_extension.csrf.field_name' => '_token',
  20727.             'validator.translation_domain' => 'validators',
  20728.             'profiler_listener.only_exceptions' => false,
  20729.             'profiler_listener.only_main_requests' => false,
  20730.             'twig.form.resources' => [
  20731.                 => 'form_div_layout.html.twig',
  20732.                 => 'Form\\form_theme_layout.html.twig',
  20733.             ],
  20734.             'twig.default_path' => (\dirname(__DIR__4).'/src/Resources/views'),
  20735.             'security.role_hierarchy.roles' => [
  20736.                 'ROLE_ENTREPRENEUR' => [
  20737.                     => 'ROLE_USER',
  20738.                 ],
  20739.                 'ROLE_EQUIPE' => [
  20740.                     => 'ROLE_ENTREPRENEUR',
  20741.                 ],
  20742.                 'ROLE_ADMIN' => [
  20743.                     => 'ROLE_EQUIPE',
  20744.                 ],
  20745.                 'ROLE_SUPER_ADMIN' => [
  20746.                     => 'ROLE_ADMIN',
  20747.                 ],
  20748.                 'ROLE_MOBILEMONEY' => [
  20749.                     => 'ROLE_MOBILEMONEY',
  20750.                 ],
  20751.                 'ROLE_MVOLA_MONEY' => [
  20752.                     => 'ROLE_MOBILEMONEY',
  20753.                 ],
  20754.                 'ROLE_ORANGE_MONEY' => [
  20755.                     => 'ROLE_MOBILEMONEY',
  20756.                 ],
  20757.             ],
  20758.             'security.access.denied_url' => NULL,
  20759.             'security.authentication.manager.erase_credentials' => true,
  20760.             'security.authentication.session_strategy.strategy' => 'migrate',
  20761.             'security.access.always_authenticate_before_granting' => false,
  20762.             'security.authentication.hide_user_not_found' => true,
  20763.             'security.firewalls' => [
  20764.                 => 'mobile',
  20765.                 => 'api_mobile',
  20766.                 => 'login',
  20767.                 => 'api',
  20768.                 => 'main',
  20769.             ],
  20770.             'security.mobile._indexed_authenticators' => [
  20771.             ],
  20772.             'security.api_mobile._indexed_authenticators' => [
  20773.             ],
  20774.             'security.login._indexed_authenticators' => [
  20775.             ],
  20776.             'security.api._indexed_authenticators' => [
  20777.             ],
  20778.             'security.main._indexed_authenticators' => [
  20779.             ],
  20780.             'lexik_jwt_authentication.token_ttl' => 3600,
  20781.             'lexik_jwt_authentication.clock_skew' => 0,
  20782.             'lexik_jwt_authentication.user_identity_field' => 'username',
  20783.             'lexik_jwt_authentication.user_id_claim' => 'username',
  20784.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  20785.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  20786.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  20787.             'web_profiler.debug_toolbar.mode' => 2,
  20788.             'maker.compatible_check.doctrine.supports_attributes' => true,
  20789.             'old_sound_rabbit_mq.base_amqp' => [
  20790.             ],
  20791.             'data_collector.templates' => [
  20792.                 'data_collector.request' => [
  20793.                     => 'request',
  20794.                     => '@WebProfiler/Collector/request.html.twig',
  20795.                 ],
  20796.                 'api_platform.data_collector.request' => [
  20797.                     => 'api_platform.data_collector.request',
  20798.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  20799.                 ],
  20800.                 'data_collector.time' => [
  20801.                     => 'time',
  20802.                     => '@WebProfiler/Collector/time.html.twig',
  20803.                 ],
  20804.                 'data_collector.memory' => [
  20805.                     => 'memory',
  20806.                     => '@WebProfiler/Collector/memory.html.twig',
  20807.                 ],
  20808.                 'data_collector.validator' => [
  20809.                     => 'validator',
  20810.                     => '@WebProfiler/Collector/validator.html.twig',
  20811.                 ],
  20812.                 'data_collector.ajax' => [
  20813.                     => 'ajax',
  20814.                     => '@WebProfiler/Collector/ajax.html.twig',
  20815.                 ],
  20816.                 'data_collector.form' => [
  20817.                     => 'form',
  20818.                     => '@WebProfiler/Collector/form.html.twig',
  20819.                 ],
  20820.                 'data_collector.exception' => [
  20821.                     => 'exception',
  20822.                     => '@WebProfiler/Collector/exception.html.twig',
  20823.                 ],
  20824.                 'data_collector.logger' => [
  20825.                     => 'logger',
  20826.                     => '@WebProfiler/Collector/logger.html.twig',
  20827.                 ],
  20828.                 'data_collector.events' => [
  20829.                     => 'events',
  20830.                     => '@WebProfiler/Collector/events.html.twig',
  20831.                 ],
  20832.                 'data_collector.router' => [
  20833.                     => 'router',
  20834.                     => '@WebProfiler/Collector/router.html.twig',
  20835.                 ],
  20836.                 'data_collector.cache' => [
  20837.                     => 'cache',
  20838.                     => '@WebProfiler/Collector/cache.html.twig',
  20839.                 ],
  20840.                 'data_collector.translation' => [
  20841.                     => 'translation',
  20842.                     => '@WebProfiler/Collector/translation.html.twig',
  20843.                 ],
  20844.                 'data_collector.security' => [
  20845.                     => 'security',
  20846.                     => '@Security/Collector/security.html.twig',
  20847.                 ],
  20848.                 'data_collector.twig' => [
  20849.                     => 'twig',
  20850.                     => '@WebProfiler/Collector/twig.html.twig',
  20851.                 ],
  20852.                 'data_collector.doctrine' => [
  20853.                     => 'db',
  20854.                     => '@Doctrine/Collector/db.html.twig',
  20855.                 ],
  20856.                 'data_collector.http_client' => [
  20857.                     => 'http_client',
  20858.                     => '@WebProfiler/Collector/http_client.html.twig',
  20859.                 ],
  20860.                 'swiftmailer.data_collector' => [
  20861.                     => 'swiftmailer',
  20862.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  20863.                 ],
  20864.                 'eight_points_guzzle.data_collector' => [
  20865.                     => 'eight_points_guzzle',
  20866.                     => '@EightPointsGuzzle/debug.html.twig',
  20867.                 ],
  20868.                 'jms_serializer.data_collector' => [
  20869.                     => 'jms_serializer',
  20870.                     => '@JMSSerializer/Collector/panel.html.twig',
  20871.                 ],
  20872.                 'mailer.data_collector' => [
  20873.                     => 'mailer',
  20874.                     => '@WebProfiler/Collector/mailer.html.twig',
  20875.                 ],
  20876.                 'data_collector.config' => [
  20877.                     => 'config',
  20878.                     => '@WebProfiler/Collector/config.html.twig',
  20879.                 ],
  20880.             ],
  20881.             'console.command.ids' => [
  20882.             ],
  20883.         ];
  20884.     }
  20885.     protected function throw($message)
  20886.     {
  20887.         throw new RuntimeException($message);
  20888.     }
  20889. }