var/cache/dev/ContainerUpxBqTi/App_KernelDevDebugContainer.php line 20377

Open in your IDE?
  1. <?php
  2. namespace ContainerUpxBqTi;
  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\\AlertController' => 'getAlertControllerService',
  50.             'App\\Controller\\Api\\ClientController' => 'getClientControllerService',
  51.             'App\\Controller\\Api\\CodeController' => 'getCodeControllerService',
  52.             'App\\Controller\\Api\\CommonController' => 'getCommonControllerService',
  53.             'App\\Controller\\Api\\CustomerController' => 'getCustomerControllerService',
  54.             'App\\Controller\\Api\\DataRecordController' => 'getDataRecordControllerService',
  55.             'App\\Controller\\Api\\DeviceController' => 'getDeviceControllerService',
  56.             'App\\Controller\\Api\\DevicesCustomerController' => 'getDevicesCustomerControllerService',
  57.             'App\\Controller\\Api\\MapController' => 'getMapControllerService',
  58.             'App\\Controller\\Api\\NetworkController' => 'getNetworkControllerService',
  59.             'App\\Controller\\Api\\NetworkDeviceController' => 'getNetworkDeviceControllerService',
  60.             'App\\Controller\\Api\\OfferController' => 'getOfferControllerService',
  61.             'App\\Controller\\Api\\PaymentController' => 'getPaymentControllerService',
  62.             'App\\Controller\\Api\\ProspectController' => 'getProspectControllerService',
  63.             'App\\Controller\\Api\\SatisfactionController' => 'getSatisfactionControllerService',
  64.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  65.             'App\\Controller\\Api\\ZoneController' => 'getZoneControllerService',
  66.             'App\\Controller\\ArticleClientController' => 'getArticleClientControllerService',
  67.             'App\\Controller\\CaisseController' => 'getCaisseControllerService',
  68.             'App\\Controller\\CategorieController' => 'getCategorieControllerService',
  69.             'App\\Controller\\CodeController' => 'getCodeController2Service',
  70.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  71.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  72.             'App\\Controller\\DeviceController' => 'getDeviceController2Service',
  73.             'App\\Controller\\FabricationController' => 'getFabricationControllerService',
  74.             'App\\Controller\\FacturationController' => 'getFacturationControllerService',
  75.             'App\\Controller\\FournisseurController' => 'getFournisseurControllerService',
  76.             'App\\Controller\\InspectionController' => 'getInspectionControllerService',
  77.             'App\\Controller\\InterventionController' => 'getInterventionControllerService',
  78.             'App\\Controller\\KoboController' => 'getKoboControllerService',
  79.             'App\\Controller\\MapController' => 'getMapController2Service',
  80.             'App\\Controller\\Mobile\\CommonController' => 'getCommonController2Service',
  81.             'App\\Controller\\Mobile\\CustomerController' => 'getCustomerController2Service',
  82.             'App\\Controller\\Mobile\\Users' => 'getUsersService',
  83.             'App\\Controller\\Mobile\\UsersController' => 'getUsersControllerService',
  84.             'App\\Controller\\Mobile\\ZoneController' => 'getZoneController2Service',
  85.             'App\\Controller\\ModelController' => 'getModelControllerService',
  86.             'App\\Controller\\ModelePreEnregistreController' => 'getModelePreEnregistreControllerService',
  87.             'App\\Controller\\MouvementController' => 'getMouvementControllerService',
  88.             'App\\Controller\\MoveRequestController' => 'getMoveRequestControllerService',
  89.             'App\\Controller\\NetworkController' => 'getNetworkController2Service',
  90.             'App\\Controller\\OffersController' => 'getOffersControllerService',
  91.             'App\\Controller\\PasswordResetController' => 'getPasswordResetControllerService',
  92.             'App\\Controller\\PlanifiedMaintenanceController' => 'getPlanifiedMaintenanceControllerService',
  93.             'App\\Controller\\ProduitController' => 'getProduitControllerService',
  94.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  95.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  96.             'App\\Controller\\ProspectController' => 'getProspectController2Service',
  97.             'App\\Controller\\ReadOnlyController' => 'getReadOnlyControllerService',
  98.             'App\\Controller\\ReceptionController' => 'getReceptionControllerService',
  99.             'App\\Controller\\ResettingController' => 'getResettingControllerService',
  100.             'App\\Controller\\SatisfactionController' => 'getSatisfactionController2Service',
  101.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  102.             'App\\Controller\\SoldController' => 'getSoldControllerService',
  103.             'App\\Controller\\StatsController' => 'getStatsControllerService',
  104.             'App\\Controller\\StockController' => 'getStockControllerService',
  105.             'App\\Controller\\TransfertController' => 'getTransfertControllerService',
  106.             'App\\Controller\\ZoneController' => 'getZoneController3Service',
  107.             'App\\Naming\\DataRecordUploadNamer' => 'getDataRecordUploadNamerService',
  108.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  109.             'Faker\\Generator' => 'getGeneratorService',
  110.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  111.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  112.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  113.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  114.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  115.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  116.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  117.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  118.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  119.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  120.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  121.             'cache.app' => 'getCache_AppService',
  122.             'cache.app_clearer' => 'getCache_AppClearerService',
  123.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  124.             'cache.system' => 'getCache_SystemService',
  125.             'cache.system_clearer' => 'getCache_SystemClearerService',
  126.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  127.             'cache_warmer' => 'getCacheWarmerService',
  128.             'console.command_loader' => 'getConsole_CommandLoaderService',
  129.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  130.             'doctrine' => 'getDoctrineService',
  131.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  132.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  133.             'eight_points_guzzle.client.my_client' => 'getEightPointsGuzzle_Client_MyClientService',
  134.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  135.             'eight_points_guzzle.handler_stack.my_client' => 'getEightPointsGuzzle_HandlerStack_MyClientService',
  136.             'eight_points_guzzle.middleware.event_dispatch.my_client' => 'getEightPointsGuzzle_Middleware_EventDispatch_MyClientService',
  137.             'eight_points_guzzle.middleware.log.my_client' => 'getEightPointsGuzzle_Middleware_Log_MyClientService',
  138.             'eight_points_guzzle.middleware.profile.my_client' => 'getEightPointsGuzzle_Middleware_Profile_MyClientService',
  139.             'eight_points_guzzle.middleware.request_time.my_client' => 'getEightPointsGuzzle_Middleware_RequestTime_MyClientService',
  140.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  141.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  142.             'error_controller' => 'getErrorControllerService',
  143.             'event_dispatcher' => 'getEventDispatcherService',
  144.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  145.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  146.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  147.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  148.             'fos_user.mailer' => 'getFosUser_MailerService',
  149.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  150.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  151.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  152.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  153.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  154.             'http_kernel' => 'getHttpKernelService',
  155.             'jms_serializer' => 'getJmsSerializerService',
  156.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  157.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  158.             'knp_paginator' => 'getKnpPaginatorService',
  159.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  160.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  161.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  162.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  163.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  164.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  165.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  166.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  167.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  168.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  169.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  170.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  171.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  172.             'oneup_uploader.controller.gallery' => 'getOneupUploader_Controller_GalleryService',
  173.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  174.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  175.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  176.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  177.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  178.             'request_stack' => 'getRequestStackService',
  179.             'router' => 'getRouterService',
  180.             'routing.loader' => 'getRouting_LoaderService',
  181.             'services_resetter' => 'getServicesResetterService',
  182.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  183.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  184.             'translator' => 'getTranslatorService',
  185.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  186.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  187.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  188.             'cache_clearer' => 'getCacheClearerService',
  189.             'filesystem' => 'getFilesystemService',
  190.             'state_machine.prospect_validation' => 'getStateMachine_ProspectValidationService',
  191.             'state_machine.network_validation' => 'getStateMachine_NetworkValidationService',
  192.             'serializer' => 'getSerializerService',
  193.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  194.             'form.factory' => 'getForm_FactoryService',
  195.             'form.type.file' => 'getForm_Type_FileService',
  196.             'profiler' => 'getProfilerService',
  197.             'twig' => 'getTwigService',
  198.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  199.             'security.token_storage' => 'getSecurity_TokenStorageService',
  200.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  201.             'session' => 'getSessionService',
  202.             'validator' => 'getValidatorService',
  203.         ];
  204.         $this->aliases = [
  205.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  206.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  207.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  208.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  209.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  210.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  211.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  212.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  213.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  214.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  215.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  216.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  217.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  218.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  219.             'database_connection' => 'doctrine.dbal.default_connection',
  220.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  221.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  222.             'jms_serializer.instances.default' => 'jms_serializer',
  223.         ];
  224.         $this->privates['service_container'] = function () {
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  231.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  233.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  234.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  243.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  245.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  275.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  279.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  280.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  288.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  293.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  309.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  380.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  431.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  433.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  434.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  435.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  438.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  447.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  448.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  449.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  454.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  457.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  464.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  479.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  480.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  584.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  638.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  644.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  706.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  708.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  721.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  750.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  777.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CustomerExtension.php';
  778.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NetworkExtension.php';
  779.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ProspectWorkflowProgressionExtension.php';
  780.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ZoneExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  784.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  787.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  797.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  799.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  807.         };
  808.     }
  809.     public function compile(): void
  810.     {
  811.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  812.     }
  813.     public function isCompiled(): bool
  814.     {
  815.         return true;
  816.     }
  817.     public function getRemovedIds(): array
  818.     {
  819.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  820.     }
  821.     /**
  822.      * Gets the public '.container.private.cache_clearer' shared service.
  823.      *
  824.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  825.      */
  826.     protected function get_Container_Private_CacheClearerService()
  827.     {
  828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  830.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  831.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  832.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  833.         }, 2));
  834.     }
  835.     /**
  836.      * Gets the public '.container.private.filesystem' shared service.
  837.      *
  838.      * @return \Symfony\Component\Filesystem\Filesystem
  839.      */
  840.     protected function get_Container_Private_FilesystemService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  843.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  844.     }
  845.     /**
  846.      * Gets the public '.container.private.form.factory' shared service.
  847.      *
  848.      * @return \Symfony\Component\Form\FormFactory
  849.      */
  850.     protected function get_Container_Private_Form_FactoryService()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  854.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  855.     }
  856.     /**
  857.      * Gets the public '.container.private.form.type.file' shared service.
  858.      *
  859.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  860.      */
  861.     protected function get_Container_Private_Form_Type_FileService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  866.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  867.     }
  868.     /**
  869.      * Gets the public '.container.private.profiler' shared service.
  870.      *
  871.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  872.      */
  873.     protected function get_Container_Private_ProfilerService()
  874.     {
  875.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  876.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  877.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  878.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  879.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  880.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  881.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  882.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  883.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  884.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  885.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  886.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  887.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  888.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  889.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  890.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  891.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  892.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  893.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  894.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  895.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  896.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  897.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  898.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  899.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  900.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  901.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  902.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  903.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  904.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  905.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  906.         if ($this->has('kernel')) {
  907.             $g->setKernel($b);
  908.         }
  909.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  910.         $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())));
  911.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  912.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  913.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  914.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  915.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  916.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  917.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  918.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  919.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  920.         $instance->add($d);
  921.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  922.         $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));
  923.         $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())));
  924.         $instance->add($e);
  925.         $instance->add($f);
  926.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  927.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  928.         $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()))));
  929.         $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()))));
  930.         $instance->add($g);
  931.         return $instance;
  932.     }
  933.     /**
  934.      * Gets the public '.container.private.security.authorization_checker' shared service.
  935.      *
  936.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  937.      */
  938.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  939.     {
  940.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  941.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  942.             return $this->services['.container.private.security.authorization_checker'];
  943.         }
  944.         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);
  945.     }
  946.     /**
  947.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  948.      *
  949.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  950.      */
  951.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  952.     {
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  957.         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())));
  958.     }
  959.     /**
  960.      * Gets the public '.container.private.security.password_encoder' shared service.
  961.      *
  962.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  963.      *
  964.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  965.      */
  966.     protected function get_Container_Private_Security_PasswordEncoderService()
  967.     {
  968.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  969.         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()));
  970.     }
  971.     /**
  972.      * Gets the public '.container.private.security.token_storage' shared service.
  973.      *
  974.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  975.      */
  976.     protected function get_Container_Private_Security_TokenStorageService()
  977.     {
  978.         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, [
  979.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  980.         ], [
  981.             'request_stack' => '?',
  982.         ]));
  983.     }
  984.     /**
  985.      * Gets the public '.container.private.serializer' shared service.
  986.      *
  987.      * @return \Symfony\Component\Serializer\Serializer
  988.      */
  989.     protected function get_Container_Private_SerializerService()
  990.     {
  991.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  992.         if (isset($this->services['.container.private.serializer'])) {
  993.             return $this->services['.container.private.serializer'];
  994.         }
  995.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  996.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  997.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  998.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  999.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  1000.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1001.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1002.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1003.         $j = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1004.         $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));
  1005.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1006.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1007.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1008.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1009.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1010.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1011.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  1012.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$b$c$rNULL, [], $c);
  1013.         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 () {
  1014.             return new \EmptyIterator();
  1015.         }, 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 () {
  1016.             return new \EmptyIterator();
  1017.         }, 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()]);
  1018.     }
  1019.     /**
  1020.      * Gets the public '.container.private.session' shared service.
  1021.      *
  1022.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1023.      */
  1024.     protected function get_Container_Private_SessionService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1028.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1029.         if (isset($this->services['.container.private.session'])) {
  1030.             return $this->services['.container.private.session'];
  1031.         }
  1032.         return $this->services['.container.private.session'] = $a->createSession();
  1033.     }
  1034.     /**
  1035.      * Gets the public '.container.private.state_machine.network_validation' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\Workflow\StateMachine
  1038.      */
  1039.     protected function get_Container_Private_StateMachine_NetworkValidationService()
  1040.     {
  1041.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1042.         if (isset($this->services['.container.private.state_machine.network_validation'])) {
  1043.             return $this->services['.container.private.state_machine.network_validation'];
  1044.         }
  1045.         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);
  1046.     }
  1047.     /**
  1048.      * Gets the public '.container.private.state_machine.prospect_validation' shared service.
  1049.      *
  1050.      * @return \Symfony\Component\Workflow\StateMachine
  1051.      */
  1052.     protected function get_Container_Private_StateMachine_ProspectValidationService()
  1053.     {
  1054.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1055.         if (isset($this->services['.container.private.state_machine.prospect_validation'])) {
  1056.             return $this->services['.container.private.state_machine.prospect_validation'];
  1057.         }
  1058.         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);
  1059.     }
  1060.     /**
  1061.      * Gets the public '.container.private.twig' shared service.
  1062.      *
  1063.      * @return \Twig\Environment
  1064.      */
  1065.     protected function get_Container_Private_TwigService()
  1066.     {
  1067.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1068.         $a->addPath((\dirname(__DIR__4).'/templates'), 'Templates');
  1069.         $a->addPath((\dirname(__DIR__4).'/src/Resources/views'), 'App');
  1070.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1072.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1073.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1076.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1077.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1078.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1079.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1080.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1081.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1082.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1083.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1084.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1085.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1086.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1087.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1088.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1089.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1090.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1091.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1092.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1093.         $a->addPath((\dirname(__DIR__4).'/src/Resources/views'));
  1094.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1095.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1096.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1097.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1098.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1099.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1100.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1101.         $e = ($this->services['router'] ?? $this->getRouterService());
  1102.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1103.         $g = new \Symfony\Component\Workflow\Registry();
  1104.         $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'));
  1105.         $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'));
  1106.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1107.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1108.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1109.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1110.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1111.         $k->setEnvironment('dev');
  1112.         $k->setDebug(true);
  1113.         if ($this->has('.container.private.security.token_storage')) {
  1114.             $k->setTokenStorage($h);
  1115.         }
  1116.         if ($this->has('request_stack')) {
  1117.             $k->setRequestStack($f);
  1118.         }
  1119.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1120.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1121.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1122.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1123.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1124.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1125.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1126.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1127.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1128.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1129.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1130.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1131.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1132.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($g));
  1133.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1134.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1135.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1136.         $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)));
  1137.         $instance->addExtension(new \App\Twig\Extension\CustomerExtension());
  1138.         $instance->addExtension(new \App\Twig\Extension\NetworkExtension($i));
  1139.         $instance->addExtension(new \App\Twig\Extension\ProspectWorkflowProgressionExtension());
  1140.         $instance->addExtension(new \App\Twig\Extension\ZoneExtension($i$this));
  1141.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1142.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1143.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1144.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  1145.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1146.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1147.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1148.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1149.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1150.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1151.         ], [
  1152.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1153.             'webpack_encore.tag_renderer' => '?',
  1154.         ])));
  1155.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1156.         $instance->addGlobal('app'$k);
  1157.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1158.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1159.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1160.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1161.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1162.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1163.         ], [
  1164.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1165.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1166.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1167.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1168.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1169.         ])));
  1170.         $instance->addGlobal('google_maps_api_key'$this->getEnv('google_maps_api_key'));
  1171.         $instance->addGlobal('user_picture_dir'$this->getEnv('user_picture_dir'));
  1172.         $instance->addGlobal('customer_picture_dir'$this->getEnv('customer_picture_dir'));
  1173.         $instance->addGlobal('building_picture_dir'$this->getEnv('building_picture_dir'));
  1174.         $instance->addGlobal('device_picture_dir'$this->getEnv('device_picture_dir'));
  1175.         $instance->addGlobal('device_attached_file_dir'$this->getEnv('device_attached_file_dir'));
  1176.         $instance->addGlobal('upload_dir'$this->getEnv('upload_dir'));
  1177.         $instance->addGlobal('user_attached_file_dir'$this->getEnv('user_attached_file_dir'));
  1178.         $instance->addGlobal('customer_contract_dir'$this->getEnv('customer_contract_dir'));
  1179.         $instance->addGlobal('data_record_attached_file_dir'$this->getEnv('data_record_attached_file_dir'));
  1180.         $instance->addGlobal('host'$this->getEnv('host'));
  1181.         $instance->addGlobal('minimum_cost_estimation'$this->getEnv('minimum_cost_estimation'));
  1182.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1183.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1184.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the public '.container.private.validator' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1191.      */
  1192.     protected function get_Container_Private_ValidatorService()
  1193.     {
  1194.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1195.     }
  1196.     /**
  1197.      * Gets the public 'App\Controller\AgenceController' shared autowired service.
  1198.      *
  1199.      * @return \App\Controller\AgenceController
  1200.      */
  1201.     protected function getAgenceControllerService()
  1202.     {
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/src/Controller/AgenceController.php';
  1205.         $this->services['App\\Controller\\AgenceController'] = $instance = new \App\Controller\AgenceController();
  1206.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AgenceController'$this));
  1207.         return $instance;
  1208.     }
  1209.     /**
  1210.      * Gets the public 'App\Controller\AlertController' shared autowired service.
  1211.      *
  1212.      * @return \App\Controller\AlertController
  1213.      */
  1214.     protected function getAlertControllerService()
  1215.     {
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1217.         include_once \dirname(__DIR__4).'/src/Controller/AlertController.php';
  1218.         $this->services['App\\Controller\\AlertController'] = $instance = new \App\Controller\AlertController();
  1219.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AlertController'$this));
  1220.         return $instance;
  1221.     }
  1222.     /**
  1223.      * Gets the public 'App\Controller\Api\ClientController' shared autowired service.
  1224.      *
  1225.      * @return \App\Controller\Api\ClientController
  1226.      */
  1227.     protected function getClientControllerService()
  1228.     {
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1230.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1231.         include_once \dirname(__DIR__4).'/src/Controller/Api/ClientController.php';
  1232.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1233.         $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())));
  1234.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ClientController'$this));
  1235.         return $instance;
  1236.     }
  1237.     /**
  1238.      * Gets the public 'App\Controller\Api\CodeController' shared autowired service.
  1239.      *
  1240.      * @return \App\Controller\Api\CodeController
  1241.      */
  1242.     protected function getCodeControllerService()
  1243.     {
  1244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1245.         include_once \dirname(__DIR__4).'/src/Controller/Api/CodeController.php';
  1246.         $this->services['App\\Controller\\Api\\CodeController'] = $instance = new \App\Controller\Api\CodeController();
  1247.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CodeController'$this));
  1248.         return $instance;
  1249.     }
  1250.     /**
  1251.      * Gets the public 'App\Controller\Api\CommonController' shared autowired service.
  1252.      *
  1253.      * @return \App\Controller\Api\CommonController
  1254.      */
  1255.     protected function getCommonControllerService()
  1256.     {
  1257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1258.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1259.         $this->services['App\\Controller\\Api\\CommonController'] = $instance = new \App\Controller\Api\CommonController();
  1260.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CommonController'$this));
  1261.         return $instance;
  1262.     }
  1263.     /**
  1264.      * Gets the public 'App\Controller\Api\CustomerController' shared autowired service.
  1265.      *
  1266.      * @return \App\Controller\Api\CustomerController
  1267.      */
  1268.     protected function getCustomerControllerService()
  1269.     {
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1271.         include_once \dirname(__DIR__4).'/src/Controller/Api/CustomerController.php';
  1272.         $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()));
  1273.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\CustomerController'$this));
  1274.         return $instance;
  1275.     }
  1276.     /**
  1277.      * Gets the public 'App\Controller\Api\DataRecordController' shared autowired service.
  1278.      *
  1279.      * @return \App\Controller\Api\DataRecordController
  1280.      */
  1281.     protected function getDataRecordControllerService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1284.         include_once \dirname(__DIR__4).'/src/Controller/Api/DataRecordController.php';
  1285.         $this->services['App\\Controller\\Api\\DataRecordController'] = $instance = new \App\Controller\Api\DataRecordController();
  1286.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DataRecordController'$this));
  1287.         return $instance;
  1288.     }
  1289.     /**
  1290.      * Gets the public 'App\Controller\Api\DeviceController' shared autowired service.
  1291.      *
  1292.      * @return \App\Controller\Api\DeviceController
  1293.      */
  1294.     protected function getDeviceControllerService()
  1295.     {
  1296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1297.         include_once \dirname(__DIR__4).'/src/Controller/Api/DeviceController.php';
  1298.         include_once \dirname(__DIR__4).'/src/Manager/DeviceManager.php';
  1299.         $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));
  1300.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DeviceController'$this));
  1301.         return $instance;
  1302.     }
  1303.     /**
  1304.      * Gets the public 'App\Controller\Api\DevicesCustomerController' shared autowired service.
  1305.      *
  1306.      * @return \App\Controller\Api\DevicesCustomerController
  1307.      */
  1308.     protected function getDevicesCustomerControllerService()
  1309.     {
  1310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1311.         include_once \dirname(__DIR__4).'/src/Controller/Api/DevicesCustomerController.php';
  1312.         include_once \dirname(__DIR__4).'/src/Manager/DevicesCustomerManager.php';
  1313.         $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())));
  1314.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\DevicesCustomerController'$this));
  1315.         return $instance;
  1316.     }
  1317.     /**
  1318.      * Gets the public 'App\Controller\Api\MapController' shared autowired service.
  1319.      *
  1320.      * @return \App\Controller\Api\MapController
  1321.      */
  1322.     protected function getMapControllerService()
  1323.     {
  1324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1325.         include_once \dirname(__DIR__4).'/src/Controller/Api/MapController.php';
  1326.         $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()));
  1327.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\MapController'$this));
  1328.         return $instance;
  1329.     }
  1330.     /**
  1331.      * Gets the public 'App\Controller\Api\NetworkController' shared autowired service.
  1332.      *
  1333.      * @return \App\Controller\Api\NetworkController
  1334.      */
  1335.     protected function getNetworkControllerService()
  1336.     {
  1337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1338.         include_once \dirname(__DIR__4).'/src/Controller/Api/NetworkController.php';
  1339.         $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()));
  1340.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\NetworkController'$this));
  1341.         return $instance;
  1342.     }
  1343.     /**
  1344.      * Gets the public 'App\Controller\Api\NetworkDeviceController' shared autowired service.
  1345.      *
  1346.      * @return \App\Controller\Api\NetworkDeviceController
  1347.      */
  1348.     protected function getNetworkDeviceControllerService()
  1349.     {
  1350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1351.         include_once \dirname(__DIR__4).'/src/Controller/Api/NetworkDeviceController.php';
  1352.         include_once \dirname(__DIR__4).'/src/Manager/NetworkDeviceManager.php';
  1353.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1354.         $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));
  1355.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\NetworkDeviceController'$this));
  1356.         return $instance;
  1357.     }
  1358.     /**
  1359.      * Gets the public 'App\Controller\Api\OfferController' shared autowired service.
  1360.      *
  1361.      * @return \App\Controller\Api\OfferController
  1362.      */
  1363.     protected function getOfferControllerService()
  1364.     {
  1365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1366.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1367.         include_once \dirname(__DIR__4).'/src/Controller/Api/OfferController.php';
  1368.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1369.         $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))));
  1370.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\OfferController'$this));
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the public 'App\Controller\Api\PaymentController' shared autowired service.
  1375.      *
  1376.      * @return \App\Controller\Api\PaymentController
  1377.      */
  1378.     protected function getPaymentControllerService()
  1379.     {
  1380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1381.         include_once \dirname(__DIR__4).'/src/Controller/Api/PaymentController.php';
  1382.         $this->services['App\\Controller\\Api\\PaymentController'] = $instance = new \App\Controller\Api\PaymentController();
  1383.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\PaymentController'$this));
  1384.         return $instance;
  1385.     }
  1386.     /**
  1387.      * Gets the public 'App\Controller\Api\ProspectController' shared autowired service.
  1388.      *
  1389.      * @return \App\Controller\Api\ProspectController
  1390.      */
  1391.     protected function getProspectControllerService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1394.         include_once \dirname(__DIR__4).'/src/Controller/Api/CommonController.php';
  1395.         include_once \dirname(__DIR__4).'/src/Controller/Api/ProspectController.php';
  1396.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1397.         $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())));
  1398.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ProspectController'$this));
  1399.         return $instance;
  1400.     }
  1401.     /**
  1402.      * Gets the public 'App\Controller\Api\SatisfactionController' shared autowired service.
  1403.      *
  1404.      * @return \App\Controller\Api\SatisfactionController
  1405.      */
  1406.     protected function getSatisfactionControllerService()
  1407.     {
  1408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1409.         include_once \dirname(__DIR__4).'/src/Controller/Api/SatisfactionController.php';
  1410.         $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()));
  1411.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\SatisfactionController'$this));
  1412.         return $instance;
  1413.     }
  1414.     /**
  1415.      * Gets the public 'App\Controller\Api\UserController' shared autowired service.
  1416.      *
  1417.      * @return \App\Controller\Api\UserController
  1418.      */
  1419.     protected function getUserControllerService()
  1420.     {
  1421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1422.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserController.php';
  1423.         $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()));
  1424.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\UserController'$this));
  1425.         return $instance;
  1426.     }
  1427.     /**
  1428.      * Gets the public 'App\Controller\Api\ZoneController' shared autowired service.
  1429.      *
  1430.      * @return \App\Controller\Api\ZoneController
  1431.      */
  1432.     protected function getZoneControllerService()
  1433.     {
  1434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1435.         include_once \dirname(__DIR__4).'/src/Controller/Api/ZoneController.php';
  1436.         $this->services['App\\Controller\\Api\\ZoneController'] = $instance = new \App\Controller\Api\ZoneController(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  1437.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Api\\ZoneController'$this));
  1438.         return $instance;
  1439.     }
  1440.     /**
  1441.      * Gets the public 'App\Controller\ArticleClientController' shared autowired service.
  1442.      *
  1443.      * @return \App\Controller\ArticleClientController
  1444.      */
  1445.     protected function getArticleClientControllerService()
  1446.     {
  1447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1448.         include_once \dirname(__DIR__4).'/src/Controller/ArticleClientController.php';
  1449.         $this->services['App\\Controller\\ArticleClientController'] = $instance = new \App\Controller\ArticleClientController();
  1450.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ArticleClientController'$this));
  1451.         return $instance;
  1452.     }
  1453.     /**
  1454.      * Gets the public 'App\Controller\CaisseController' shared autowired service.
  1455.      *
  1456.      * @return \App\Controller\CaisseController
  1457.      */
  1458.     protected function getCaisseControllerService()
  1459.     {
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1461.         include_once \dirname(__DIR__4).'/src/Controller/CaisseController.php';
  1462.         $this->services['App\\Controller\\CaisseController'] = $instance = new \App\Controller\CaisseController();
  1463.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CaisseController'$this));
  1464.         return $instance;
  1465.     }
  1466.     /**
  1467.      * Gets the public 'App\Controller\CategorieController' shared autowired service.
  1468.      *
  1469.      * @return \App\Controller\CategorieController
  1470.      */
  1471.     protected function getCategorieControllerService()
  1472.     {
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1474.         include_once \dirname(__DIR__4).'/src/Controller/CategorieController.php';
  1475.         $this->services['App\\Controller\\CategorieController'] = $instance = new \App\Controller\CategorieController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1476.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CategorieController'$this));
  1477.         return $instance;
  1478.     }
  1479.     /**
  1480.      * Gets the public 'App\Controller\CodeController' shared autowired service.
  1481.      *
  1482.      * @return \App\Controller\CodeController
  1483.      */
  1484.     protected function getCodeController2Service()
  1485.     {
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1487.         include_once \dirname(__DIR__4).'/src/Controller/CodeController.php';
  1488.         $this->services['App\\Controller\\CodeController'] = $instance = new \App\Controller\CodeController();
  1489.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CodeController'$this));
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1494.      *
  1495.      * @return \App\Controller\DashboardController
  1496.      */
  1497.     protected function getDashboardControllerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1500.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1501.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['App\\Manager\\DashboardManager'] ?? $this->getDashboardManagerService()));
  1502.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DashboardController'$this));
  1503.         return $instance;
  1504.     }
  1505.     /**
  1506.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1507.      *
  1508.      * @return \App\Controller\DefaultController
  1509.      */
  1510.     protected function getDefaultControllerService()
  1511.     {
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1513.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1514.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1515.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DefaultController'$this));
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'App\Controller\DeviceController' shared autowired service.
  1520.      *
  1521.      * @return \App\Controller\DeviceController
  1522.      */
  1523.     protected function getDeviceController2Service()
  1524.     {
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1526.         include_once \dirname(__DIR__4).'/src/Controller/DeviceController.php';
  1527.         $this->services['App\\Controller\\DeviceController'] = $instance = new \App\Controller\DeviceController(($this->privates['App\\Manager\\SynchroOdooManager'] ?? $this->getSynchroOdooManagerService()));
  1528.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\DeviceController'$this));
  1529.         return $instance;
  1530.     }
  1531.     /**
  1532.      * Gets the public 'App\Controller\FabricationController' shared autowired service.
  1533.      *
  1534.      * @return \App\Controller\FabricationController
  1535.      */
  1536.     protected function getFabricationControllerService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1539.         include_once \dirname(__DIR__4).'/src/Controller/FabricationController.php';
  1540.         $this->services['App\\Controller\\FabricationController'] = $instance = new \App\Controller\FabricationController();
  1541.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FabricationController'$this));
  1542.         return $instance;
  1543.     }
  1544.     /**
  1545.      * Gets the public 'App\Controller\FacturationController' shared autowired service.
  1546.      *
  1547.      * @return \App\Controller\FacturationController
  1548.      */
  1549.     protected function getFacturationControllerService()
  1550.     {
  1551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1552.         include_once \dirname(__DIR__4).'/src/Controller/FacturationController.php';
  1553.         $this->services['App\\Controller\\FacturationController'] = $instance = new \App\Controller\FacturationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1554.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FacturationController'$this));
  1555.         return $instance;
  1556.     }
  1557.     /**
  1558.      * Gets the public 'App\Controller\FournisseurController' shared autowired service.
  1559.      *
  1560.      * @return \App\Controller\FournisseurController
  1561.      */
  1562.     protected function getFournisseurControllerService()
  1563.     {
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1565.         include_once \dirname(__DIR__4).'/src/Controller/FournisseurController.php';
  1566.         $this->services['App\\Controller\\FournisseurController'] = $instance = new \App\Controller\FournisseurController();
  1567.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\FournisseurController'$this));
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'App\Controller\InspectionController' shared autowired service.
  1572.      *
  1573.      * @return \App\Controller\InspectionController
  1574.      */
  1575.     protected function getInspectionControllerService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1578.         include_once \dirname(__DIR__4).'/src/Controller/InspectionController.php';
  1579.         $this->services['App\\Controller\\InspectionController'] = $instance = new \App\Controller\InspectionController();
  1580.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InspectionController'$this));
  1581.         return $instance;
  1582.     }
  1583.     /**
  1584.      * Gets the public 'App\Controller\InterventionController' shared autowired service.
  1585.      *
  1586.      * @return \App\Controller\InterventionController
  1587.      */
  1588.     protected function getInterventionControllerService()
  1589.     {
  1590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1591.         include_once \dirname(__DIR__4).'/src/Controller/InterventionController.php';
  1592.         $this->services['App\\Controller\\InterventionController'] = $instance = new \App\Controller\InterventionController(($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  1593.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\InterventionController'$this));
  1594.         return $instance;
  1595.     }
  1596.     /**
  1597.      * Gets the public 'App\Controller\KoboController' shared autowired service.
  1598.      *
  1599.      * @return \App\Controller\KoboController
  1600.      */
  1601.     protected function getKoboControllerService()
  1602.     {
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1604.         include_once \dirname(__DIR__4).'/src/Controller/KoboController.php';
  1605.         $this->services['App\\Controller\\KoboController'] = $instance = new \App\Controller\KoboController();
  1606.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\KoboController'$this));
  1607.         return $instance;
  1608.     }
  1609.     /**
  1610.      * Gets the public 'App\Controller\MapController' shared autowired service.
  1611.      *
  1612.      * @return \App\Controller\MapController
  1613.      */
  1614.     protected function getMapController2Service()
  1615.     {
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1617.         include_once \dirname(__DIR__4).'/src/Controller/MapController.php';
  1618.         $this->services['App\\Controller\\MapController'] = $instance = new \App\Controller\MapController();
  1619.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MapController'$this));
  1620.         return $instance;
  1621.     }
  1622.     /**
  1623.      * Gets the public 'App\Controller\Mobile\CommonController' shared autowired service.
  1624.      *
  1625.      * @return \App\Controller\Mobile\CommonController
  1626.      */
  1627.     protected function getCommonController2Service()
  1628.     {
  1629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1630.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/CommonController.php';
  1631.         $this->services['App\\Controller\\Mobile\\CommonController'] = $instance = new \App\Controller\Mobile\CommonController($this);
  1632.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\CommonController'$this));
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the public 'App\Controller\Mobile\CustomerController' shared autowired service.
  1637.      *
  1638.      * @return \App\Controller\Mobile\CustomerController
  1639.      */
  1640.     protected function getCustomerController2Service()
  1641.     {
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1643.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/CustomerController.php';
  1644.         $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()));
  1645.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\CustomerController'$this));
  1646.         return $instance;
  1647.     }
  1648.     /**
  1649.      * Gets the public 'App\Controller\Mobile\Users' shared autowired service.
  1650.      *
  1651.      * @return \App\Controller\Mobile\Users
  1652.      */
  1653.     protected function getUsersService()
  1654.     {
  1655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1656.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/Users.php';
  1657.         $this->services['App\\Controller\\Mobile\\Users'] = $instance = new \App\Controller\Mobile\Users(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1658.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\Users'$this));
  1659.         return $instance;
  1660.     }
  1661.     /**
  1662.      * Gets the public 'App\Controller\Mobile\UsersController' shared autowired service.
  1663.      *
  1664.      * @return \App\Controller\Mobile\UsersController
  1665.      */
  1666.     protected function getUsersControllerService()
  1667.     {
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1669.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/UsersController.php';
  1670.         $this->services['App\\Controller\\Mobile\\UsersController'] = $instance = new \App\Controller\Mobile\UsersController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1671.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\UsersController'$this));
  1672.         return $instance;
  1673.     }
  1674.     /**
  1675.      * Gets the public 'App\Controller\Mobile\ZoneController' shared autowired service.
  1676.      *
  1677.      * @return \App\Controller\Mobile\ZoneController
  1678.      */
  1679.     protected function getZoneController2Service()
  1680.     {
  1681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1682.         include_once \dirname(__DIR__4).'/src/Controller/Mobile/ZoneController.php';
  1683.         $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()));
  1684.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mobile\\ZoneController'$this));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'App\Controller\ModelController' shared autowired service.
  1689.      *
  1690.      * @return \App\Controller\ModelController
  1691.      */
  1692.     protected function getModelControllerService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1695.         include_once \dirname(__DIR__4).'/src/Controller/ModelController.php';
  1696.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1697.         $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()));
  1698.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ModelController'$this));
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the public 'App\Controller\ModelePreEnregistreController' shared autowired service.
  1703.      *
  1704.      * @return \App\Controller\ModelePreEnregistreController
  1705.      */
  1706.     protected function getModelePreEnregistreControllerService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1709.         include_once \dirname(__DIR__4).'/src/Controller/ModelePreEnregistreController.php';
  1710.         $this->services['App\\Controller\\ModelePreEnregistreController'] = $instance = new \App\Controller\ModelePreEnregistreController();
  1711.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ModelePreEnregistreController'$this));
  1712.         return $instance;
  1713.     }
  1714.     /**
  1715.      * Gets the public 'App\Controller\MouvementController' shared autowired service.
  1716.      *
  1717.      * @return \App\Controller\MouvementController
  1718.      */
  1719.     protected function getMouvementControllerService()
  1720.     {
  1721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1722.         include_once \dirname(__DIR__4).'/src/Controller/MouvementController.php';
  1723.         $this->services['App\\Controller\\MouvementController'] = $instance = new \App\Controller\MouvementController();
  1724.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MouvementController'$this));
  1725.         return $instance;
  1726.     }
  1727.     /**
  1728.      * Gets the public 'App\Controller\MoveRequestController' shared autowired service.
  1729.      *
  1730.      * @return \App\Controller\MoveRequestController
  1731.      */
  1732.     protected function getMoveRequestControllerService()
  1733.     {
  1734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1735.         include_once \dirname(__DIR__4).'/src/Controller/MoveRequestController.php';
  1736.         $this->services['App\\Controller\\MoveRequestController'] = $instance = new \App\Controller\MoveRequestController();
  1737.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MoveRequestController'$this));
  1738.         return $instance;
  1739.     }
  1740.     /**
  1741.      * Gets the public 'App\Controller\NetworkController' shared autowired service.
  1742.      *
  1743.      * @return \App\Controller\NetworkController
  1744.      */
  1745.     protected function getNetworkController2Service()
  1746.     {
  1747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1748.         include_once \dirname(__DIR__4).'/src/Controller/NetworkController.php';
  1749.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1750.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1751.         $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())), $a, ($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()), $a);
  1752.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NetworkController'$this));
  1753.         return $instance;
  1754.     }
  1755.     /**
  1756.      * Gets the public 'App\Controller\OffersController' shared autowired service.
  1757.      *
  1758.      * @return \App\Controller\OffersController
  1759.      */
  1760.     protected function getOffersControllerService()
  1761.     {
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1763.         include_once \dirname(__DIR__4).'/src/Controller/OffersController.php';
  1764.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1765.         $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()));
  1766.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\OffersController'$this));
  1767.         return $instance;
  1768.     }
  1769.     /**
  1770.      * Gets the public 'App\Controller\PasswordResetController' shared autowired service.
  1771.      *
  1772.      * @return \App\Controller\PasswordResetController
  1773.      */
  1774.     protected function getPasswordResetControllerService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Controller/PasswordResetController.php';
  1778.         $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()));
  1779.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PasswordResetController'$this));
  1780.         return $instance;
  1781.     }
  1782.     /**
  1783.      * Gets the public 'App\Controller\PlanifiedMaintenanceController' shared autowired service.
  1784.      *
  1785.      * @return \App\Controller\PlanifiedMaintenanceController
  1786.      */
  1787.     protected function getPlanifiedMaintenanceControllerService()
  1788.     {
  1789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1790.         include_once \dirname(__DIR__4).'/src/Controller/PlanifiedMaintenanceController.php';
  1791.         $this->services['App\\Controller\\PlanifiedMaintenanceController'] = $instance = new \App\Controller\PlanifiedMaintenanceController();
  1792.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PlanifiedMaintenanceController'$this));
  1793.         return $instance;
  1794.     }
  1795.     /**
  1796.      * Gets the public 'App\Controller\ProduitController' shared autowired service.
  1797.      *
  1798.      * @return \App\Controller\ProduitController
  1799.      */
  1800.     protected function getProduitControllerService()
  1801.     {
  1802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1803.         include_once \dirname(__DIR__4).'/src/Controller/ProduitController.php';
  1804.         $this->services['App\\Controller\\ProduitController'] = $instance = new \App\Controller\ProduitController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1805.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProduitController'$this));
  1806.         return $instance;
  1807.     }
  1808.     /**
  1809.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  1810.      *
  1811.      * @return \App\Controller\ProfileController
  1812.      */
  1813.     protected function getProfileControllerService()
  1814.     {
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1816.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1817.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  1818.         $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()), ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['App\\Service\\MailjetMailerService'] ?? $this->getMailjetMailerServiceService()));
  1819.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProfileController'$this));
  1820.         return $instance;
  1821.     }
  1822.     /**
  1823.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  1824.      *
  1825.      * @return \App\Controller\ProjectController
  1826.      */
  1827.     protected function getProjectControllerService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1830.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  1831.         $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()));
  1832.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProjectController'$this));
  1833.         return $instance;
  1834.     }
  1835.     /**
  1836.      * Gets the public 'App\Controller\ProspectController' shared autowired service.
  1837.      *
  1838.      * @return \App\Controller\ProspectController
  1839.      */
  1840.     protected function getProspectController2Service()
  1841.     {
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1843.         include_once \dirname(__DIR__4).'/src/Controller/ProspectController.php';
  1844.         include_once \dirname(__DIR__4).'/src/Manager/ImportManager.php';
  1845.         include_once \dirname(__DIR__4).'/src/Manager/OfferManager.php';
  1846.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1847.         $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()));
  1848.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ProspectController'$this));
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the public 'App\Controller\ReadOnlyController' shared autowired service.
  1853.      *
  1854.      * @return \App\Controller\ReadOnlyController
  1855.      */
  1856.     protected function getReadOnlyControllerService()
  1857.     {
  1858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1859.         include_once \dirname(__DIR__4).'/src/Controller/ReadOnlyController.php';
  1860.         $this->services['App\\Controller\\ReadOnlyController'] = $instance = new \App\Controller\ReadOnlyController();
  1861.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReadOnlyController'$this));
  1862.         return $instance;
  1863.     }
  1864.     /**
  1865.      * Gets the public 'App\Controller\ReceptionController' shared autowired service.
  1866.      *
  1867.      * @return \App\Controller\ReceptionController
  1868.      */
  1869.     protected function getReceptionControllerService()
  1870.     {
  1871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1872.         include_once \dirname(__DIR__4).'/src/Controller/ReceptionController.php';
  1873.         $this->services['App\\Controller\\ReceptionController'] = $instance = new \App\Controller\ReceptionController();
  1874.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReceptionController'$this));
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the public 'App\Controller\ResettingController' shared autowired service.
  1879.      *
  1880.      * @return \App\Controller\ResettingController
  1881.      */
  1882.     protected function getResettingControllerService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  1886.         include_once \dirname(__DIR__4).'/src/Controller/ResettingController.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  1889.         $this->services['App\\Controller\\ResettingController'] = $instance = new \App\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($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())), ($this->services['fos_user.mailer'] ?? $this->getFosUser_MailerService()), 86400);
  1890.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ResettingController'$this));
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the public 'App\Controller\SatisfactionController' shared autowired service.
  1895.      *
  1896.      * @return \App\Controller\SatisfactionController
  1897.      */
  1898.     protected function getSatisfactionController2Service()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1902.         include_once \dirname(__DIR__4).'/src/Controller/SatisfactionController.php';
  1903.         $this->services['App\\Controller\\SatisfactionController'] = $instance = new \App\Controller\SatisfactionController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $this);
  1904.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SatisfactionController'$this));
  1905.         return $instance;
  1906.     }
  1907.     /**
  1908.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1909.      *
  1910.      * @return \App\Controller\SecurityController
  1911.      */
  1912.     protected function getSecurityControllerService()
  1913.     {
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  1916.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1917.         $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()));
  1918.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController'$this));
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'App\Controller\SoldController' shared autowired service.
  1923.      *
  1924.      * @return \App\Controller\SoldController
  1925.      */
  1926.     protected function getSoldControllerService()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  1930.         include_once \dirname(__DIR__4).'/src/Controller/SoldController.php';
  1931.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1932.         $a $this->getSoldController2Service();
  1933.         $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);
  1934.         $instance->setContainer($a);
  1935.         return $instance;
  1936.     }
  1937.     /**
  1938.      * Gets the public 'App\Controller\StatsController' shared autowired service.
  1939.      *
  1940.      * @return \App\Controller\StatsController
  1941.      */
  1942.     protected function getStatsControllerService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1945.         include_once \dirname(__DIR__4).'/src/Controller/StatsController.php';
  1946.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1947.         $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()));
  1948.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StatsController'$this));
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the public 'App\Controller\StockController' shared autowired service.
  1953.      *
  1954.      * @return \App\Controller\StockController
  1955.      */
  1956.     protected function getStockControllerService()
  1957.     {
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1959.         include_once \dirname(__DIR__4).'/src/Controller/StockController.php';
  1960.         include_once \dirname(__DIR__4).'/src/Manager/RequestParamsManager.php';
  1961.         $this->services['App\\Controller\\StockController'] = $instance = new \App\Controller\StockController(($this->privates['App\\Manager\\RequestParamsManager'] ?? ($this->privates['App\\Manager\\RequestParamsManager'] = new \App\Manager\RequestParamsManager())));
  1962.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\StockController'$this));
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'App\Controller\TransfertController' shared autowired service.
  1967.      *
  1968.      * @return \App\Controller\TransfertController
  1969.      */
  1970.     protected function getTransfertControllerService()
  1971.     {
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1973.         include_once \dirname(__DIR__4).'/src/Controller/TransfertController.php';
  1974.         $this->services['App\\Controller\\TransfertController'] = $instance = new \App\Controller\TransfertController();
  1975.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TransfertController'$this));
  1976.         return $instance;
  1977.     }
  1978.     /**
  1979.      * Gets the public 'App\Controller\ZoneController' shared autowired service.
  1980.      *
  1981.      * @return \App\Controller\ZoneController
  1982.      */
  1983.     protected function getZoneController3Service()
  1984.     {
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1986.         include_once \dirname(__DIR__4).'/src/Controller/ZoneController.php';
  1987.         $this->services['App\\Controller\\ZoneController'] = $instance = new \App\Controller\ZoneController();
  1988.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ZoneController'$this));
  1989.         return $instance;
  1990.     }
  1991.     /**
  1992.      * Gets the public 'App\Naming\DataRecordUploadNamer' shared autowired service.
  1993.      *
  1994.      * @return \App\Naming\DataRecordUploadNamer
  1995.      */
  1996.     protected function getDataRecordUploadNamerService()
  1997.     {
  1998.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  1999.         include_once \dirname(__DIR__4).'/src/Naming/DataRecordUploadNamer.php';
  2000.         return $this->services['App\\Naming\\DataRecordUploadNamer'] = new \App\Naming\DataRecordUploadNamer(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2001.     }
  2002.     /**
  2003.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2004.      *
  2005.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2006.      */
  2007.     protected function getProfilerControllerService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2010.         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()));
  2011.     }
  2012.     /**
  2013.      * Gets the public 'Faker\Generator' shared service.
  2014.      *
  2015.      * @return \Faker\Generator
  2016.      */
  2017.     protected function getGeneratorService()
  2018.     {
  2019.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2022.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  2023.         $instance->seed(1);
  2024.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2029.      *
  2030.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2031.      */
  2032.     protected function getRedirectControllerService()
  2033.     {
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2035.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2036.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  2037.     }
  2038.     /**
  2039.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2040.      *
  2041.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2042.      */
  2043.     protected function getTemplateControllerService()
  2044.     {
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2046.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2047.     }
  2048.     /**
  2049.      * Gets the public 'api_platform.action.documentation' shared service.
  2050.      *
  2051.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  2052.      */
  2053.     protected function getApiPlatform_Action_DocumentationService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  2056.         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()));
  2057.     }
  2058.     /**
  2059.      * Gets the public 'api_platform.action.entrypoint' shared service.
  2060.      *
  2061.      * @return \ApiPlatform\Action\EntrypointAction
  2062.      */
  2063.     protected function getApiPlatform_Action_EntrypointService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  2066.         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()));
  2067.     }
  2068.     /**
  2069.      * Gets the public 'api_platform.action.exception' shared service.
  2070.      *
  2071.      * @return \ApiPlatform\Action\ExceptionAction
  2072.      */
  2073.     protected function getApiPlatform_Action_ExceptionService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  2076.         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()));
  2077.     }
  2078.     /**
  2079.      * Gets the public 'api_platform.action.not_exposed' shared service.
  2080.      *
  2081.      * @return \ApiPlatform\Action\NotExposedAction
  2082.      */
  2083.     protected function getApiPlatform_Action_NotExposedService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  2086.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  2087.     }
  2088.     /**
  2089.      * Gets the public 'api_platform.action.not_found' shared service.
  2090.      *
  2091.      * @return \ApiPlatform\Action\NotFoundAction
  2092.      */
  2093.     protected function getApiPlatform_Action_NotFoundService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  2096.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  2097.     }
  2098.     /**
  2099.      * Gets the public 'api_platform.action.placeholder' shared service.
  2100.      *
  2101.      * @return \ApiPlatform\Action\PlaceholderAction
  2102.      */
  2103.     protected function getApiPlatform_Action_PlaceholderService()
  2104.     {
  2105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  2106.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  2107.     }
  2108.     /**
  2109.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  2110.      *
  2111.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  2112.      */
  2113.     protected function getApiPlatform_Jsonld_Action_ContextService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  2116.         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()));
  2117.     }
  2118.     /**
  2119.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  2120.      *
  2121.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  2122.      */
  2123.     protected function getApiPlatform_Swagger_Action_UiService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  2126.         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);
  2127.     }
  2128.     /**
  2129.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  2130.      *
  2131.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  2132.      */
  2133.     protected function getApiPlatform_SwaggerUi_ActionService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  2137.         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);
  2138.     }
  2139.     /**
  2140.      * Gets the public 'cache.app' shared service.
  2141.      *
  2142.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2143.      */
  2144.     protected function getCache_AppService()
  2145.     {
  2146.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+n6kAYjw7S'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  2147.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2148.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2149.     }
  2150.     /**
  2151.      * Gets the public 'cache.app_clearer' shared service.
  2152.      *
  2153.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2154.      */
  2155.     protected function getCache_AppClearerService()
  2156.     {
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2159.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2160.     }
  2161.     /**
  2162.      * Gets the public 'cache.global_clearer' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2165.      */
  2166.     protected function getCache_GlobalClearerService()
  2167.     {
  2168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2170.         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())]);
  2171.     }
  2172.     /**
  2173.      * Gets the public 'cache.system' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2176.      */
  2177.     protected function getCache_SystemService()
  2178.     {
  2179.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oPP4qoBIYL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2180.     }
  2181.     /**
  2182.      * Gets the public 'cache.system_clearer' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2185.      */
  2186.     protected function getCache_SystemClearerService()
  2187.     {
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2190.         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())]);
  2191.     }
  2192.     /**
  2193.      * Gets the public 'cache.validator_expression_language' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2196.      */
  2197.     protected function getCache_ValidatorExpressionLanguageService()
  2198.     {
  2199.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1NAn-F0ibv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2200.     }
  2201.     /**
  2202.      * Gets the public 'cache_warmer' shared service.
  2203.      *
  2204.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2205.      */
  2206.     protected function getCacheWarmerService()
  2207.     {
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2210.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2211.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2212.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2213.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2214.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2215.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2216.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2217.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2218.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2219.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2220.             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'))));
  2221.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2222.     }
  2223.     /**
  2224.      * Gets the public 'console.command_loader' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2227.      */
  2228.     protected function getConsole_CommandLoaderService()
  2229.     {
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2232.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2233.             'SensioLabs\\Security\\Command\\SecurityCheckerCommand' => ['privates''SensioLabs\\Security\\Command\\SecurityCheckerCommand''getSecurityCheckerCommandService'false],
  2234.             'App\\Command\\AddMissingsTransactionAggCommand' => ['privates''.App\\Command\\AddMissingsTransactionAggCommand.lazy''getAddMissingsTransactionAggCommand_LazyService'false],
  2235.             'App\\Command\\UpdateCreatorByDateCommand' => ['privates''.App\\Command\\UpdateCreatorByDateCommand.lazy''getUpdateCreatorByDateCommand_LazyService'false],
  2236.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  2237.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  2238.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  2239.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  2240.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2241.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2242.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2243.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2244.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2245.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2246.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2247.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2248.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2249.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2250.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2251.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2252.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2253.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2254.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2255.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2256.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2257.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2258.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2259.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2260.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2261.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2262.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2263.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2264.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2265.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2266.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2267.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2268.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2269.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2270.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2271.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2272.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2273.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  2274.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  2275.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2276.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2277.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2278.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2279.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2280.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2281.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  2282.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  2283.             'old_sound_rabbit_mq.anon_consumer_command' => ['privates''old_sound_rabbit_mq.anon_consumer_command''getOldSoundRabbitMq_AnonConsumerCommandService'false],
  2284.             'old_sound_rabbit_mq.batch_consumer_command' => ['privates''old_sound_rabbit_mq.batch_consumer_command''getOldSoundRabbitMq_BatchConsumerCommandService'false],
  2285.             'old_sound_rabbit_mq.consumer_command' => ['privates''old_sound_rabbit_mq.consumer_command''getOldSoundRabbitMq_ConsumerCommandService'false],
  2286.             'old_sound_rabbit_mq.delete_command' => ['privates''old_sound_rabbit_mq.delete_command''getOldSoundRabbitMq_DeleteCommandService'false],
  2287.             'old_sound_rabbit_mq.dynamic_consumer_command' => ['privates''old_sound_rabbit_mq.dynamic_consumer_command''getOldSoundRabbitMq_DynamicConsumerCommandService'false],
  2288.             'old_sound_rabbit_mq.multiple_consumer_command' => ['privates''old_sound_rabbit_mq.multiple_consumer_command''getOldSoundRabbitMq_MultipleConsumerCommandService'false],
  2289.             'old_sound_rabbit_mq.purge_consumer_command' => ['privates''old_sound_rabbit_mq.purge_consumer_command''getOldSoundRabbitMq_PurgeConsumerCommandService'false],
  2290.             'old_sound_rabbit_mq.command.rpc_server_command' => ['privates''old_sound_rabbit_mq.command.rpc_server_command''getOldSoundRabbitMq_Command_RpcServerCommandService'false],
  2291.             'old_sound_rabbit_mq.command.setup_fabric_command' => ['privates''old_sound_rabbit_mq.command.setup_fabric_command''getOldSoundRabbitMq_Command_SetupFabricCommandService'false],
  2292.             'old_sound_rabbit_mq.command.std_in_producer_command' => ['privates''old_sound_rabbit_mq.command.std_in_producer_command''getOldSoundRabbitMq_Command_StdInProducerCommandService'false],
  2293.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2294.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2295.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2296.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2297.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2298.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2299.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2300.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2301.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2302.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2303.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2304.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2305.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2306.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2307.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2308.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2309.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2310.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2311.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2312.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2313.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2314.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2315.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2316.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2317.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2318.             'console.command.workflow_dump' => ['privates''.console.command.workflow_dump.lazy''get_Console_Command_WorkflowDump_LazyService'false],
  2319.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2320.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2321.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2322.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2323.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2324.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2325.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2326.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2327.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2328.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2329.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2330.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2331.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2332.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2333.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  2334.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  2335.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  2336.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  2337.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  2338.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2339.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2340.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2341.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  2342.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  2343.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  2344.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  2345.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  2346.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  2347.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  2348.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  2349.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  2350.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  2351.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  2352.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  2353.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  2354.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  2355.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  2356.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  2357.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  2358.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  2359.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  2360.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  2361.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  2362.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  2363.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  2364.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  2365.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  2366.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  2367.         ], [
  2368.             'SensioLabs\\Security\\Command\\SecurityCheckerCommand' => 'SensioLabs\\Security\\Command\\SecurityCheckerCommand',
  2369.             'App\\Command\\AddMissingsTransactionAggCommand' => '?',
  2370.             'App\\Command\\UpdateCreatorByDateCommand' => '?',
  2371.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  2372.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  2373.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2374.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  2375.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2376.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2377.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2378.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2379.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2380.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2381.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2382.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2383.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2384.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2385.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2386.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2387.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2388.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2389.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2390.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2391.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2392.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2393.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2394.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2395.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2396.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2397.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2398.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2399.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2400.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2401.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2402.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2403.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2404.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2405.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2406.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2407.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2408.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  2409.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  2410.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2411.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2412.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2413.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2414.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2415.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2416.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  2417.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  2418.             'old_sound_rabbit_mq.anon_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\AnonConsumerCommand',
  2419.             'old_sound_rabbit_mq.batch_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\BatchConsumerCommand',
  2420.             'old_sound_rabbit_mq.consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\ConsumerCommand',
  2421.             'old_sound_rabbit_mq.delete_command' => 'OldSound\\RabbitMqBundle\\Command\\DeleteCommand',
  2422.             'old_sound_rabbit_mq.dynamic_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\DynamicConsumerCommand',
  2423.             'old_sound_rabbit_mq.multiple_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\MultipleConsumerCommand',
  2424.             'old_sound_rabbit_mq.purge_consumer_command' => 'OldSound\\RabbitMqBundle\\Command\\PurgeConsumerCommand',
  2425.             'old_sound_rabbit_mq.command.rpc_server_command' => 'OldSound\\RabbitMqBundle\\Command\\RpcServerCommand',
  2426.             'old_sound_rabbit_mq.command.setup_fabric_command' => 'OldSound\\RabbitMqBundle\\Command\\SetupFabricCommand',
  2427.             'old_sound_rabbit_mq.command.std_in_producer_command' => 'OldSound\\RabbitMqBundle\\Command\\StdInProducerCommand',
  2428.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2429.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2430.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2431.             'console.command.about' => '?',
  2432.             'console.command.assets_install' => '?',
  2433.             'console.command.cache_clear' => '?',
  2434.             'console.command.cache_pool_clear' => '?',
  2435.             'console.command.cache_pool_prune' => '?',
  2436.             'console.command.cache_pool_delete' => '?',
  2437.             'console.command.cache_pool_list' => '?',
  2438.             'console.command.cache_warmup' => '?',
  2439.             'console.command.config_debug' => '?',
  2440.             'console.command.config_dump_reference' => '?',
  2441.             'console.command.container_debug' => '?',
  2442.             'console.command.container_lint' => '?',
  2443.             'console.command.debug_autowiring' => '?',
  2444.             'console.command.dotenv_debug' => '?',
  2445.             'console.command.event_dispatcher_debug' => '?',
  2446.             'console.command.router_debug' => '?',
  2447.             'console.command.router_match' => '?',
  2448.             'console.command.translation_debug' => '?',
  2449.             'console.command.translation_extract' => '?',
  2450.             'console.command.validator_debug' => '?',
  2451.             'console.command.translation_pull' => '?',
  2452.             'console.command.translation_push' => '?',
  2453.             'console.command.workflow_dump' => '?',
  2454.             'console.command.xliff_lint' => '?',
  2455.             'console.command.yaml_lint' => '?',
  2456.             'console.command.form_debug' => '?',
  2457.             'console.command.secrets_set' => '?',
  2458.             'console.command.secrets_remove' => '?',
  2459.             'console.command.secrets_generate_key' => '?',
  2460.             'console.command.secrets_list' => '?',
  2461.             'console.command.secrets_decrypt_to_local' => '?',
  2462.             'console.command.secrets_encrypt_from_local' => '?',
  2463.             'twig.command.debug' => '?',
  2464.             'twig.command.lint' => '?',
  2465.             'security.command.debug_firewall' => '?',
  2466.             'security.command.user_password_encoder' => '?',
  2467.             'security.command.user_password_hash' => '?',
  2468.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  2469.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  2470.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  2471.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  2472.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  2473.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2474.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2475.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2476.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  2477.             'maker.auto_command.make_data_provider' => '?',
  2478.             'maker.auto_command.make_data_persister' => '?',
  2479.             'maker.auto_command.make_state_processor' => '?',
  2480.             'maker.auto_command.make_state_provider' => '?',
  2481.             'maker.auto_command.make_auth' => '?',
  2482.             'maker.auto_command.make_command' => '?',
  2483.             'maker.auto_command.make_controller' => '?',
  2484.             'maker.auto_command.make_crud' => '?',
  2485.             'maker.auto_command.make_docker_database' => '?',
  2486.             'maker.auto_command.make_entity' => '?',
  2487.             'maker.auto_command.make_fixtures' => '?',
  2488.             'maker.auto_command.make_form' => '?',
  2489.             'maker.auto_command.make_message' => '?',
  2490.             'maker.auto_command.make_messenger_middleware' => '?',
  2491.             'maker.auto_command.make_registration_form' => '?',
  2492.             'maker.auto_command.make_reset_password' => '?',
  2493.             'maker.auto_command.make_serializer_encoder' => '?',
  2494.             'maker.auto_command.make_serializer_normalizer' => '?',
  2495.             'maker.auto_command.make_subscriber' => '?',
  2496.             'maker.auto_command.make_twig_extension' => '?',
  2497.             'maker.auto_command.make_test' => '?',
  2498.             'maker.auto_command.make_validator' => '?',
  2499.             'maker.auto_command.make_voter' => '?',
  2500.             'maker.auto_command.make_user' => '?',
  2501.             'maker.auto_command.make_migration' => '?',
  2502.         ]), ['security:check' => 'SensioLabs\\Security\\Command\\SecurityCheckerCommand''add-missings-transaction-agg' => 'App\\Command\\AddMissingsTransactionAggCommand''app:UpdateCreatorByDate' => 'App\\Command\\UpdateCreatorByDateCommand''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']);
  2503.     }
  2504.     /**
  2505.      * Gets the public 'container.env_var_processors_locator' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2508.      */
  2509.     protected function getContainer_EnvVarProcessorsLocatorService()
  2510.     {
  2511.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2512.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2513.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2514.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2515.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2516.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2517.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2518.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2519.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2520.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2521.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2522.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2523.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2524.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2525.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2526.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2527.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2528.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2529.         ], [
  2530.             'base64' => '?',
  2531.             'bool' => '?',
  2532.             'const' => '?',
  2533.             'csv' => '?',
  2534.             'default' => '?',
  2535.             'file' => '?',
  2536.             'float' => '?',
  2537.             'int' => '?',
  2538.             'json' => '?',
  2539.             'key' => '?',
  2540.             'not' => '?',
  2541.             'query_string' => '?',
  2542.             'require' => '?',
  2543.             'resolve' => '?',
  2544.             'string' => '?',
  2545.             'trim' => '?',
  2546.             'url' => '?',
  2547.         ]);
  2548.     }
  2549.     /**
  2550.      * Gets the public 'doctrine' shared service.
  2551.      *
  2552.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2553.      */
  2554.     protected function getDoctrineService()
  2555.     {
  2556.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2557.     }
  2558.     /**
  2559.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2560.      *
  2561.      * @return \Doctrine\DBAL\Connection
  2562.      */
  2563.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2564.     {
  2565.         $a = new \Doctrine\DBAL\Configuration();
  2566.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2567.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2568.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2569.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2570.         $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()))]));
  2571.         $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('migration_versions')))]));
  2572.         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, [
  2573.             'Gedmo\\Blameable\\BlameableListener' => ['privates''Gedmo\\Blameable\\BlameableListener''getBlameableListenerService'false],
  2574.             'Gedmo\\Loggable\\LoggableListener' => ['privates''Gedmo\\Loggable\\LoggableListener''getLoggableListenerService'false],
  2575.             'Gedmo\\Translatable\\TranslatableListener' => ['privates''Gedmo\\Translatable\\TranslatableListener''getTranslatableListenerService'false],
  2576.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2577.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2578.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2579.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  2580.             'evence.softdeletale.listener.softdelete' => ['privates''evence.softdeletale.listener.softdelete''getEvence_Softdeletale_Listener_SoftdeleteService'false],
  2581.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  2582.             'gedmo.listener.sluggable' => ['privates''gedmo.listener.sluggable''getGedmo_Listener_SluggableService'false],
  2583.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'false],
  2584.             'gedmo.listener.sortable' => ['privates''gedmo.listener.sortable''getGedmo_Listener_SortableService'false],
  2585.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  2586.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  2587.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  2588.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  2589.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  2590.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  2591.         ], [
  2592.             'Gedmo\\Blameable\\BlameableListener' => '?',
  2593.             'Gedmo\\Loggable\\LoggableListener' => '?',
  2594.             'Gedmo\\Translatable\\TranslatableListener' => '?',
  2595.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2596.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2597.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2598.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2599.             'evence.softdeletale.listener.softdelete' => '?',
  2600.             'fos_user.user_listener' => '?',
  2601.             'gedmo.listener.sluggable' => '?',
  2602.             'gedmo.listener.softdeleteable' => '?',
  2603.             'gedmo.listener.sortable' => '?',
  2604.             'gedmo.listener.timestampable' => '?',
  2605.             'gedmo.listener.tree' => '?',
  2606.             'stof_doctrine_extensions.listener.sluggable' => '?',
  2607.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  2608.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2609.             'stof_doctrine_extensions.listener.tree' => '?',
  2610.         ]), [=> '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']]), []);
  2611.     }
  2612.     /**
  2613.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2614.      *
  2615.      * @return \Doctrine\ORM\EntityManager
  2616.      */
  2617.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2618.     {
  2619.         $a = new \Doctrine\ORM\Configuration();
  2620.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2621.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2622.         $b->addDriver($c'App\\Entity');
  2623.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  2624.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  2625.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  2626.         $b->addDriver(($this->privates['.4_doctrine_metadata_driver~MXofdsc'] ?? $this->get_4DoctrineMetadataDriverMXofdscService()), 'FOS\\UserBundle\\Model');
  2627.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''Gedmo' => 'Gedmo\\Tree\\Entity']);
  2628.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2629.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2630.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2631.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2632.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2633.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2634.         ], [
  2635.             'doctrine.ulid_generator' => '?',
  2636.             'doctrine.uuid_generator' => '?',
  2637.         ])));
  2638.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2639.         $a->setProxyNamespace('Proxies');
  2640.         $a->setAutoGenerateProxyClasses(true);
  2641.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2642.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2643.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2644.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2645.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2646.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2647.             'App\\Repository\\AgenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  2648.             'App\\Repository\\ArticleClientRepository' => ['privates''App\\Repository\\ArticleClientRepository''getArticleClientRepositoryService'false],
  2649.             'App\\Repository\\CaracteristiqueCommercialeRepository' => ['privates''App\\Repository\\CaracteristiqueCommercialeRepository''getCaracteristiqueCommercialeRepositoryService'false],
  2650.             'App\\Repository\\CaracteristiqueTechniqueRepository' => ['privates''App\\Repository\\CaracteristiqueTechniqueRepository''getCaracteristiqueTechniqueRepositoryService'false],
  2651.             'App\\Repository\\EmplacementRepository' => ['privates''App\\Repository\\EmplacementRepository''getEmplacementRepositoryService'false],
  2652.             'App\\Repository\\EtatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  2653.             'App\\Repository\\FabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  2654.             'App\\Repository\\FacturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  2655.             'App\\Repository\\FournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  2656.             'App\\Repository\\HistoriquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  2657.             'App\\Repository\\IdentifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  2658.             'App\\Repository\\IdentificationRepository' => ['privates''App\\Repository\\IdentificationRepository''getIdentificationRepositoryService'false],
  2659.             'App\\Repository\\InspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  2660.             'App\\Repository\\LocalAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  2661.             'App\\Repository\\LotRepository' => ['privates''App\\Repository\\LotRepository''getLotRepositoryService'false],
  2662.             'App\\Repository\\MaterielAssocieRepository' => ['privates''App\\Repository\\MaterielAssocieRepository''getMaterielAssocieRepositoryService'false],
  2663.             'App\\Repository\\MaterielFabriqueModelPreEnregistreRepository' => ['privates''App\\Repository\\MaterielFabriqueModelPreEnregistreRepository''getMaterielFabriqueModelPreEnregistreRepositoryService'false],
  2664.             'App\\Repository\\MaterielFacturationRepository' => ['privates''App\\Repository\\MaterielFacturationRepository''getMaterielFacturationRepositoryService'false],
  2665.             'App\\Repository\\MaterielInspectionRepository' => ['privates''App\\Repository\\MaterielInspectionRepository''getMaterielInspectionRepositoryService'false],
  2666.             'App\\Repository\\MaterielModelPreEnregistreRepository' => ['privates''App\\Repository\\MaterielModelPreEnregistreRepository''getMaterielModelPreEnregistreRepositoryService'false],
  2667.             'App\\Repository\\MaterielMouvementRepository' => ['privates''App\\Repository\\MaterielMouvementRepository''getMaterielMouvementRepositoryService'false],
  2668.             'App\\Repository\\MaterielTransfertRepository' => ['privates''App\\Repository\\MaterielTransfertRepository''getMaterielTransfertRepositoryService'false],
  2669.             'App\\Repository\\ModelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  2670.             'App\\Repository\\ModelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  2671.             'App\\Repository\\MotifMouvementRepository' => ['privates''App\\Repository\\MotifMouvementRepository''getMotifMouvementRepositoryService'false],
  2672.             'App\\Repository\\MouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  2673.             'App\\Repository\\PreparationTransfertRepository' => ['privates''App\\Repository\\PreparationTransfertRepository''getPreparationTransfertRepositoryService'false],
  2674.             'App\\Repository\\ProduitRepository' => ['privates''App\\Repository\\ProduitRepository''getProduitRepositoryService'false],
  2675.             'App\\Repository\\ReceptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  2676.             'App\\Repository\\ReceptionTransfertRepository' => ['privates''App\\Repository\\ReceptionTransfertRepository''getReceptionTransfertRepositoryService'false],
  2677.             'App\\Repository\\StockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  2678.             'App\\Repository\\TransfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  2679.             'App\\Repository\\TypeEmplacementRepository' => ['privates''App\\Repository\\TypeEmplacementRepository''getTypeEmplacementRepositoryService'false],
  2680.             'App\\Repository\\UserPermissionOnAgenceRepository' => ['privates''App\\Repository\\UserPermissionOnAgenceRepository''getUserPermissionOnAgenceRepositoryService'false],
  2681.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2682.         ], [
  2683.             'App\\Repository\\AgenceRepository' => '?',
  2684.             'App\\Repository\\ArticleClientRepository' => '?',
  2685.             'App\\Repository\\CaracteristiqueCommercialeRepository' => '?',
  2686.             'App\\Repository\\CaracteristiqueTechniqueRepository' => '?',
  2687.             'App\\Repository\\EmplacementRepository' => '?',
  2688.             'App\\Repository\\EtatMaterielRepository' => '?',
  2689.             'App\\Repository\\FabricationRepository' => '?',
  2690.             'App\\Repository\\FacturationRepository' => '?',
  2691.             'App\\Repository\\FournisseurRepository' => '?',
  2692.             'App\\Repository\\HistoriquePrixVenteArticleRepository' => '?',
  2693.             'App\\Repository\\IdentifiantRepository' => '?',
  2694.             'App\\Repository\\IdentificationRepository' => '?',
  2695.             'App\\Repository\\InspectionRepository' => '?',
  2696.             'App\\Repository\\LocalAgenceRepository' => '?',
  2697.             'App\\Repository\\LotRepository' => '?',
  2698.             'App\\Repository\\MaterielAssocieRepository' => '?',
  2699.             'App\\Repository\\MaterielFabriqueModelPreEnregistreRepository' => '?',
  2700.             'App\\Repository\\MaterielFacturationRepository' => '?',
  2701.             'App\\Repository\\MaterielInspectionRepository' => '?',
  2702.             'App\\Repository\\MaterielModelPreEnregistreRepository' => '?',
  2703.             'App\\Repository\\MaterielMouvementRepository' => '?',
  2704.             'App\\Repository\\MaterielTransfertRepository' => '?',
  2705.             'App\\Repository\\ModelRepository' => '?',
  2706.             'App\\Repository\\ModelePreEnregistreRepository' => '?',
  2707.             'App\\Repository\\MotifMouvementRepository' => '?',
  2708.             'App\\Repository\\MouvementRepository' => '?',
  2709.             'App\\Repository\\PreparationTransfertRepository' => '?',
  2710.             'App\\Repository\\ProduitRepository' => '?',
  2711.             'App\\Repository\\ReceptionRepository' => '?',
  2712.             'App\\Repository\\ReceptionTransfertRepository' => '?',
  2713.             'App\\Repository\\StockRepository' => '?',
  2714.             'App\\Repository\\TransfertRepository' => '?',
  2715.             'App\\Repository\\TypeEmplacementRepository' => '?',
  2716.             'App\\Repository\\UserPermissionOnAgenceRepository' => '?',
  2717.             'App\\Repository\\UserRepository' => '?',
  2718.         ])));
  2719.         $a->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  2720.         $a->addCustomStringFunction('STRING_AGG''App\\DoctrineFunctions\\StringAgg');
  2721.         $a->addCustomStringFunction('STRING_AGG_DISTINCT''App\\DoctrineFunctions\\StringAggDistinct');
  2722.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Postgresql\\DateFormat');
  2723.         $a->addCustomNumericFunction('GREATEST''DoctrineExtensions\\Query\\Postgresql\\Greatest');
  2724.         $a->addCustomNumericFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  2725.         $a->addCustomDatetimeFunction('DATE_ADD''App\\DoctrineFunctions\\DateAdd');
  2726.         $a->addCustomDatetimeFunction('DATE_SUB''App\\DoctrineFunctions\\DateSub');
  2727.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2728.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2729.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2730.         return $instance;
  2731.     }
  2732.     /**
  2733.      * Gets the public 'eight_points_guzzle.client.my_client' shared service.
  2734.      *
  2735.      * @return \GuzzleHttp\Client
  2736.      */
  2737.     protected function getEightPointsGuzzle_Client_MyClientService()
  2738.     {
  2739.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  2744.         $a = \GuzzleHttp\HandlerStack::create();
  2745.         $a->push(($this->services['eight_points_guzzle.middleware.profile.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MyClientService())->profile(), 'profile');
  2746.         $a->push(($this->services['eight_points_guzzle.middleware.log.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Log_MyClientService())->log(), 'log');
  2747.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.my_client'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MyClientService()), 'request_time');
  2748.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  2749.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.my_client'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MyClientService())->dispatchEvent(), 'events');
  2750.         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']]);
  2751.     }
  2752.     /**
  2753.      * Gets the public 'eight_points_guzzle.formatter' shared service.
  2754.      *
  2755.      * @return \GuzzleHttp\MessageFormatter
  2756.      */
  2757.     protected function getEightPointsGuzzle_FormatterService()
  2758.     {
  2759.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2761.         return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  2762.     }
  2763.     /**
  2764.      * Gets the public 'eight_points_guzzle.handler_stack.my_client' shared service.
  2765.      *
  2766.      * @return \GuzzleHttp\HandlerStack
  2767.      */
  2768.     protected function getEightPointsGuzzle_HandlerStack_MyClientService()
  2769.     {
  2770.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  2771.         $this->services['eight_points_guzzle.handler_stack.my_client'] = $instance = \GuzzleHttp\HandlerStack::create();
  2772.         $instance->push(($this->services['eight_points_guzzle.middleware.profile.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Profile_MyClientService())->profile(), 'profile');
  2773.         $instance->push(($this->services['eight_points_guzzle.middleware.log.my_client'] ?? $this->getEightPointsGuzzle_Middleware_Log_MyClientService())->log(), 'log');
  2774.         $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.my_client'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_MyClientService()), 'request_time');
  2775.         $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  2776.         $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.my_client'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_MyClientService())->dispatchEvent(), 'events');
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the public 'eight_points_guzzle.middleware.event_dispatch.my_client' shared service.
  2781.      *
  2782.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  2783.      */
  2784.     protected function getEightPointsGuzzle_Middleware_EventDispatch_MyClientService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  2787.         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');
  2788.     }
  2789.     /**
  2790.      * Gets the public 'eight_points_guzzle.middleware.log.my_client' shared service.
  2791.      *
  2792.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  2793.      */
  2794.     protected function getEightPointsGuzzle_Middleware_Log_MyClientService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2799.         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())));
  2800.     }
  2801.     /**
  2802.      * Gets the public 'eight_points_guzzle.middleware.profile.my_client' shared service.
  2803.      *
  2804.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  2805.      */
  2806.     protected function getEightPointsGuzzle_Middleware_Profile_MyClientService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  2809.         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))));
  2810.     }
  2811.     /**
  2812.      * Gets the public 'eight_points_guzzle.middleware.request_time.my_client' shared service.
  2813.      *
  2814.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  2815.      */
  2816.     protected function getEightPointsGuzzle_Middleware_RequestTime_MyClientService()
  2817.     {
  2818.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  2819.         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()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  2823.      *
  2824.      * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  2825.      */
  2826.     protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2831.         $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  2832.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2833.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2834.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2835.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2836.         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}'))));
  2837.     }
  2838.     /**
  2839.      * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  2840.      *
  2841.      * @return \GuzzleHttp\MessageFormatter
  2842.      */
  2843.     protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  2844.     {
  2845.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  2846.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  2847.         return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  2848.     }
  2849.     /**
  2850.      * Gets the public 'error_controller' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2853.      */
  2854.     protected function getErrorControllerService()
  2855.     {
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2859.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2861.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2862.         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)));
  2863.     }
  2864.     /**
  2865.      * Gets the public 'event_dispatcher' shared service.
  2866.      *
  2867.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2868.      */
  2869.     protected function getEventDispatcherService()
  2870.     {
  2871.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2872.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2873.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2874.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2875.         $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())));
  2876.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2877.             return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  2878.         }, => 'onAuthenticationSuccessResponse'], 0);
  2879.         $instance->addListener('oneup_uploader.post_persist', [=> function () {
  2880.             return ($this->privates['App\\EventListener\\DataRecordUploadListener'] ?? $this->getDataRecordUploadListenerService());
  2881.         }, => 'onUpload'], 0);
  2882.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2883.             return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
  2884.         }, => 'onRegistrationComplete'], 0);
  2885.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2886.             return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
  2887.         }, => 'redirect'], 0);
  2888.         $instance->addListener('kernel.request', [=> function () {
  2889.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2890.         }, => 'onKernelRequest'], 28);
  2891.         $instance->addListener('kernel.request', [=> function () {
  2892.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2893.         }, => 'onKernelRequest'], 2);
  2894.         $instance->addListener('kernel.view', [=> function () {
  2895.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2896.         }, => 'onKernelView'], 16);
  2897.         $instance->addListener('kernel.view', [=> function () {
  2898.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2899.         }, => 'onKernelView'], 8);
  2900.         $instance->addListener('kernel.exception', [=> function () {
  2901.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2902.         }, => 'onKernelException'], 0);
  2903.         $instance->addListener('kernel.exception', [=> function () {
  2904.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2905.         }, => 'onKernelException'], -96);
  2906.         $instance->addListener('kernel.view', [=> function () {
  2907.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2908.         }, => 'onKernelView'], 32);
  2909.         $instance->addListener('kernel.request', [=> function () {
  2910.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2911.         }, => 'onKernelRequest'], 4);
  2912.         $instance->addListener('kernel.request', [=> function () {
  2913.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2914.         }, => 'onKernelRequest'], 0);
  2915.         $instance->addListener('kernel.response', [=> function () {
  2916.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2917.         }, => 'onKernelResponse'], 0);
  2918.         $instance->addListener('kernel.view', [=> function () {
  2919.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->getApiPlatform_FosUser_EventListenerService());
  2920.         }, => 'onKernelView'], 24);
  2921.         $instance->addListener('kernel.response', [=> function () {
  2922.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2923.         }, => 'onKernelResponse'], -1);
  2924.         $instance->addListener('kernel.view', [=> function () {
  2925.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2926.         }, => 'onKernelView'], 64);
  2927.         $instance->addListener('kernel.request', [=> function () {
  2928.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2929.         }, => 'onKernelRequest'], 16);
  2930.         $instance->addListener('kernel.request', [=> function () {
  2931.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2932.         }, => 'onSecurity'], 3);
  2933.         $instance->addListener('kernel.request', [=> function () {
  2934.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2935.         }, => 'onSecurityPostDenormalize'], 1);
  2936.         $instance->addListener('kernel.view', [=> function () {
  2937.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2938.         }, => 'onSecurityPostValidation'], 63);
  2939.         $instance->addListener('console.command', [=> function () {
  2940.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('migration_versions')));
  2941.         }, => 'onConsoleCommand'], 0);
  2942.         $instance->addListener('kernel.request', [=> function () {
  2943.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2944.         }, => 'onKernelRequest'], 0);
  2945.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2946.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  2947.         }, => 'onValidate'], 0);
  2948.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2949.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  2950.         }, => 'onValidate'], 0);
  2951.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2952.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  2953.         }, => 'onValidate'], 0);
  2954.         $instance->addListener('kernel.controller', [=> function () {
  2955.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2956.         }, => 'onKernelController'], 0);
  2957.         $instance->addListener('kernel.exception', [=> function () {
  2958.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2959.         }, => 'onKernelException'], 0);
  2960.         $instance->addListener('workflow.network_validation.enter', [=> function () {
  2961.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  2962.         }, => 'onEnter'], 0);
  2963.         $instance->addListener('workflow.network_validation.transition', [=> function () {
  2964.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  2965.         }, => 'onTransition'], 0);
  2966.         $instance->addListener('workflow.network_validation.leave', [=> function () {
  2967.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  2968.         }, => 'onLeave'], 0);
  2969.         $instance->addListener('workflow.network_validation.enter.validated', [=> function () {
  2970.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  2971.         }, => 'onValidate'], 0);
  2972.         $instance->addListener('workflow.network_validation.enter.rejected', [=> function () {
  2973.             return ($this->privates['App\\EventListener\\ProjectWorkflowListener'] ?? $this->getProjectWorkflowListenerService());
  2974.         }, => 'onReject'], 0);
  2975.         $instance->addListener('kernel.request', [=> function () {
  2976.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2977.         }, => 'onKernelRequest'], 20);
  2978.         $instance->addListener('security.interactive_login', [=> function () {
  2979.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  2980.         }, => 'onInteractiveLogin'], 0);
  2981.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2982.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2983.         }, => 'onImplicitLogin'], 0);
  2984.         $instance->addListener('security.interactive_login', [=> function () {
  2985.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2986.         }, => 'onSecurityInteractiveLogin'], 0);
  2987.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2988.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2989.         }, => 'authenticate'], 0);
  2990.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2991.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2992.         }, => 'authenticate'], 0);
  2993.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2994.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2995.         }, => 'authenticate'], 0);
  2996.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2997.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2998.         }, => 'addSuccessFlash'], 0);
  2999.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  3000.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3001.         }, => 'addSuccessFlash'], 0);
  3002.         $instance->addListener('fos_user.registration.completed', [=> function () {
  3003.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3004.         }, => 'addSuccessFlash'], 0);
  3005.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  3006.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  3007.         }, => 'addSuccessFlash'], 0);
  3008.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  3009.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3010.         }, => 'onResettingResetInitialize'], 0);
  3011.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  3012.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  3013.         }, => 'onResettingResetSuccess'], 0);
  3014.         $instance->addListener('knp_pager.before', [=> function () {
  3015.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3016.         }, => 'before'], 0);
  3017.         $instance->addListener('knp_pager.pagination', [=> function () {
  3018.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  3019.         }, => 'pagination'], 0);
  3020.         $instance->addListener('knp_pager.before', [=> function () {
  3021.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  3022.         }, => 'before'], 1);
  3023.         $instance->addListener('knp_pager.before', [=> function () {
  3024.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  3025.         }, => 'before'], 1);
  3026.         $instance->addListener('knp_pager.pagination', [=> function () {
  3027.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  3028.         }, => 'pagination'], 1);
  3029.         $instance->addListener('kernel.controller', [=> function () {
  3030.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3031.         }, => 'onKernelController'], 0);
  3032.         $instance->addListener('kernel.controller', [=> function () {
  3033.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3034.         }, => 'onKernelController'], 0);
  3035.         $instance->addListener('kernel.controller', [=> function () {
  3036.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3037.         }, => 'onKernelController'], -128);
  3038.         $instance->addListener('kernel.view', [=> function () {
  3039.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3040.         }, => 'onKernelView'], 0);
  3041.         $instance->addListener('kernel.controller', [=> function () {
  3042.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3043.         }, => 'onKernelController'], 0);
  3044.         $instance->addListener('kernel.response', [=> function () {
  3045.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3046.         }, => 'onKernelResponse'], 0);
  3047.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3048.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3049.         }, => 'onKernelControllerArguments'], 0);
  3050.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3051.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3052.         }, => 'onKernelControllerArguments'], 0);
  3053.         $instance->addListener('console.error', [=> function () {
  3054.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3055.         }, => 'onConsoleError'], 0);
  3056.         $instance->addListener('console.terminate', [=> function () {
  3057.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3058.         }, => 'onConsoleTerminate'], 0);
  3059.         $instance->addListener('console.command', [=> function () {
  3060.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3061.         }, => 'onCommand'], 255);
  3062.         $instance->addListener('console.terminate', [=> function () {
  3063.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3064.         }, => 'onTerminate'], -255);
  3065.         $instance->addListener('kernel.exception', [=> function () {
  3066.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3067.         }, => 'onException'], 0);
  3068.         $instance->addListener('kernel.terminate', [=> function () {
  3069.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3070.         }, => 'onTerminate'], 0);
  3071.         $instance->addListener('console.error', [=> function () {
  3072.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3073.         }, => 'onException'], 0);
  3074.         $instance->addListener('console.terminate', [=> function () {
  3075.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3076.         }, => 'onTerminate'], 0);
  3077.         $instance->addListener('kernel.response', [=> function () {
  3078.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  3079.         }, => 'onKernelResponse'], 0);
  3080.         $instance->addListener('kernel.response', [=> function () {
  3081.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3082.         }, => 'onKernelResponse'], -1024);
  3083.         $instance->addListener('kernel.request', [=> function () {
  3084.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3085.         }, => 'setDefaultLocale'], 100);
  3086.         $instance->addListener('kernel.request', [=> function () {
  3087.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3088.         }, => 'onKernelRequest'], 16);
  3089.         $instance->addListener('kernel.finish_request', [=> function () {
  3090.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3091.         }, => 'onKernelFinishRequest'], 0);
  3092.         $instance->addListener('kernel.request', [=> function () {
  3093.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3094.         }, => 'onKernelRequest'], 256);
  3095.         $instance->addListener('kernel.response', [=> function () {
  3096.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3097.         }, => 'onResponse'], -255);
  3098.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3099.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3100.         }, => 'onControllerArguments'], 0);
  3101.         $instance->addListener('kernel.exception', [=> function () {
  3102.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3103.         }, => 'logKernelException'], 0);
  3104.         $instance->addListener('kernel.exception', [=> function () {
  3105.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3106.         }, => 'onKernelException'], -128);
  3107.         $instance->addListener('kernel.response', [=> function () {
  3108.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  3109.         }, => 'removeCspHeader'], -128);
  3110.         $instance->addListener('kernel.request', [=> function () {
  3111.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3112.         }, => 'onKernelRequest'], 15);
  3113.         $instance->addListener('kernel.finish_request', [=> function () {
  3114.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3115.         }, => 'onKernelFinishRequest'], -15);
  3116.         $instance->addListener('console.error', [=> function () {
  3117.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3118.         }, => 'onConsoleError'], -128);
  3119.         $instance->addListener('console.terminate', [=> function () {
  3120.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3121.         }, => 'onConsoleTerminate'], -128);
  3122.         $instance->addListener('console.error', [=> function () {
  3123.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3124.         }, => 'onConsoleError'], 0);
  3125.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3126.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3127.         }, => 'onMessage'], -255);
  3128.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3129.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3130.         }, => 'onMessage'], -255);
  3131.         $instance->addListener('kernel.request', [=> function () {
  3132.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  3133.         }, => 'onKernelRequest'], 48);
  3134.         $instance->addListener('kernel.request', [=> function () {
  3135.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3136.         }, => 'configure'], 2048);
  3137.         $instance->addListener('console.command', [=> function () {
  3138.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3139.         }, => 'configure'], 2048);
  3140.         $instance->addListener('kernel.request', [=> function () {
  3141.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3142.         }, => 'onKernelRequest'], 32);
  3143.         $instance->addListener('kernel.finish_request', [=> function () {
  3144.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3145.         }, => 'onKernelFinishRequest'], 0);
  3146.         $instance->addListener('kernel.exception', [=> function () {
  3147.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3148.         }, => 'onKernelException'], -64);
  3149.         $instance->addListener('kernel.response', [=> function () {
  3150.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3151.         }, => 'onKernelResponse'], 0);
  3152.         $instance->addListener('kernel.request', [=> function () {
  3153.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3154.         }, => 'onKernelRequest'], 128);
  3155.         $instance->addListener('kernel.response', [=> function () {
  3156.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3157.         }, => 'onKernelResponse'], -1000);
  3158.         $instance->addListener('kernel.finish_request', [=> function () {
  3159.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3160.         }, => 'onFinishRequest'], 0);
  3161.         $instance->addListener('kernel.response', [=> function () {
  3162.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3163.         }, => 'onKernelResponse'], -100);
  3164.         $instance->addListener('kernel.exception', [=> function () {
  3165.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3166.         }, => 'onKernelException'], 0);
  3167.         $instance->addListener('kernel.terminate', [=> function () {
  3168.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3169.         }, => 'onKernelTerminate'], -1024);
  3170.         $instance->addListener('kernel.controller', [=> function () {
  3171.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3172.         }, => 'onKernelController'], 0);
  3173.         $instance->addListener('kernel.response', [=> function () {
  3174.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  3175.         }, => 'onKernelResponse'], 0);
  3176.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3177.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3178.         }, => 'onMessage'], 0);
  3179.         $instance->addListener('kernel.response', [=> function () {
  3180.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3181.         }, => 'onKernelResponse'], 0);
  3182.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3183.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3184.         }, => 'onVoterVote'], 0);
  3185.         $instance->addListener('kernel.request', [=> function () {
  3186.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3187.         }, => 'configureLogoutUrlGenerator'], 8);
  3188.         $instance->addListener('kernel.request', [=> function () {
  3189.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3190.         }, => 'onKernelRequest'], 8);
  3191.         $instance->addListener('kernel.finish_request', [=> function () {
  3192.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3193.         }, => 'onKernelFinishRequest'], 0);
  3194.         $instance->addListener('kernel.response', [=> function () {
  3195.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3196.         }, => 'onKernelResponse'], -128);
  3197.         $instance->addListener('kernel.finish_request', [=> function () {
  3198.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  3199.         }, => 'resetAssets'], 0);
  3200.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3201.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3202.         }, => 'onLogout'], 0);
  3203.         return $instance;
  3204.     }
  3205.     /**
  3206.      * Gets the public 'fos_js_routing.controller' shared service.
  3207.      *
  3208.      * @return \FOS\JsRoutingBundle\Controller\Controller
  3209.      */
  3210.     protected function getFosJsRouting_ControllerService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  3213.         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);
  3214.     }
  3215.     /**
  3216.      * Gets the public 'fos_js_routing.extractor' shared service.
  3217.      *
  3218.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  3219.      */
  3220.     protected function getFosJsRouting_ExtractorService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  3224.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  3225.     }
  3226.     /**
  3227.      * Gets the public 'fos_js_routing.serializer' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Serializer\Serializer
  3230.      */
  3231.     protected function getFosJsRouting_SerializerService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  3236.         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()]);
  3237.     }
  3238.     /**
  3239.      * Gets the public 'fos_user.change_password.controller' shared service.
  3240.      *
  3241.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  3242.      */
  3243.     protected function getFosUser_ChangePassword_ControllerService()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  3249.         $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()));
  3250.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.change_password.controller'$this));
  3251.         return $instance;
  3252.     }
  3253.     /**
  3254.      * Gets the public 'fos_user.mailer' shared autowired service.
  3255.      *
  3256.      * @return \App\Service\FOSUserMailer
  3257.      */
  3258.     protected function getFosUser_MailerService()
  3259.     {
  3260.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  3261.         include_once \dirname(__DIR__4).'/src/Service/FOSUserMailer.php';
  3262.         $this->services['fos_user.mailer'] = $instance = 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()));
  3263.         $instance->setMailjetMailerService(($this->privates['App\\Service\\MailjetMailerService'] ?? $this->getMailjetMailerServiceService()));
  3264.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3265.         return $instance;
  3266.     }
  3267.     /**
  3268.      * Gets the public 'fos_user.profile.controller' shared service.
  3269.      *
  3270.      * @return \FOS\UserBundle\Controller\ProfileController
  3271.      */
  3272.     protected function getFosUser_Profile_ControllerService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  3276.         $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()));
  3277.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.profile.controller'$this));
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the public 'fos_user.registration.controller' shared service.
  3282.      *
  3283.      * @return \FOS\UserBundle\Controller\RegistrationController
  3284.      */
  3285.     protected function getFosUser_Registration_ControllerService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  3291.         $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()));
  3292.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.registration.controller'$this));
  3293.         return $instance;
  3294.     }
  3295.     /**
  3296.      * Gets the public 'fos_user.resetting.controller' shared service.
  3297.      *
  3298.      * @return \FOS\UserBundle\Controller\ResettingController
  3299.      */
  3300.     protected function getFosUser_Resetting_ControllerService()
  3301.     {
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  3306.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($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())), ($this->services['fos_user.mailer'] ?? $this->getFosUser_MailerService()), 0);
  3307.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.resetting.controller'$this));
  3308.         return $instance;
  3309.     }
  3310.     /**
  3311.      * Gets the public 'fos_user.security.controller' shared service.
  3312.      *
  3313.      * @return \FOS\UserBundle\Controller\SecurityController
  3314.      */
  3315.     protected function getFosUser_Security_ControllerService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  3319.         $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()));
  3320.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('fos_user.security.controller'$this));
  3321.         return $instance;
  3322.     }
  3323.     /**
  3324.      * Gets the public 'fos_user.user_manager' shared service.
  3325.      *
  3326.      * @return \FOS\UserBundle\Doctrine\UserManager
  3327.      */
  3328.     protected function getFosUser_UserManagerService()
  3329.     {
  3330.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  3333.         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');
  3334.     }
  3335.     /**
  3336.      * Gets the public 'http_kernel' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3339.      */
  3340.     protected function getHttpKernelService()
  3341.     {
  3342.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3343.         if (isset($this->services['http_kernel'])) {
  3344.             return $this->services['http_kernel'];
  3345.         }
  3346.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3347.         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 () {
  3348.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3349.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3350.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3351.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3352.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3353.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3354.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3355.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3356.         }, 8)), $b));
  3357.     }
  3358.     /**
  3359.      * Gets the public 'jms_serializer' shared service.
  3360.      *
  3361.      * @return \JMS\Serializer\Serializer
  3362.      */
  3363.     protected function getJmsSerializerService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3387.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  3388.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  3389.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  3390.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  3391.         $e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  3392.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3393.         $f->setOptions(1216);
  3394.         $g = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  3395.         $g->setFormatOutput(true);
  3396.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  3397.         $h->setOptions(0);
  3398.         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())));
  3399.     }
  3400.     /**
  3401.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3402.      *
  3403.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3404.      */
  3405.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3406.     {
  3407.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3410.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3411.     }
  3412.     /**
  3413.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3414.      *
  3415.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3416.      */
  3417.     protected function getJmsSerializer_SerializationContextFactoryService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3422.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3423.     }
  3424.     /**
  3425.      * Gets the public 'knp_paginator' shared service.
  3426.      *
  3427.      * @return \Knp\Component\Pager\Paginator
  3428.      */
  3429.     protected function getKnpPaginatorService($lazyLoad true)
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  3433.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3434.         if (isset($this->services['knp_paginator'])) {
  3435.             return $this->services['knp_paginator'];
  3436.         }
  3437.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3438.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3439.         return $instance;
  3440.     }
  3441.     /**
  3442.      * Gets the public 'knp_snappy.image' shared service.
  3443.      *
  3444.      * @return \Knp\Snappy\Image
  3445.      */
  3446.     protected function getKnpSnappy_ImageService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3451.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  3452.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the public 'knp_snappy.pdf' shared service.
  3457.      *
  3458.      * @return \Knp\Snappy\Pdf
  3459.      */
  3460.     protected function getKnpSnappy_PdfService()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3465.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  3466.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3471.      *
  3472.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3473.      */
  3474.     protected function getLexikJwtAuthentication_EncoderService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3485.         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));
  3486.     }
  3487.     /**
  3488.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3489.      *
  3490.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3491.      */
  3492.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3496.         $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 () {
  3497.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3498.         }, 1));
  3499.         $instance->setName('lexik:jwt:generate-token');
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3504.      *
  3505.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3506.      */
  3507.     protected function getLexikJwtAuthentication_JwtManagerService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3512.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3513.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  3514.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  3515.         }
  3516.         $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');
  3517.         $instance->setUserIdentityField('username');
  3518.         return $instance;
  3519.     }
  3520.     /**
  3521.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3522.      *
  3523.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3524.      */
  3525.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3526.     {
  3527.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3531.         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'));
  3532.     }
  3533.     /**
  3534.      * Gets the public 'monolog.logger.deprecation' shared service.
  3535.      *
  3536.      * @return \Symfony\Bridge\Monolog\Logger
  3537.      */
  3538.     protected function getMonolog_Logger_DeprecationService()
  3539.     {
  3540.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  3541.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3542.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3543.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3544.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the public 'nelmio_alice.data_loader' shared service.
  3549.      *
  3550.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  3551.      */
  3552.     protected function getNelmioAlice_DataLoaderService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  3666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  3713.         $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()]));
  3714.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  3715.         $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()]))))));
  3716.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  3717.         $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()]);
  3718.         $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);
  3719.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3720.         $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()]);
  3721.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  3722.         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)))));
  3723.     }
  3724.     /**
  3725.      * Gets the public 'nelmio_alice.file_loader' shared service.
  3726.      *
  3727.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  3728.      */
  3729.     protected function getNelmioAlice_FileLoaderService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  3734.         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()));
  3735.     }
  3736.     /**
  3737.      * Gets the public 'nelmio_alice.files_loader' shared service.
  3738.      *
  3739.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  3740.      */
  3741.     protected function getNelmioAlice_FilesLoaderService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  3746.         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()));
  3747.     }
  3748.     /**
  3749.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  3750.      *
  3751.      * @return \PhpAmqpLib\Connection\AMQPStreamConnection
  3752.      */
  3753.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  3759.         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' => '/''login_method' => 'AMQPLAIN''hosts' => [], 'lazy' => false'connection_timeout' => 3'read_write_timeout' => 3'channel_rpc_timeout' => 0.0'use_socket' => false'ssl_context' => [], 'keepalive' => false'heartbeat' => 0]))->createConnection();
  3760.     }
  3761.     /**
  3762.      * Gets the public 'old_sound_rabbit_mq.parts_holder' shared service.
  3763.      *
  3764.      * @return \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder
  3765.      */
  3766.     protected function getOldSoundRabbitMq_PartsHolderService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AmqpPartsHolder.php';
  3769.         return $this->services['old_sound_rabbit_mq.parts_holder'] = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();
  3770.     }
  3771.     /**
  3772.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  3773.      *
  3774.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  3775.      */
  3776.     protected function getOneupUploader_ChunkManagerService()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  3782.         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')));
  3783.     }
  3784.     /**
  3785.      * Gets the public 'oneup_uploader.controller.gallery' shared service.
  3786.      *
  3787.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  3788.      */
  3789.     protected function getOneupUploader_Controller_GalleryService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  3798.         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');
  3799.     }
  3800.     /**
  3801.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  3802.      *
  3803.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  3804.      */
  3805.     protected function getOneupUploader_Namer_UniqidService()
  3806.     {
  3807.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  3809.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  3810.     }
  3811.     /**
  3812.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  3813.      *
  3814.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  3815.      */
  3816.     protected function getOneupUploader_OrphanageManagerService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  3819.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  3820.     }
  3821.     /**
  3822.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  3823.      *
  3824.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  3825.      */
  3826.     protected function getOneupUploader_Routing_LoaderService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  3831.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  3832.     }
  3833.     /**
  3834.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  3835.      *
  3836.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  3837.      */
  3838.     protected function getOneupUploader_Templating_UploaderHelperService()
  3839.     {
  3840.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  3841.     }
  3842.     /**
  3843.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  3844.      *
  3845.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  3846.      */
  3847.     protected function getOneupUploader_Twig_Extension_UploaderService()
  3848.     {
  3849.         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()));
  3850.     }
  3851.     /**
  3852.      * Gets the public 'request_stack' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3855.      */
  3856.     protected function getRequestStackService()
  3857.     {
  3858.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3859.     }
  3860.     /**
  3861.      * Gets the public 'router' shared service.
  3862.      *
  3863.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3864.      */
  3865.     protected function getRouterService()
  3866.     {
  3867.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3868.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3869.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3870.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3871.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3872.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3873.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3874.         ], [
  3875.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3876.         ]))->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');
  3877.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3878.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3879.         return $instance;
  3880.     }
  3881.     /**
  3882.      * Gets the public 'routing.loader' shared service.
  3883.      *
  3884.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3885.      */
  3886.     protected function getRouting_LoaderService()
  3887.     {
  3888.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3913.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3914.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  3915.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  3916.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3917.         $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())));
  3918.         $a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  3919.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  3920.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  3921.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  3922.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  3923.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  3924.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3925.             'kernel' => ['services''kernel''getKernelService'false],
  3926.         ], [
  3927.             'kernel' => 'App\\Kernel',
  3928.         ]), 'dev'));
  3929.         $a->addLoader($d);
  3930.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  3931.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  3932.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  3933.     }
  3934.     /**
  3935.      * Gets the public 'services_resetter' shared service.
  3936.      *
  3937.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3938.      */
  3939.     protected function getServicesResetterService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3942.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3943.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  3944.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  3945.             }
  3946.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  3947.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  3948.             }
  3949.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  3950.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  3951.             }
  3952.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  3953.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  3954.             }
  3955.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  3956.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  3957.             }
  3958.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  3959.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  3960.             }
  3961.             if (isset($this->services['doctrine'])) {
  3962.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3963.             }
  3964.             if (isset($this->privates['form.type.entity'])) {
  3965.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3966.             }
  3967.             if (isset($this->privates['monolog.handler.main'])) {
  3968.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3969.             }
  3970.             if (isset($this->privates['monolog.handler.console'])) {
  3971.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3972.             }
  3973.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3974.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3975.             }
  3976.             if (isset($this->services['cache.app'])) {
  3977.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3978.             }
  3979.             if (isset($this->services['cache.system'])) {
  3980.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3981.             }
  3982.             if (isset($this->privates['cache.validator'])) {
  3983.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3984.             }
  3985.             if (isset($this->privates['cache.serializer'])) {
  3986.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3987.             }
  3988.             if (isset($this->privates['cache.annotations'])) {
  3989.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3990.             }
  3991.             if (isset($this->privates['cache.property_info'])) {
  3992.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3993.             }
  3994.             if (isset($this->privates['.debug.http_client'])) {
  3995.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3996.             }
  3997.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3998.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3999.             }
  4000.             if (isset($this->privates['debug.stopwatch'])) {
  4001.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4002.             }
  4003.             if (isset($this->services['event_dispatcher'])) {
  4004.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4005.             }
  4006.             if (isset($this->privates['session_listener'])) {
  4007.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4008.             }
  4009.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4010.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4011.             }
  4012.             if (isset($this->services['cache.validator_expression_language'])) {
  4013.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4014.             }
  4015.             if (isset($this->services['.container.private.profiler'])) {
  4016.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4017.             }
  4018.             if (isset($this->services['.container.private.validator'])) {
  4019.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4020.             }
  4021.             if (isset($this->privates['twig.form.engine'])) {
  4022.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4023.             }
  4024.             if (isset($this->services['.container.private.security.token_storage'])) {
  4025.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4026.             }
  4027.             if (isset($this->privates['cache.security_expression_language'])) {
  4028.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4029.             }
  4030.             if (isset($this->privates['debug.security.firewall'])) {
  4031.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  4032.             }
  4033.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4034.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  4035.             }
  4036.             if (isset($this->privates['cache.webpack_encore'])) {
  4037.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  4038.             }
  4039.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  4040.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  4041.             }
  4042.             if (isset($this->privates['.debug.http_client'])) {
  4043.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  4044.             }
  4045.         }, function () {
  4046.             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']));
  4047.         }), ['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']]);
  4048.     }
  4049.     /**
  4050.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4051.      *
  4052.      * @return \Swift_Plugins_MessageLogger
  4053.      */
  4054.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4055.     {
  4056.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4059.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4060.     }
  4061.     /**
  4062.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4063.      *
  4064.      * @return \Swift_Transport
  4065.      */
  4066.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4067.     {
  4068.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4072.         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());
  4073.     }
  4074.     /**
  4075.      * Gets the public 'translator' shared service.
  4076.      *
  4077.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4078.      */
  4079.     protected function getTranslatorService()
  4080.     {
  4081.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4082.     }
  4083.     /**
  4084.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4085.      *
  4086.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4087.      */
  4088.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4091.         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()));
  4092.     }
  4093.     /**
  4094.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4095.      *
  4096.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4097.      */
  4098.     protected function getWebProfiler_Controller_ProfilerService()
  4099.     {
  4100.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4101.         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));
  4102.     }
  4103.     /**
  4104.      * Gets the public 'web_profiler.controller.router' shared service.
  4105.      *
  4106.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4107.      */
  4108.     protected function getWebProfiler_Controller_RouterService()
  4109.     {
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4111.         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 () {
  4112.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  4113.         }, 1));
  4114.     }
  4115.     /**
  4116.      * Gets the private '.4_doctrine_metadata_driver~MXofdsc' shared service.
  4117.      *
  4118.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  4119.      */
  4120.     protected function get_4DoctrineMetadataDriverMXofdscService()
  4121.     {
  4122.         return $this->privates['.4_doctrine_metadata_driver~MXofdsc'] = 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'));
  4123.     }
  4124.     /**
  4125.      * Gets the private '.App\Command\AddMissingsTransactionAggCommand.lazy' shared service.
  4126.      *
  4127.      * @return \Symfony\Component\Console\Command\LazyCommand
  4128.      */
  4129.     protected function getAddMissingsTransactionAggCommand_LazyService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4133.         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 {
  4134.             return ($this->privates['App\\Command\\AddMissingsTransactionAggCommand'] ?? $this->getAddMissingsTransactionAggCommandService());
  4135.         });
  4136.     }
  4137.     /**
  4138.      * Gets the private '.App\Command\UpdateCreatorByDateCommand.lazy' shared service.
  4139.      *
  4140.      * @return \Symfony\Component\Console\Command\LazyCommand
  4141.      */
  4142.     protected function getUpdateCreatorByDateCommand_LazyService()
  4143.     {
  4144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4146.         return $this->privates['.App\\Command\\UpdateCreatorByDateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:UpdateCreatorByDate', [], 'Update creator field in entities by date'false, function (): \App\Command\UpdateCreatorByDateCommand {
  4147.             return ($this->privates['App\\Command\\UpdateCreatorByDateCommand'] ?? $this->getUpdateCreatorByDateCommandService());
  4148.         });
  4149.     }
  4150.     /**
  4151.      * Gets the private '.console.command.about.lazy' shared service.
  4152.      *
  4153.      * @return \Symfony\Component\Console\Command\LazyCommand
  4154.      */
  4155.     protected function get_Console_Command_About_LazyService()
  4156.     {
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4159.         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 {
  4160.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  4161.         });
  4162.     }
  4163.     /**
  4164.      * Gets the private '.console.command.assets_install.lazy' shared service.
  4165.      *
  4166.      * @return \Symfony\Component\Console\Command\LazyCommand
  4167.      */
  4168.     protected function get_Console_Command_AssetsInstall_LazyService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4172.         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 {
  4173.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  4174.         });
  4175.     }
  4176.     /**
  4177.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  4178.      *
  4179.      * @return \Symfony\Component\Console\Command\LazyCommand
  4180.      */
  4181.     protected function get_Console_Command_CacheClear_LazyService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4185.         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 {
  4186.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  4187.         });
  4188.     }
  4189.     /**
  4190.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\Console\Command\LazyCommand
  4193.      */
  4194.     protected function get_Console_Command_CachePoolClear_LazyService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4198.         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 {
  4199.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4200.         });
  4201.     }
  4202.     /**
  4203.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4204.      *
  4205.      * @return \Symfony\Component\Console\Command\LazyCommand
  4206.      */
  4207.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4208.     {
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4211.         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 {
  4212.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4213.         });
  4214.     }
  4215.     /**
  4216.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4217.      *
  4218.      * @return \Symfony\Component\Console\Command\LazyCommand
  4219.      */
  4220.     protected function get_Console_Command_CachePoolList_LazyService()
  4221.     {
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4224.         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 {
  4225.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4226.         });
  4227.     }
  4228.     /**
  4229.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4230.      *
  4231.      * @return \Symfony\Component\Console\Command\LazyCommand
  4232.      */
  4233.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4237.         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 {
  4238.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4239.         });
  4240.     }
  4241.     /**
  4242.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4243.      *
  4244.      * @return \Symfony\Component\Console\Command\LazyCommand
  4245.      */
  4246.     protected function get_Console_Command_CacheWarmup_LazyService()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4250.         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 {
  4251.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4252.         });
  4253.     }
  4254.     /**
  4255.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4256.      *
  4257.      * @return \Symfony\Component\Console\Command\LazyCommand
  4258.      */
  4259.     protected function get_Console_Command_ConfigDebug_LazyService()
  4260.     {
  4261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4263.         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 {
  4264.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4265.         });
  4266.     }
  4267.     /**
  4268.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4269.      *
  4270.      * @return \Symfony\Component\Console\Command\LazyCommand
  4271.      */
  4272.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4273.     {
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4276.         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 {
  4277.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4278.         });
  4279.     }
  4280.     /**
  4281.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4282.      *
  4283.      * @return \Symfony\Component\Console\Command\LazyCommand
  4284.      */
  4285.     protected function get_Console_Command_ContainerDebug_LazyService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4289.         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 {
  4290.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4291.         });
  4292.     }
  4293.     /**
  4294.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4295.      *
  4296.      * @return \Symfony\Component\Console\Command\LazyCommand
  4297.      */
  4298.     protected function get_Console_Command_ContainerLint_LazyService()
  4299.     {
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4302.         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 {
  4303.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4304.         });
  4305.     }
  4306.     /**
  4307.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4308.      *
  4309.      * @return \Symfony\Component\Console\Command\LazyCommand
  4310.      */
  4311.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4315.         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 {
  4316.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4317.         });
  4318.     }
  4319.     /**
  4320.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4321.      *
  4322.      * @return \Symfony\Component\Console\Command\LazyCommand
  4323.      */
  4324.     protected function get_Console_Command_DotenvDebug_LazyService()
  4325.     {
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4328.         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 {
  4329.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4330.         });
  4331.     }
  4332.     /**
  4333.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4334.      *
  4335.      * @return \Symfony\Component\Console\Command\LazyCommand
  4336.      */
  4337.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4338.     {
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4341.         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 {
  4342.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4343.         });
  4344.     }
  4345.     /**
  4346.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4347.      *
  4348.      * @return \Symfony\Component\Console\Command\LazyCommand
  4349.      */
  4350.     protected function get_Console_Command_FormDebug_LazyService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4354.         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 {
  4355.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4356.         });
  4357.     }
  4358.     /**
  4359.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4360.      *
  4361.      * @return \Symfony\Component\Console\Command\LazyCommand
  4362.      */
  4363.     protected function get_Console_Command_RouterDebug_LazyService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4367.         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 {
  4368.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4369.         });
  4370.     }
  4371.     /**
  4372.      * Gets the private '.console.command.router_match.lazy' shared service.
  4373.      *
  4374.      * @return \Symfony\Component\Console\Command\LazyCommand
  4375.      */
  4376.     protected function get_Console_Command_RouterMatch_LazyService()
  4377.     {
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4380.         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 {
  4381.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4382.         });
  4383.     }
  4384.     /**
  4385.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\Console\Command\LazyCommand
  4388.      */
  4389.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4393.         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 {
  4394.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4395.         });
  4396.     }
  4397.     /**
  4398.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\Console\Command\LazyCommand
  4401.      */
  4402.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4406.         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 {
  4407.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4408.         });
  4409.     }
  4410.     /**
  4411.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4412.      *
  4413.      * @return \Symfony\Component\Console\Command\LazyCommand
  4414.      */
  4415.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4419.         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 {
  4420.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4421.         });
  4422.     }
  4423.     /**
  4424.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4425.      *
  4426.      * @return \Symfony\Component\Console\Command\LazyCommand
  4427.      */
  4428.     protected function get_Console_Command_SecretsList_LazyService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4432.         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 {
  4433.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4434.         });
  4435.     }
  4436.     /**
  4437.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4438.      *
  4439.      * @return \Symfony\Component\Console\Command\LazyCommand
  4440.      */
  4441.     protected function get_Console_Command_SecretsRemove_LazyService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4445.         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 {
  4446.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4447.         });
  4448.     }
  4449.     /**
  4450.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4451.      *
  4452.      * @return \Symfony\Component\Console\Command\LazyCommand
  4453.      */
  4454.     protected function get_Console_Command_SecretsSet_LazyService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4458.         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 {
  4459.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4460.         });
  4461.     }
  4462.     /**
  4463.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4464.      *
  4465.      * @return \Symfony\Component\Console\Command\LazyCommand
  4466.      */
  4467.     protected function get_Console_Command_TranslationDebug_LazyService()
  4468.     {
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4471.         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 {
  4472.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4473.         });
  4474.     }
  4475.     /**
  4476.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4477.      *
  4478.      * @return \Symfony\Component\Console\Command\LazyCommand
  4479.      */
  4480.     protected function get_Console_Command_TranslationExtract_LazyService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4484.         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 {
  4485.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4486.         });
  4487.     }
  4488.     /**
  4489.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\Console\Command\LazyCommand
  4492.      */
  4493.     protected function get_Console_Command_TranslationPull_LazyService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4497.         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 {
  4498.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4499.         });
  4500.     }
  4501.     /**
  4502.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4503.      *
  4504.      * @return \Symfony\Component\Console\Command\LazyCommand
  4505.      */
  4506.     protected function get_Console_Command_TranslationPush_LazyService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4510.         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 {
  4511.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4512.         });
  4513.     }
  4514.     /**
  4515.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\Console\Command\LazyCommand
  4518.      */
  4519.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4523.         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 {
  4524.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4525.         });
  4526.     }
  4527.     /**
  4528.      * Gets the private '.console.command.workflow_dump.lazy' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\Console\Command\LazyCommand
  4531.      */
  4532.     protected function get_Console_Command_WorkflowDump_LazyService()
  4533.     {
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4536.         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 {
  4537.             return ($this->privates['console.command.workflow_dump'] ?? $this->getConsole_Command_WorkflowDumpService());
  4538.         });
  4539.     }
  4540.     /**
  4541.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4542.      *
  4543.      * @return \Symfony\Component\Console\Command\LazyCommand
  4544.      */
  4545.     protected function get_Console_Command_XliffLint_LazyService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4549.         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 {
  4550.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4551.         });
  4552.     }
  4553.     /**
  4554.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4555.      *
  4556.      * @return \Symfony\Component\Console\Command\LazyCommand
  4557.      */
  4558.     protected function get_Console_Command_YamlLint_LazyService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4562.         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 {
  4563.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4564.         });
  4565.     }
  4566.     /**
  4567.      * Gets the private '.debug.http_client' shared service.
  4568.      *
  4569.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4570.      */
  4571.     protected function get_Debug_HttpClientService()
  4572.     {
  4573.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4574.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4575.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4576.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4577.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4579.         $a->setLogger($b);
  4580.         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))));
  4581.     }
  4582.     /**
  4583.      * Gets the private '.errored..service_locator..EETIKc.App\Entity\Transfert' shared service.
  4584.      *
  4585.      * @return \App\Entity\Transfert
  4586.      */
  4587.     protected function getTransfertService()
  4588.     {
  4589.         $this->throw('Cannot autowire service ".service_locator..EETIKc": it references class "App\\Entity\\Transfert" but no such service exists.');
  4590.     }
  4591.     /**
  4592.      * Gets the private '.errored..service_locator..Tk2o.V.App\Entity\Model' shared service.
  4593.      *
  4594.      * @return \App\Entity\Model
  4595.      */
  4596.     protected function getModelService()
  4597.     {
  4598.         $this->throw('Cannot autowire service ".service_locator..Tk2o.V": it references class "App\\Entity\\Model" but no such service exists.');
  4599.     }
  4600.     /**
  4601.      * Gets the private '.errored..service_locator..cSTREF.App\Entity\Transfert' shared service.
  4602.      *
  4603.      * @return \App\Entity\Transfert
  4604.      */
  4605.     protected function getTransfert2Service()
  4606.     {
  4607.         $this->throw('Cannot autowire service ".service_locator..cSTREF": it references class "App\\Entity\\Transfert" but no such service exists.');
  4608.     }
  4609.     /**
  4610.      * Gets the private '.errored..service_locator.0Glhizg.App\Entity\Fournisseur' shared service.
  4611.      *
  4612.      * @return \App\Entity\Fournisseur
  4613.      */
  4614.     protected function getFournisseurService()
  4615.     {
  4616.         $this->throw('Cannot autowire service ".service_locator.0Glhizg": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  4617.     }
  4618.     /**
  4619.      * Gets the private '.errored..service_locator.0fX41R6.App\Entity\Customer' shared service.
  4620.      *
  4621.      * @return \App\Entity\Customer
  4622.      */
  4623.     protected function getCustomerService()
  4624.     {
  4625.         $this->throw('Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Customer" but no such service exists.');
  4626.     }
  4627.     /**
  4628.      * Gets the private '.errored..service_locator.0fX41R6.App\Entity\Network' shared service.
  4629.      *
  4630.      * @return \App\Entity\Network
  4631.      */
  4632.     protected function getNetworkService()
  4633.     {
  4634.         $this->throw('Cannot autowire service ".service_locator.0fX41R6": it references class "App\\Entity\\Network" but no such service exists.');
  4635.     }
  4636.     /**
  4637.      * Gets the private '.errored..service_locator.1mdfZZ8.App\Entity\Stock' shared service.
  4638.      *
  4639.      * @return \App\Entity\Stock
  4640.      */
  4641.     protected function getStockService()
  4642.     {
  4643.         $this->throw('Cannot autowire service ".service_locator.1mdfZZ8": it references class "App\\Entity\\Stock" but no such service exists.');
  4644.     }
  4645.     /**
  4646.      * Gets the private '.errored..service_locator.1o3HeJI.App\Entity\Reception' shared service.
  4647.      *
  4648.      * @return \App\Entity\Reception
  4649.      */
  4650.     protected function getReceptionService()
  4651.     {
  4652.         $this->throw('Cannot autowire service ".service_locator.1o3HeJI": it references class "App\\Entity\\Reception" but no such service exists.');
  4653.     }
  4654.     /**
  4655.      * Gets the private '.errored..service_locator.2_g68iE.App\Entity\Network' shared service.
  4656.      *
  4657.      * @return \App\Entity\Network
  4658.      */
  4659.     protected function getNetwork2Service()
  4660.     {
  4661.         $this->throw('Cannot autowire service ".service_locator.2_g68iE": it references class "App\\Entity\\Network" but no such service exists.');
  4662.     }
  4663.     /**
  4664.      * Gets the private '.errored..service_locator.48VO5iM.App\Entity\DeviceType' shared service.
  4665.      *
  4666.      * @return \App\Entity\DeviceType
  4667.      */
  4668.     protected function getDeviceTypeService()
  4669.     {
  4670.         $this->throw('Cannot autowire service ".service_locator.48VO5iM": it references class "App\\Entity\\DeviceType" but no such service exists.');
  4671.     }
  4672.     /**
  4673.      * Gets the private '.errored..service_locator.4vEn9cc.App\Entity\Reception' shared service.
  4674.      *
  4675.      * @return \App\Entity\Reception
  4676.      */
  4677.     protected function getReception2Service()
  4678.     {
  4679.         $this->throw('Cannot autowire service ".service_locator.4vEn9cc": it references class "App\\Entity\\Reception" but no such service exists.');
  4680.     }
  4681.     /**
  4682.      * Gets the private '.errored..service_locator.5W4CSYJ.App\Entity\Customer' shared service.
  4683.      *
  4684.      * @return \App\Entity\Customer
  4685.      */
  4686.     protected function getCustomer2Service()
  4687.     {
  4688.         $this->throw('Cannot autowire service ".service_locator.5W4CSYJ": it references class "App\\Entity\\Customer" but no such service exists.');
  4689.     }
  4690.     /**
  4691.      * Gets the private '.errored..service_locator.5ZKSdtX.App\Entity\Transfert' shared service.
  4692.      *
  4693.      * @return \App\Entity\Transfert
  4694.      */
  4695.     protected function getTransfert3Service()
  4696.     {
  4697.         $this->throw('Cannot autowire service ".service_locator.5ZKSdtX": it references class "App\\Entity\\Transfert" but no such service exists.');
  4698.     }
  4699.     /**
  4700.      * Gets the private '.errored..service_locator.5kTAqd3.App\Entity\Produit' shared service.
  4701.      *
  4702.      * @return \App\Entity\Produit
  4703.      */
  4704.     protected function getProduitService()
  4705.     {
  4706.         $this->throw('Cannot autowire service ".service_locator.5kTAqd3": it references class "App\\Entity\\Produit" but no such service exists.');
  4707.     }
  4708.     /**
  4709.      * Gets the private '.errored..service_locator.7dw6DAe.App\Entity\NetworkDevice' shared service.
  4710.      *
  4711.      * @return \App\Entity\NetworkDevice
  4712.      */
  4713.     protected function getNetworkDeviceService()
  4714.     {
  4715.         $this->throw('Cannot autowire service ".service_locator.7dw6DAe": it references class "App\\Entity\\NetworkDevice" but no such service exists.');
  4716.     }
  4717.     /**
  4718.      * Gets the private '.errored..service_locator.84AyqH8.App\Entity\Network' shared service.
  4719.      *
  4720.      * @return \App\Entity\Network
  4721.      */
  4722.     protected function getNetwork3Service()
  4723.     {
  4724.         $this->throw('Cannot autowire service ".service_locator.84AyqH8": it references class "App\\Entity\\Network" but no such service exists.');
  4725.     }
  4726.     /**
  4727.      * Gets the private '.errored..service_locator.8KMdi7N.App\Entity\ArticleClient' shared service.
  4728.      *
  4729.      * @return \App\Entity\ArticleClient
  4730.      */
  4731.     protected function getArticleClientService()
  4732.     {
  4733.         $this->throw('Cannot autowire service ".service_locator.8KMdi7N": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  4734.     }
  4735.     /**
  4736.      * Gets the private '.errored..service_locator.8rqPmL5.App\Entity\Users' shared service.
  4737.      *
  4738.      * @return \App\Entity\Users
  4739.      */
  4740.     protected function getUsers2Service()
  4741.     {
  4742.         $this->throw('Cannot autowire service ".service_locator.8rqPmL5": it references class "App\\Entity\\Users" but no such service exists.');
  4743.     }
  4744.     /**
  4745.      * Gets the private '.errored..service_locator.9NcbZAd.App\Entity\AlertProject' shared service.
  4746.      *
  4747.      * @return \App\Entity\AlertProject
  4748.      */
  4749.     protected function getAlertProjectService()
  4750.     {
  4751.         $this->throw('Cannot autowire service ".service_locator.9NcbZAd": it references class "App\\Entity\\AlertProject" but no such service exists.');
  4752.     }
  4753.     /**
  4754.      * Gets the private '.errored..service_locator.ACO_H3o.App\Entity\ModelePreEnregistre' shared service.
  4755.      *
  4756.      * @return \App\Entity\ModelePreEnregistre
  4757.      */
  4758.     protected function getModelePreEnregistreService()
  4759.     {
  4760.         $this->throw('Cannot autowire service ".service_locator.ACO_H3o": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4761.     }
  4762.     /**
  4763.      * Gets the private '.errored..service_locator.ByMeTGc.App\Entity\NetworkMoveRequest' shared service.
  4764.      *
  4765.      * @return \App\Entity\NetworkMoveRequest
  4766.      */
  4767.     protected function getNetworkMoveRequestService()
  4768.     {
  4769.         $this->throw('Cannot autowire service ".service_locator.ByMeTGc": it references class "App\\Entity\\NetworkMoveRequest" but no such service exists.');
  4770.     }
  4771.     /**
  4772.      * Gets the private '.errored..service_locator.CIkUJtK.App\Entity\Device' shared service.
  4773.      *
  4774.      * @return \App\Entity\Device
  4775.      */
  4776.     protected function getDeviceService()
  4777.     {
  4778.         $this->throw('Cannot autowire service ".service_locator.CIkUJtK": it references class "App\\Entity\\Device" but no such service exists.');
  4779.     }
  4780.     /**
  4781.      * Gets the private '.errored..service_locator.D2Ja7N..App\Entity\MoveRequest' shared service.
  4782.      *
  4783.      * @return \App\Entity\MoveRequest
  4784.      */
  4785.     protected function getMoveRequestService()
  4786.     {
  4787.         $this->throw('Cannot autowire service ".service_locator.D2Ja7N.": it references class "App\\Entity\\MoveRequest" but no such service exists.');
  4788.     }
  4789.     /**
  4790.      * Gets the private '.errored..service_locator.DPytARp.App\Entity\Caisse' shared service.
  4791.      *
  4792.      * @return \App\Entity\Caisse
  4793.      */
  4794.     protected function getCaisseService()
  4795.     {
  4796.         $this->throw('Cannot autowire service ".service_locator.DPytARp": it references class "App\\Entity\\Caisse" but no such service exists.');
  4797.     }
  4798.     /**
  4799.      * Gets the private '.errored..service_locator.E6MiF.U.App\Entity\PlanifiedMaintenance' shared service.
  4800.      *
  4801.      * @return \App\Entity\PlanifiedMaintenance
  4802.      */
  4803.     protected function getPlanifiedMaintenanceService()
  4804.     {
  4805.         $this->throw('Cannot autowire service ".service_locator.E6MiF.U": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  4806.     }
  4807.     /**
  4808.      * Gets the private '.errored..service_locator.EKOxL7d.App\Entity\Customer' shared service.
  4809.      *
  4810.      * @return \App\Entity\Customer
  4811.      */
  4812.     protected function getCustomer3Service()
  4813.     {
  4814.         $this->throw('Cannot autowire service ".service_locator.EKOxL7d": it references class "App\\Entity\\Customer" but no such service exists.');
  4815.     }
  4816.     /**
  4817.      * Gets the private '.errored..service_locator.EmgLjcU.App\Entity\ModelePreEnregistre' shared service.
  4818.      *
  4819.      * @return \App\Entity\ModelePreEnregistre
  4820.      */
  4821.     protected function getModelePreEnregistre2Service()
  4822.     {
  4823.         $this->throw('Cannot autowire service ".service_locator.EmgLjcU": it references class "App\\Entity\\ModelePreEnregistre" but no such service exists.');
  4824.     }
  4825.     /**
  4826.      * Gets the private '.errored..service_locator.EvoQZbL.App\Entity\GeneratedCode' shared service.
  4827.      *
  4828.      * @return \App\Entity\GeneratedCode
  4829.      */
  4830.     protected function getGeneratedCodeService()
  4831.     {
  4832.         $this->throw('Cannot autowire service ".service_locator.EvoQZbL": it references class "App\\Entity\\GeneratedCode" but no such service exists.');
  4833.     }
  4834.     /**
  4835.      * Gets the private '.errored..service_locator.FM8zfWg.App\Entity\Facturation' shared service.
  4836.      *
  4837.      * @return \App\Entity\Facturation
  4838.      */
  4839.     protected function getFacturationService()
  4840.     {
  4841.         $this->throw('Cannot autowire service ".service_locator.FM8zfWg": it references class "App\\Entity\\Facturation" but no such service exists.');
  4842.     }
  4843.     /**
  4844.      * Gets the private '.errored..service_locator.GcA.9H5.App\Entity\Caisse' shared service.
  4845.      *
  4846.      * @return \App\Entity\Caisse
  4847.      */
  4848.     protected function getCaisse2Service()
  4849.     {
  4850.         $this->throw('Cannot autowire service ".service_locator.GcA.9H5": it references class "App\\Entity\\Caisse" but no such service exists.');
  4851.     }
  4852.     /**
  4853.      * Gets the private '.errored..service_locator.HHM2x4T.App\Entity\DeviceCategory' shared service.
  4854.      *
  4855.      * @return \App\Entity\DeviceCategory
  4856.      */
  4857.     protected function getDeviceCategoryService()
  4858.     {
  4859.         $this->throw('Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  4860.     }
  4861.     /**
  4862.      * Gets the private '.errored..service_locator.HHM2x4T.App\Entity\DeviceType' shared service.
  4863.      *
  4864.      * @return \App\Entity\DeviceType
  4865.      */
  4866.     protected function getDeviceType2Service()
  4867.     {
  4868.         $this->throw('Cannot autowire service ".service_locator.HHM2x4T": it references class "App\\Entity\\DeviceType" but no such service exists.');
  4869.     }
  4870.     /**
  4871.      * Gets the private '.errored..service_locator.HSs3QPH.App\Entity\Transfert' shared service.
  4872.      *
  4873.      * @return \App\Entity\Transfert
  4874.      */
  4875.     protected function getTransfert4Service()
  4876.     {
  4877.         $this->throw('Cannot autowire service ".service_locator.HSs3QPH": it references class "App\\Entity\\Transfert" but no such service exists.');
  4878.     }
  4879.     /**
  4880.      * Gets the private '.errored..service_locator.Ho_cL4p.App\Entity\Customer' shared service.
  4881.      *
  4882.      * @return \App\Entity\Customer
  4883.      */
  4884.     protected function getCustomer4Service()
  4885.     {
  4886.         $this->throw('Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Customer" but no such service exists.');
  4887.     }
  4888.     /**
  4889.      * Gets the private '.errored..service_locator.Ho_cL4p.App\Entity\Network' shared service.
  4890.      *
  4891.      * @return \App\Entity\Network
  4892.      */
  4893.     protected function getNetwork4Service()
  4894.     {
  4895.         $this->throw('Cannot autowire service ".service_locator.Ho_cL4p": it references class "App\\Entity\\Network" but no such service exists.');
  4896.     }
  4897.     /**
  4898.      * Gets the private '.errored..service_locator.IO.8s6n.App\Entity\Fabrication' shared service.
  4899.      *
  4900.      * @return \App\Entity\Fabrication
  4901.      */
  4902.     protected function getFabricationService()
  4903.     {
  4904.         $this->throw('Cannot autowire service ".service_locator.IO.8s6n": it references class "App\\Entity\\Fabrication" but no such service exists.');
  4905.     }
  4906.     /**
  4907.      * Gets the private '.errored..service_locator.J0R.6EQ.App\Entity\Satisfaction' shared service.
  4908.      *
  4909.      * @return \App\Entity\Satisfaction
  4910.      */
  4911.     protected function getSatisfactionService()
  4912.     {
  4913.         $this->throw('Cannot autowire service ".service_locator.J0R.6EQ": it references class "App\\Entity\\Satisfaction" but no such service exists.');
  4914.     }
  4915.     /**
  4916.      * Gets the private '.errored..service_locator.JhG5aGw.App\Entity\Customer' shared service.
  4917.      *
  4918.      * @return \App\Entity\Customer
  4919.      */
  4920.     protected function getCustomer5Service()
  4921.     {
  4922.         $this->throw('Cannot autowire service ".service_locator.JhG5aGw": it references class "App\\Entity\\Customer" but no such service exists.');
  4923.     }
  4924.     /**
  4925.      * Gets the private '.errored..service_locator.KEvXzip.App\Entity\Inspection' shared service.
  4926.      *
  4927.      * @return \App\Entity\Inspection
  4928.      */
  4929.     protected function getInspectionService()
  4930.     {
  4931.         $this->throw('Cannot autowire service ".service_locator.KEvXzip": it references class "App\\Entity\\Inspection" but no such service exists.');
  4932.     }
  4933.     /**
  4934.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  4935.      *
  4936.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  4937.      */
  4938.     protected function getLoaderInterfaceService()
  4939.     {
  4940.         $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".');
  4941.     }
  4942.     /**
  4943.      * Gets the private '.errored..service_locator.Kntl2lG.App\Entity\Users' shared service.
  4944.      *
  4945.      * @return \App\Entity\Users
  4946.      */
  4947.     protected function getUsers3Service()
  4948.     {
  4949.         $this->throw('Cannot autowire service ".service_locator.Kntl2lG": it references class "App\\Entity\\Users" but no such service exists.');
  4950.     }
  4951.     /**
  4952.      * Gets the private '.errored..service_locator.LPkUJpx.App\Entity\Customer' shared service.
  4953.      *
  4954.      * @return \App\Entity\Customer
  4955.      */
  4956.     protected function getCustomer6Service()
  4957.     {
  4958.         $this->throw('Cannot autowire service ".service_locator.LPkUJpx": it references class "App\\Entity\\Customer" but no such service exists.');
  4959.     }
  4960.     /**
  4961.      * Gets the private '.errored..service_locator.NwHyrO9.App\Entity\Users' shared service.
  4962.      *
  4963.      * @return \App\Entity\Users
  4964.      */
  4965.     protected function getUsers4Service()
  4966.     {
  4967.         $this->throw('Cannot autowire service ".service_locator.NwHyrO9": it references class "App\\Entity\\Users" but no such service exists.');
  4968.     }
  4969.     /**
  4970.      * Gets the private '.errored..service_locator.OgVQf1A.App\Entity\Facturation' shared service.
  4971.      *
  4972.      * @return \App\Entity\Facturation
  4973.      */
  4974.     protected function getFacturation2Service()
  4975.     {
  4976.         $this->throw('Cannot autowire service ".service_locator.OgVQf1A": it references class "App\\Entity\\Facturation" but no such service exists.');
  4977.     }
  4978.     /**
  4979.      * Gets the private '.errored..service_locator.OkSsD0O.App\Entity\Mouvement' shared service.
  4980.      *
  4981.      * @return \App\Entity\Mouvement
  4982.      */
  4983.     protected function getMouvementService()
  4984.     {
  4985.         $this->throw('Cannot autowire service ".service_locator.OkSsD0O": it references class "App\\Entity\\Mouvement" but no such service exists.');
  4986.     }
  4987.     /**
  4988.      * Gets the private '.errored..service_locator.OzxFyGf.App\Entity\Zone' shared service.
  4989.      *
  4990.      * @return \App\Entity\Zone
  4991.      */
  4992.     protected function getZoneService()
  4993.     {
  4994.         $this->throw('Cannot autowire service ".service_locator.OzxFyGf": it references class "App\\Entity\\Zone" but no such service exists.');
  4995.     }
  4996.     /**
  4997.      * Gets the private '.errored..service_locator.PG7FJY2.App\Entity\Sold' shared service.
  4998.      *
  4999.      * @return \App\Entity\Sold
  5000.      */
  5001.     protected function getSoldService()
  5002.     {
  5003.         $this->throw('Cannot autowire service ".service_locator.PG7FJY2": it references class "App\\Entity\\Sold" but no such service exists.');
  5004.     }
  5005.     /**
  5006.      * Gets the private '.errored..service_locator.PMo3JdN.App\Entity\Mouvement' shared service.
  5007.      *
  5008.      * @return \App\Entity\Mouvement
  5009.      */
  5010.     protected function getMouvement2Service()
  5011.     {
  5012.         $this->throw('Cannot autowire service ".service_locator.PMo3JdN": it references class "App\\Entity\\Mouvement" but no such service exists.');
  5013.     }
  5014.     /**
  5015.      * Gets the private '.errored..service_locator.PW4v3kj.App\Entity\Customer' shared service.
  5016.      *
  5017.      * @return \App\Entity\Customer
  5018.      */
  5019.     protected function getCustomer7Service()
  5020.     {
  5021.         $this->throw('Cannot autowire service ".service_locator.PW4v3kj": it references class "App\\Entity\\Customer" but no such service exists.');
  5022.     }
  5023.     /**
  5024.      * Gets the private '.errored..service_locator.QJOpjBe.App\Entity\Customer' shared service.
  5025.      *
  5026.      * @return \App\Entity\Customer
  5027.      */
  5028.     protected function getCustomer8Service()
  5029.     {
  5030.         $this->throw('Cannot autowire service ".service_locator.QJOpjBe": it references class "App\\Entity\\Customer" but no such service exists.');
  5031.     }
  5032.     /**
  5033.      * Gets the private '.errored..service_locator.QM7rkSL.OldSound\RabbitMqBundle\RabbitMq\Producer' shared service.
  5034.      *
  5035.      * @return \OldSound\RabbitMqBundle\RabbitMq\Producer
  5036.      */
  5037.     protected function getProducerService()
  5038.     {
  5039.         $this->throw('Cannot autowire service ".service_locator.QM7rkSL": it references class "OldSound\\RabbitMqBundle\\RabbitMq\\Producer" but no such service exists.');
  5040.     }
  5041.     /**
  5042.      * Gets the private '.errored..service_locator.QgH0i9w.App\Entity\Offers' shared service.
  5043.      *
  5044.      * @return \App\Entity\Offers
  5045.      */
  5046.     protected function getOffersService()
  5047.     {
  5048.         $this->throw('Cannot autowire service ".service_locator.QgH0i9w": it references class "App\\Entity\\Offers" but no such service exists.');
  5049.     }
  5050.     /**
  5051.      * Gets the private '.errored..service_locator.QpiMmnx.App\Entity\Fabrication' shared service.
  5052.      *
  5053.      * @return \App\Entity\Fabrication
  5054.      */
  5055.     protected function getFabrication2Service()
  5056.     {
  5057.         $this->throw('Cannot autowire service ".service_locator.QpiMmnx": it references class "App\\Entity\\Fabrication" but no such service exists.');
  5058.     }
  5059.     /**
  5060.      * Gets the private '.errored..service_locator.RlSv5Uu.App\Entity\Customer' shared service.
  5061.      *
  5062.      * @return \App\Entity\Customer
  5063.      */
  5064.     protected function getCustomer9Service()
  5065.     {
  5066.         $this->throw('Cannot autowire service ".service_locator.RlSv5Uu": it references class "App\\Entity\\Customer" but no such service exists.');
  5067.     }
  5068.     /**
  5069.      * Gets the private '.errored..service_locator.RuIoqYh.App\Entity\Offers' shared service.
  5070.      *
  5071.      * @return \App\Entity\Offers
  5072.      */
  5073.     protected function getOffers2Service()
  5074.     {
  5075.         $this->throw('Cannot autowire service ".service_locator.RuIoqYh": it references class "App\\Entity\\Offers" but no such service exists.');
  5076.     }
  5077.     /**
  5078.      * Gets the private '.errored..service_locator.SFYsmbr.Symfony\Component\Console\Output\OutputInterface' shared service.
  5079.      *
  5080.      * @return \Symfony\Component\Console\Output\OutputInterface
  5081.      */
  5082.     protected function getOutputInterfaceService()
  5083.     {
  5084.         $this->throw('Cannot autowire service ".service_locator.SFYsmbr": it references interface "Symfony\\Component\\Console\\Output\\OutputInterface" but no such service exists. Did you create a class that implements this interface?');
  5085.     }
  5086.     /**
  5087.      * Gets the private '.errored..service_locator.TZQ6Yd..App\Entity\DeviceCategory' shared service.
  5088.      *
  5089.      * @return \App\Entity\DeviceCategory
  5090.      */
  5091.     protected function getDeviceCategory2Service()
  5092.     {
  5093.         $this->throw('Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  5094.     }
  5095.     /**
  5096.      * Gets the private '.errored..service_locator.TZQ6Yd..App\Entity\DeviceType' shared service.
  5097.      *
  5098.      * @return \App\Entity\DeviceType
  5099.      */
  5100.     protected function getDeviceType3Service()
  5101.     {
  5102.         $this->throw('Cannot autowire service ".service_locator.TZQ6Yd.": it references class "App\\Entity\\DeviceType" but no such service exists.');
  5103.     }
  5104.     /**
  5105.      * Gets the private '.errored..service_locator.TnHwTyo.App\Entity\Network' shared service.
  5106.      *
  5107.      * @return \App\Entity\Network
  5108.      */
  5109.     protected function getNetwork5Service()
  5110.     {
  5111.         $this->throw('Cannot autowire service ".service_locator.TnHwTyo": it references class "App\\Entity\\Network" but no such service exists.');
  5112.     }
  5113.     /**
  5114.      * Gets the private '.errored..service_locator.Ts1BwiH.App\Entity\Customer' shared service.
  5115.      *
  5116.      * @return \App\Entity\Customer
  5117.      */
  5118.     protected function getCustomer10Service()
  5119.     {
  5120.         $this->throw('Cannot autowire service ".service_locator.Ts1BwiH": it references class "App\\Entity\\Customer" but no such service exists.');
  5121.     }
  5122.     /**
  5123.      * Gets the private '.errored..service_locator.UDIZfWS.App\Entity\Facturation' shared service.
  5124.      *
  5125.      * @return \App\Entity\Facturation
  5126.      */
  5127.     protected function getFacturation3Service()
  5128.     {
  5129.         $this->throw('Cannot autowire service ".service_locator.UDIZfWS": it references class "App\\Entity\\Facturation" but no such service exists.');
  5130.     }
  5131.     /**
  5132.      * Gets the private '.errored..service_locator.UYMlL2W.App\Entity\ArticleClient' shared service.
  5133.      *
  5134.      * @return \App\Entity\ArticleClient
  5135.      */
  5136.     protected function getArticleClient2Service()
  5137.     {
  5138.         $this->throw('Cannot autowire service ".service_locator.UYMlL2W": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5139.     }
  5140.     /**
  5141.      * Gets the private '.errored..service_locator.VHH8RO0.App\Entity\Task' shared service.
  5142.      *
  5143.      * @return \App\Entity\Task
  5144.      */
  5145.     protected function getTaskService()
  5146.     {
  5147.         $this->throw('Cannot autowire service ".service_locator.VHH8RO0": it references class "App\\Entity\\Task" but no such service exists.');
  5148.     }
  5149.     /**
  5150.      * Gets the private '.errored..service_locator.VaFcGWn.App\Entity\Customer' shared service.
  5151.      *
  5152.      * @return \App\Entity\Customer
  5153.      */
  5154.     protected function getCustomer11Service()
  5155.     {
  5156.         $this->throw('Cannot autowire service ".service_locator.VaFcGWn": it references class "App\\Entity\\Customer" but no such service exists.');
  5157.     }
  5158.     /**
  5159.      * Gets the private '.errored..service_locator.WqX1CqG.App\Entity\Fabrication' shared service.
  5160.      *
  5161.      * @return \App\Entity\Fabrication
  5162.      */
  5163.     protected function getFabrication3Service()
  5164.     {
  5165.         $this->throw('Cannot autowire service ".service_locator.WqX1CqG": it references class "App\\Entity\\Fabrication" but no such service exists.');
  5166.     }
  5167.     /**
  5168.      * Gets the private '.errored..service_locator.X0FgT8k.App\Entity\Offers' shared service.
  5169.      *
  5170.      * @return \App\Entity\Offers
  5171.      */
  5172.     protected function getOffers3Service()
  5173.     {
  5174.         $this->throw('Cannot autowire service ".service_locator.X0FgT8k": it references class "App\\Entity\\Offers" but no such service exists.');
  5175.     }
  5176.     /**
  5177.      * Gets the private '.errored..service_locator.X20a3Co.App\Entity\Fournisseur' shared service.
  5178.      *
  5179.      * @return \App\Entity\Fournisseur
  5180.      */
  5181.     protected function getFournisseur2Service()
  5182.     {
  5183.         $this->throw('Cannot autowire service ".service_locator.X20a3Co": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  5184.     }
  5185.     /**
  5186.      * Gets the private '.errored..service_locator.XrVIU67.App\Entity\Facturation' shared service.
  5187.      *
  5188.      * @return \App\Entity\Facturation
  5189.      */
  5190.     protected function getFacturation4Service()
  5191.     {
  5192.         $this->throw('Cannot autowire service ".service_locator.XrVIU67": it references class "App\\Entity\\Facturation" but no such service exists.');
  5193.     }
  5194.     /**
  5195.      * Gets the private '.errored..service_locator.Zxm6DVH.App\Entity\LocalAgence' shared service.
  5196.      *
  5197.      * @return \App\Entity\LocalAgence
  5198.      */
  5199.     protected function getLocalAgenceService()
  5200.     {
  5201.         $this->throw('Cannot autowire service ".service_locator.Zxm6DVH": it references class "App\\Entity\\LocalAgence" but no such service exists.');
  5202.     }
  5203.     /**
  5204.      * Gets the private '.errored..service_locator._Ty3c61.App\Entity\Model' shared service.
  5205.      *
  5206.      * @return \App\Entity\Model
  5207.      */
  5208.     protected function getModel2Service()
  5209.     {
  5210.         $this->throw('Cannot autowire service ".service_locator._Ty3c61": it references class "App\\Entity\\Model" but no such service exists.');
  5211.     }
  5212.     /**
  5213.      * Gets the private '.errored..service_locator._enI0SP.App\Entity\Customer' shared service.
  5214.      *
  5215.      * @return \App\Entity\Customer
  5216.      */
  5217.     protected function getCustomer12Service()
  5218.     {
  5219.         $this->throw('Cannot autowire service ".service_locator._enI0SP": it references class "App\\Entity\\Customer" but no such service exists.');
  5220.     }
  5221.     /**
  5222.      * Gets the private '.errored..service_locator.bIQR53J.App\Entity\Stock' shared service.
  5223.      *
  5224.      * @return \App\Entity\Stock
  5225.      */
  5226.     protected function getStock2Service()
  5227.     {
  5228.         $this->throw('Cannot autowire service ".service_locator.bIQR53J": it references class "App\\Entity\\Stock" but no such service exists.');
  5229.     }
  5230.     /**
  5231.      * Gets the private '.errored..service_locator.cIifKEn.App\Entity\Transfert' shared service.
  5232.      *
  5233.      * @return \App\Entity\Transfert
  5234.      */
  5235.     protected function getTransfert5Service()
  5236.     {
  5237.         $this->throw('Cannot autowire service ".service_locator.cIifKEn": it references class "App\\Entity\\Transfert" but no such service exists.');
  5238.     }
  5239.     /**
  5240.      * Gets the private '.errored..service_locator.cT9t6e4.App\Entity\Facturation' shared service.
  5241.      *
  5242.      * @return \App\Entity\Facturation
  5243.      */
  5244.     protected function getFacturation5Service()
  5245.     {
  5246.         $this->throw('Cannot autowire service ".service_locator.cT9t6e4": it references class "App\\Entity\\Facturation" but no such service exists.');
  5247.     }
  5248.     /**
  5249.      * Gets the private '.errored..service_locator.crcpn6p.App\Entity\Network' shared service.
  5250.      *
  5251.      * @return \App\Entity\Network
  5252.      */
  5253.     protected function getNetwork6Service()
  5254.     {
  5255.         $this->throw('Cannot autowire service ".service_locator.crcpn6p": it references class "App\\Entity\\Network" but no such service exists.');
  5256.     }
  5257.     /**
  5258.      * Gets the private '.errored..service_locator.dcYAIAg.App\Entity\ArticleClient' shared service.
  5259.      *
  5260.      * @return \App\Entity\ArticleClient
  5261.      */
  5262.     protected function getArticleClient3Service()
  5263.     {
  5264.         $this->throw('Cannot autowire service ".service_locator.dcYAIAg": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5265.     }
  5266.     /**
  5267.      * Gets the private '.errored..service_locator.dk..C2P.App\Entity\Network' shared service.
  5268.      *
  5269.      * @return \App\Entity\Network
  5270.      */
  5271.     protected function getNetwork7Service()
  5272.     {
  5273.         $this->throw('Cannot autowire service ".service_locator.dk..C2P": it references class "App\\Entity\\Network" but no such service exists.');
  5274.     }
  5275.     /**
  5276.      * Gets the private '.errored..service_locator.fJB56ct.App\Entity\ArticleClient' shared service.
  5277.      *
  5278.      * @return \App\Entity\ArticleClient
  5279.      */
  5280.     protected function getArticleClient4Service()
  5281.     {
  5282.         $this->throw('Cannot autowire service ".service_locator.fJB56ct": it references class "App\\Entity\\ArticleClient" but no such service exists.');
  5283.     }
  5284.     /**
  5285.      * Gets the private '.errored..service_locator.fS4LRYh.App\Entity\Users' shared service.
  5286.      *
  5287.      * @return \App\Entity\Users
  5288.      */
  5289.     protected function getUsers5Service()
  5290.     {
  5291.         $this->throw('Cannot autowire service ".service_locator.fS4LRYh": it references class "App\\Entity\\Users" but no such service exists.');
  5292.     }
  5293.     /**
  5294.      * Gets the private '.errored..service_locator.fbCUvGR.App\Entity\ReadOnly' shared service.
  5295.      *
  5296.      * @return \App\Entity\ReadOnly
  5297.      */
  5298.     protected function getReadOnlyService()
  5299.     {
  5300.         $this->throw('Cannot autowire service ".service_locator.fbCUvGR": it references class "App\\Entity\\ReadOnly" but no such service exists.');
  5301.     }
  5302.     /**
  5303.      * Gets the private '.errored..service_locator.fc7xGD0.App\Entity\Transfert' shared service.
  5304.      *
  5305.      * @return \App\Entity\Transfert
  5306.      */
  5307.     protected function getTransfert6Service()
  5308.     {
  5309.         $this->throw('Cannot autowire service ".service_locator.fc7xGD0": it references class "App\\Entity\\Transfert" but no such service exists.');
  5310.     }
  5311.     /**
  5312.      * Gets the private '.errored..service_locator.fd5GGl3.App\Entity\Device' shared service.
  5313.      *
  5314.      * @return \App\Entity\Device
  5315.      */
  5316.     protected function getDevice2Service()
  5317.     {
  5318.         $this->throw('Cannot autowire service ".service_locator.fd5GGl3": it references class "App\\Entity\\Device" but no such service exists.');
  5319.     }
  5320.     /**
  5321.      * Gets the private '.errored..service_locator.gFsD2UP.App\Entity\NetworkDevice' shared service.
  5322.      *
  5323.      * @return \App\Entity\NetworkDevice
  5324.      */
  5325.     protected function getNetworkDevice2Service()
  5326.     {
  5327.         $this->throw('Cannot autowire service ".service_locator.gFsD2UP": it references class "App\\Entity\\NetworkDevice" but no such service exists.');
  5328.     }
  5329.     /**
  5330.      * Gets the private '.errored..service_locator.i4ow5ut.App\Entity\PlanifiedMaintenance' shared service.
  5331.      *
  5332.      * @return \App\Entity\PlanifiedMaintenance
  5333.      */
  5334.     protected function getPlanifiedMaintenance2Service()
  5335.     {
  5336.         $this->throw('Cannot autowire service ".service_locator.i4ow5ut": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  5337.     }
  5338.     /**
  5339.      * Gets the private '.errored..service_locator.jOUN2g_.App\Entity\AlertProspect' shared service.
  5340.      *
  5341.      * @return \App\Entity\AlertProspect
  5342.      */
  5343.     protected function getAlertProspectService()
  5344.     {
  5345.         $this->throw('Cannot autowire service ".service_locator.jOUN2g_": it references class "App\\Entity\\AlertProspect" but no such service exists.');
  5346.     }
  5347.     /**
  5348.      * Gets the private '.errored..service_locator.lCVK1t1.App\Entity\Users' shared service.
  5349.      *
  5350.      * @return \App\Entity\Users
  5351.      */
  5352.     protected function getUsers6Service()
  5353.     {
  5354.         $this->throw('Cannot autowire service ".service_locator.lCVK1t1": it references class "App\\Entity\\Users" but no such service exists.');
  5355.     }
  5356.     /**
  5357.      * Gets the private '.errored..service_locator.lvsFEkY.App\Entity\Inspection' shared service.
  5358.      *
  5359.      * @return \App\Entity\Inspection
  5360.      */
  5361.     protected function getInspection2Service()
  5362.     {
  5363.         $this->throw('Cannot autowire service ".service_locator.lvsFEkY": it references class "App\\Entity\\Inspection" but no such service exists.');
  5364.     }
  5365.     /**
  5366.      * Gets the private '.errored..service_locator.mglvehC.App\Entity\Network' shared service.
  5367.      *
  5368.      * @return \App\Entity\Network
  5369.      */
  5370.     protected function getNetwork8Service()
  5371.     {
  5372.         $this->throw('Cannot autowire service ".service_locator.mglvehC": it references class "App\\Entity\\Network" but no such service exists.');
  5373.     }
  5374.     /**
  5375.      * Gets the private '.errored..service_locator.ojSyuEO.App\Entity\Agence' shared service.
  5376.      *
  5377.      * @return \App\Entity\Agence
  5378.      */
  5379.     protected function getAgenceService()
  5380.     {
  5381.         $this->throw('Cannot autowire service ".service_locator.ojSyuEO": it references class "App\\Entity\\Agence" but no such service exists.');
  5382.     }
  5383.     /**
  5384.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\Device' shared service.
  5385.      *
  5386.      * @return \App\Entity\Device
  5387.      */
  5388.     protected function getDevice3Service()
  5389.     {
  5390.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\Device" but no such service exists.');
  5391.     }
  5392.     /**
  5393.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\DeviceCategory' shared service.
  5394.      *
  5395.      * @return \App\Entity\DeviceCategory
  5396.      */
  5397.     protected function getDeviceCategory3Service()
  5398.     {
  5399.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceCategory" but no such service exists.');
  5400.     }
  5401.     /**
  5402.      * Gets the private '.errored..service_locator.ordqhef.App\Entity\DeviceType' shared service.
  5403.      *
  5404.      * @return \App\Entity\DeviceType
  5405.      */
  5406.     protected function getDeviceType4Service()
  5407.     {
  5408.         $this->throw('Cannot autowire service ".service_locator.ordqhef": it references class "App\\Entity\\DeviceType" but no such service exists.');
  5409.     }
  5410.     /**
  5411.      * Gets the private '.errored..service_locator.pnE2s.A.App\Entity\Network' shared service.
  5412.      *
  5413.      * @return \App\Entity\Network
  5414.      */
  5415.     protected function getNetwork9Service()
  5416.     {
  5417.         $this->throw('Cannot autowire service ".service_locator.pnE2s.A": it references class "App\\Entity\\Network" but no such service exists.');
  5418.     }
  5419.     /**
  5420.      * Gets the private '.errored..service_locator.qSY6gAo.App\Entity\Fournisseur' shared service.
  5421.      *
  5422.      * @return \App\Entity\Fournisseur
  5423.      */
  5424.     protected function getFournisseur3Service()
  5425.     {
  5426.         $this->throw('Cannot autowire service ".service_locator.qSY6gAo": it references class "App\\Entity\\Fournisseur" but no such service exists.');
  5427.     }
  5428.     /**
  5429.      * Gets the private '.errored..service_locator.rvKFh5M.App\Entity\Users' shared service.
  5430.      *
  5431.      * @return \App\Entity\Users
  5432.      */
  5433.     protected function getUsers7Service()
  5434.     {
  5435.         $this->throw('Cannot autowire service ".service_locator.rvKFh5M": it references class "App\\Entity\\Users" but no such service exists.');
  5436.     }
  5437.     /**
  5438.      * Gets the private '.errored..service_locator.sFIcoVJ.App\Entity\Transaction' shared service.
  5439.      *
  5440.      * @return \App\Entity\Transaction
  5441.      */
  5442.     protected function getTransactionService()
  5443.     {
  5444.         $this->throw('Cannot autowire service ".service_locator.sFIcoVJ": it references class "App\\Entity\\Transaction" but no such service exists.');
  5445.     }
  5446.     /**
  5447.      * Gets the private '.errored..service_locator.ssAKG2k.App\Entity\Categorie' shared service.
  5448.      *
  5449.      * @return \App\Entity\Categorie
  5450.      */
  5451.     protected function getCategorieService()
  5452.     {
  5453.         $this->throw('Cannot autowire service ".service_locator.ssAKG2k": it references class "App\\Entity\\Categorie" but no such service exists.');
  5454.     }
  5455.     /**
  5456.      * Gets the private '.errored..service_locator.tX54x_B.App\Entity\Inspection' shared service.
  5457.      *
  5458.      * @return \App\Entity\Inspection
  5459.      */
  5460.     protected function getInspection3Service()
  5461.     {
  5462.         $this->throw('Cannot autowire service ".service_locator.tX54x_B": it references class "App\\Entity\\Inspection" but no such service exists.');
  5463.     }
  5464.     /**
  5465.      * Gets the private '.errored..service_locator.uK6PBjB.App\Entity\InterventionSuperClass' shared service.
  5466.      *
  5467.      * @return \App\Entity\InterventionSuperClass
  5468.      */
  5469.     protected function getInterventionSuperClassService()
  5470.     {
  5471.         $this->throw('Cannot autowire service ".service_locator.uK6PBjB": it references class "App\\Entity\\InterventionSuperClass" but no such service exists.');
  5472.     }
  5473.     /**
  5474.      * Gets the private '.errored..service_locator.uXcDtJs.App\Entity\Network' shared service.
  5475.      *
  5476.      * @return \App\Entity\Network
  5477.      */
  5478.     protected function getNetwork10Service()
  5479.     {
  5480.         $this->throw('Cannot autowire service ".service_locator.uXcDtJs": it references class "App\\Entity\\Network" but no such service exists.');
  5481.     }
  5482.     /**
  5483.      * Gets the private '.errored..service_locator.umipsEM.App\Entity\Agence' shared service.
  5484.      *
  5485.      * @return \App\Entity\Agence
  5486.      */
  5487.     protected function getAgence2Service()
  5488.     {
  5489.         $this->throw('Cannot autowire service ".service_locator.umipsEM": it references class "App\\Entity\\Agence" but no such service exists.');
  5490.     }
  5491.     /**
  5492.      * Gets the private '.errored..service_locator.v.fGnTf.App\Entity\Customer' shared service.
  5493.      *
  5494.      * @return \App\Entity\Customer
  5495.      */
  5496.     protected function getCustomer13Service()
  5497.     {
  5498.         $this->throw('Cannot autowire service ".service_locator.v.fGnTf": it references class "App\\Entity\\Customer" but no such service exists.');
  5499.     }
  5500.     /**
  5501.      * Gets the private '.errored..service_locator.vHSIYGf.App\Entity\Customer' shared service.
  5502.      *
  5503.      * @return \App\Entity\Customer
  5504.      */
  5505.     protected function getCustomer14Service()
  5506.     {
  5507.         $this->throw('Cannot autowire service ".service_locator.vHSIYGf": it references class "App\\Entity\\Customer" but no such service exists.');
  5508.     }
  5509.     /**
  5510.      * Gets the private '.errored..service_locator.vUdv.fr.App\Entity\Produit' shared service.
  5511.      *
  5512.      * @return \App\Entity\Produit
  5513.      */
  5514.     protected function getProduit2Service()
  5515.     {
  5516.         $this->throw('Cannot autowire service ".service_locator.vUdv.fr": it references class "App\\Entity\\Produit" but no such service exists.');
  5517.     }
  5518.     /**
  5519.      * Gets the private '.errored..service_locator.w4KxZIX.App\Entity\Zone' shared service.
  5520.      *
  5521.      * @return \App\Entity\Zone
  5522.      */
  5523.     protected function getZone2Service()
  5524.     {
  5525.         $this->throw('Cannot autowire service ".service_locator.w4KxZIX": it references class "App\\Entity\\Zone" but no such service exists.');
  5526.     }
  5527.     /**
  5528.      * Gets the private '.errored..service_locator.wtUBix8.App\Entity\Network' shared service.
  5529.      *
  5530.      * @return \App\Entity\Network
  5531.      */
  5532.     protected function getNetwork11Service()
  5533.     {
  5534.         $this->throw('Cannot autowire service ".service_locator.wtUBix8": it references class "App\\Entity\\Network" but no such service exists.');
  5535.     }
  5536.     /**
  5537.      * Gets the private '.errored..service_locator.y0XNB5K.App\Entity\Zone' shared service.
  5538.      *
  5539.      * @return \App\Entity\Zone
  5540.      */
  5541.     protected function getZone3Service()
  5542.     {
  5543.         $this->throw('Cannot autowire service ".service_locator.y0XNB5K": it references class "App\\Entity\\Zone" but no such service exists.');
  5544.     }
  5545.     /**
  5546.      * Gets the private '.errored..service_locator.ykpsXIg.App\Entity\Mouvement' shared service.
  5547.      *
  5548.      * @return \App\Entity\Mouvement
  5549.      */
  5550.     protected function getMouvement3Service()
  5551.     {
  5552.         $this->throw('Cannot autowire service ".service_locator.ykpsXIg": it references class "App\\Entity\\Mouvement" but no such service exists.');
  5553.     }
  5554.     /**
  5555.      * Gets the private '.errored..service_locator.zVpJGgr.App\Entity\PlanifiedMaintenance' shared service.
  5556.      *
  5557.      * @return \App\Entity\PlanifiedMaintenance
  5558.      */
  5559.     protected function getPlanifiedMaintenance3Service()
  5560.     {
  5561.         $this->throw('Cannot autowire service ".service_locator.zVpJGgr": it references class "App\\Entity\\PlanifiedMaintenance" but no such service exists.');
  5562.     }
  5563.     /**
  5564.      * Gets the private '.errored..service_locator.zZantHl.App\Entity\ProspectMoveRequest' shared service.
  5565.      *
  5566.      * @return \App\Entity\ProspectMoveRequest
  5567.      */
  5568.     protected function getProspectMoveRequestService()
  5569.     {
  5570.         $this->throw('Cannot autowire service ".service_locator.zZantHl": it references class "App\\Entity\\ProspectMoveRequest" but no such service exists.');
  5571.     }
  5572.     /**
  5573.      * Gets the private '.errored..service_locator.zqb86X4.App\Entity\Agence' shared service.
  5574.      *
  5575.      * @return \App\Entity\Agence
  5576.      */
  5577.     protected function getAgence3Service()
  5578.     {
  5579.         $this->throw('Cannot autowire service ".service_locator.zqb86X4": it references class "App\\Entity\\Agence" but no such service exists.');
  5580.     }
  5581.     /**
  5582.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5583.      *
  5584.      * @return \Symfony\Component\Console\Command\LazyCommand
  5585.      */
  5586.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5590.         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 {
  5591.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5592.         });
  5593.     }
  5594.     /**
  5595.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\Console\Command\LazyCommand
  5598.      */
  5599.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5603.         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 {
  5604.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5605.         });
  5606.     }
  5607.     /**
  5608.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5609.      *
  5610.      * @return \Symfony\Component\Console\Command\LazyCommand
  5611.      */
  5612.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5616.         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 {
  5617.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5618.         });
  5619.     }
  5620.     /**
  5621.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5622.      *
  5623.      * @return \Symfony\Component\Console\Command\LazyCommand
  5624.      */
  5625.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5629.         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 {
  5630.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5631.         });
  5632.     }
  5633.     /**
  5634.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  5635.      *
  5636.      * @return \Symfony\Component\Console\Command\LazyCommand
  5637.      */
  5638.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  5639.     {
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5642.         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 {
  5643.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  5644.         });
  5645.     }
  5646.     /**
  5647.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  5648.      *
  5649.      * @return \Symfony\Component\Console\Command\LazyCommand
  5650.      */
  5651.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  5652.     {
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5655.         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 {
  5656.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  5657.         });
  5658.     }
  5659.     /**
  5660.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\Console\Command\LazyCommand
  5663.      */
  5664.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5668.         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 {
  5669.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5670.         });
  5671.     }
  5672.     /**
  5673.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5674.      *
  5675.      * @return \Symfony\Component\Console\Command\LazyCommand
  5676.      */
  5677.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5681.         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 {
  5682.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5683.         });
  5684.     }
  5685.     /**
  5686.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5687.      *
  5688.      * @return \Symfony\Component\Console\Command\LazyCommand
  5689.      */
  5690.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5694.         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 {
  5695.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5696.         });
  5697.     }
  5698.     /**
  5699.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5700.      *
  5701.      * @return \Symfony\Component\Console\Command\LazyCommand
  5702.      */
  5703.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5704.     {
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5707.         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 {
  5708.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5709.         });
  5710.     }
  5711.     /**
  5712.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5713.      *
  5714.      * @return \Symfony\Component\Console\Command\LazyCommand
  5715.      */
  5716.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5720.         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 {
  5721.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5722.         });
  5723.     }
  5724.     /**
  5725.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5726.      *
  5727.      * @return \Symfony\Component\Console\Command\LazyCommand
  5728.      */
  5729.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5730.     {
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5733.         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 {
  5734.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5735.         });
  5736.     }
  5737.     /**
  5738.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5739.      *
  5740.      * @return \Symfony\Component\Console\Command\LazyCommand
  5741.      */
  5742.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5746.         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 {
  5747.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5748.         });
  5749.     }
  5750.     /**
  5751.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Console\Command\LazyCommand
  5754.      */
  5755.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5759.         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 {
  5760.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5761.         });
  5762.     }
  5763.     /**
  5764.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5765.      *
  5766.      * @return \Symfony\Component\Console\Command\LazyCommand
  5767.      */
  5768.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5772.         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 {
  5773.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5774.         });
  5775.     }
  5776.     /**
  5777.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  5778.      *
  5779.      * @return \Symfony\Component\Console\Command\LazyCommand
  5780.      */
  5781.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5785.         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 {
  5786.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  5787.         });
  5788.     }
  5789.     /**
  5790.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  5791.      *
  5792.      * @return \Symfony\Component\Console\Command\LazyCommand
  5793.      */
  5794.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5798.         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 {
  5799.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  5800.         });
  5801.     }
  5802.     /**
  5803.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\Console\Command\LazyCommand
  5806.      */
  5807.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5811.         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 {
  5812.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  5813.         });
  5814.     }
  5815.     /**
  5816.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\Console\Command\LazyCommand
  5819.      */
  5820.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5824.         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 {
  5825.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  5826.         });
  5827.     }
  5828.     /**
  5829.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Console\Command\LazyCommand
  5832.      */
  5833.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5837.         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 {
  5838.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  5839.         });
  5840.     }
  5841.     /**
  5842.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  5843.      *
  5844.      * @return \Symfony\Component\Console\Command\LazyCommand
  5845.      */
  5846.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  5847.     {
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5850.         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 {
  5851.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  5852.         });
  5853.     }
  5854.     /**
  5855.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  5856.      *
  5857.      * @return \Symfony\Component\Console\Command\LazyCommand
  5858.      */
  5859.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5863.         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 {
  5864.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  5865.         });
  5866.     }
  5867.     /**
  5868.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  5869.      *
  5870.      * @return \Symfony\Component\Console\Command\LazyCommand
  5871.      */
  5872.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5876.         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 {
  5877.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  5878.         });
  5879.     }
  5880.     /**
  5881.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  5882.      *
  5883.      * @return \Symfony\Component\Console\Command\LazyCommand
  5884.      */
  5885.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5889.         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 {
  5890.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  5891.         });
  5892.     }
  5893.     /**
  5894.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  5895.      *
  5896.      * @return \Symfony\Component\Console\Command\LazyCommand
  5897.      */
  5898.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  5899.     {
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5902.         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 {
  5903.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  5904.         });
  5905.     }
  5906.     /**
  5907.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  5908.      *
  5909.      * @return \Symfony\Component\Console\Command\LazyCommand
  5910.      */
  5911.     protected function get_Security_Command_DebugFirewall_LazyService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5915.         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 {
  5916.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  5917.         });
  5918.     }
  5919.     /**
  5920.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  5921.      *
  5922.      * @return \Symfony\Component\Console\Command\LazyCommand
  5923.      */
  5924.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5928.         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 {
  5929.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  5930.         });
  5931.     }
  5932.     /**
  5933.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  5934.      *
  5935.      * @return \Symfony\Component\Console\Command\LazyCommand
  5936.      */
  5937.     protected function get_Security_Command_UserPasswordHash_LazyService()
  5938.     {
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5941.         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 {
  5942.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  5943.         });
  5944.     }
  5945.     /**
  5946.      * Gets the private '.service_locator..EETIKc' shared service.
  5947.      *
  5948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5949.      */
  5950.     protected function get_ServiceLocator__EETIKcService()
  5951.     {
  5952.         return $this->privates['.service_locator..EETIKc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5953.             '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.'],
  5954.         ], [
  5955.             'transfert' => 'App\\Entity\\Transfert',
  5956.         ]);
  5957.     }
  5958.     /**
  5959.      * Gets the private '.service_locator..Tk2o.V' shared service.
  5960.      *
  5961.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5962.      */
  5963.     protected function get_ServiceLocator__Tk2o_VService()
  5964.     {
  5965.         return $this->privates['.service_locator..Tk2o.V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5966.             '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.'],
  5967.             'trans' => ['services''translator''getTranslatorService'false],
  5968.         ], [
  5969.             'item' => 'App\\Entity\\Model',
  5970.             'trans' => '?',
  5971.         ]);
  5972.     }
  5973.     /**
  5974.      * Gets the private '.service_locator..cSTREF' shared service.
  5975.      *
  5976.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5977.      */
  5978.     protected function get_ServiceLocator__CSTREFService()
  5979.     {
  5980.         return $this->privates['.service_locator..cSTREF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5981.             'receptionTransfertRepository' => ['privates''App\\Repository\\ReceptionTransfertRepository''getReceptionTransfertRepositoryService'false],
  5982.             '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.'],
  5983.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  5984.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  5985.         ], [
  5986.             'receptionTransfertRepository' => 'App\\Repository\\ReceptionTransfertRepository',
  5987.             'transfert' => 'App\\Entity\\Transfert',
  5988.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  5989.             'translatorInterface' => '?',
  5990.         ]);
  5991.     }
  5992.     /**
  5993.      * Gets the private '.service_locator.0Glhizg' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5996.      */
  5997.     protected function get_ServiceLocator_0GlhizgService()
  5998.     {
  5999.         return $this->privates['.service_locator.0Glhizg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6000.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6001.             '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.'],
  6002.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  6003.             'trans' => ['services''translator''getTranslatorService'false],
  6004.         ], [
  6005.             'entityManager' => '?',
  6006.             'fournisseur' => 'App\\Entity\\Fournisseur',
  6007.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  6008.             'trans' => '?',
  6009.         ]);
  6010.     }
  6011.     /**
  6012.      * Gets the private '.service_locator.0JUpYOV' shared service.
  6013.      *
  6014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6015.      */
  6016.     protected function get_ServiceLocator_0JUpYOVService()
  6017.     {
  6018.         return $this->privates['.service_locator.0JUpYOV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6019.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6020.             'translator' => ['services''translator''getTranslatorService'false],
  6021.         ], [
  6022.             'pdf' => '?',
  6023.             'translator' => '?',
  6024.         ]);
  6025.     }
  6026.     /**
  6027.      * Gets the private '.service_locator.0RswhjC' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6030.      */
  6031.     protected function get_ServiceLocator_0RswhjCService()
  6032.     {
  6033.         return $this->privates['.service_locator.0RswhjC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6034.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6035.         ], [
  6036.             'pdf' => '?',
  6037.         ]);
  6038.     }
  6039.     /**
  6040.      * Gets the private '.service_locator.0djkI_r' shared service.
  6041.      *
  6042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6043.      */
  6044.     protected function get_ServiceLocator_0djkIRService()
  6045.     {
  6046.         return $this->privates['.service_locator.0djkI_r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6047.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6048.             'slugger' => ['privates''slugger''getSluggerService'false],
  6049.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6050.         ], [
  6051.             'entityManager' => '?',
  6052.             'slugger' => '?',
  6053.             'translatorInterface' => '?',
  6054.         ]);
  6055.     }
  6056.     /**
  6057.      * Gets the private '.service_locator.0fX41R6' shared service.
  6058.      *
  6059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6060.      */
  6061.     protected function get_ServiceLocator_0fX41R6Service()
  6062.     {
  6063.         return $this->privates['.service_locator.0fX41R6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6064.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  6065.             '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.'],
  6066.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6067.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6068.             '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.'],
  6069.             'trans' => ['services''translator''getTranslatorService'false],
  6070.         ], [
  6071.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  6072.             'customer' => 'App\\Entity\\Customer',
  6073.             'em' => '?',
  6074.             'logger' => '?',
  6075.             'network' => 'App\\Entity\\Network',
  6076.             'trans' => '?',
  6077.         ]);
  6078.     }
  6079.     /**
  6080.      * Gets the private '.service_locator.1mdfZZ8' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6083.      */
  6084.     protected function get_ServiceLocator_1mdfZZ8Service()
  6085.     {
  6086.         return $this->privates['.service_locator.1mdfZZ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6087.             '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.'],
  6088.         ], [
  6089.             'stock' => 'App\\Entity\\Stock',
  6090.         ]);
  6091.     }
  6092.     /**
  6093.      * Gets the private '.service_locator.1o3HeJI' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6096.      */
  6097.     protected function get_ServiceLocator_1o3HeJIService()
  6098.     {
  6099.         return $this->privates['.service_locator.1o3HeJI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6100.             '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.'],
  6101.         ], [
  6102.             'reception' => 'App\\Entity\\Reception',
  6103.         ]);
  6104.     }
  6105.     /**
  6106.      * Gets the private '.service_locator.2GDxWS8' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6109.      */
  6110.     protected function get_ServiceLocator_2GDxWS8Service()
  6111.     {
  6112.         return $this->privates['.service_locator.2GDxWS8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6113.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6114.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  6115.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6116.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  6117.             'userManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  6118.         ], [
  6119.             'em' => '?',
  6120.             'roleHelper' => 'App\\Helper\\RoleHelper',
  6121.             'translatorInterface' => '?',
  6122.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  6123.             'userManager' => '?',
  6124.         ]);
  6125.     }
  6126.     /**
  6127.      * Gets the private '.service_locator.2RfHm9Q' shared service.
  6128.      *
  6129.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6130.      */
  6131.     protected function get_ServiceLocator_2RfHm9QService()
  6132.     {
  6133.         return $this->privates['.service_locator.2RfHm9Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6134.             'articleClientRepository' => ['privates''App\\Repository\\ArticleClientRepository''getArticleClientRepositoryService'false],
  6135.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6136.         ], [
  6137.             'articleClientRepository' => 'App\\Repository\\ArticleClientRepository',
  6138.             'translatorInterface' => '?',
  6139.         ]);
  6140.     }
  6141.     /**
  6142.      * Gets the private '.service_locator.2_g68iE' shared service.
  6143.      *
  6144.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6145.      */
  6146.     protected function get_ServiceLocator_2G68iEService()
  6147.     {
  6148.         return $this->privates['.service_locator.2_g68iE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6149.             'manager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6150.             '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.'],
  6151.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6152.         ], [
  6153.             'manager' => 'App\\Manager\\NetworkManager',
  6154.             'network' => 'App\\Entity\\Network',
  6155.             'translatorInterface' => '?',
  6156.         ]);
  6157.     }
  6158.     /**
  6159.      * Gets the private '.service_locator.3ScHzZK' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6162.      */
  6163.     protected function get_ServiceLocator_3ScHzZKService()
  6164.     {
  6165.         return $this->privates['.service_locator.3ScHzZK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6166.             'service' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  6167.         ], [
  6168.             'service' => '?',
  6169.         ]);
  6170.     }
  6171.     /**
  6172.      * Gets the private '.service_locator.3fv.C89' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6175.      */
  6176.     protected function get_ServiceLocator_3fv_C89Service()
  6177.     {
  6178.         return $this->privates['.service_locator.3fv.C89'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6179.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  6180.         ], [
  6181.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  6182.         ]);
  6183.     }
  6184.     /**
  6185.      * Gets the private '.service_locator.3zbIe2e' shared service.
  6186.      *
  6187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6188.      */
  6189.     protected function get_ServiceLocator_3zbIe2eService()
  6190.     {
  6191.         return $this->privates['.service_locator.3zbIe2e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6192.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  6193.         ], [
  6194.             'paginatorInterface' => '?',
  6195.         ]);
  6196.     }
  6197.     /**
  6198.      * Gets the private '.service_locator.42XlV._' shared service.
  6199.      *
  6200.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6201.      */
  6202.     protected function get_ServiceLocator_42XlV_Service()
  6203.     {
  6204.         return $this->privates['.service_locator.42XlV._'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6205.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6206.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6207.             'translator' => ['services''translator''getTranslatorService'false],
  6208.         ], [
  6209.             'em' => '?',
  6210.             'logger' => '?',
  6211.             'translator' => '?',
  6212.         ]);
  6213.     }
  6214.     /**
  6215.      * Gets the private '.service_locator.43KuGKF' shared service.
  6216.      *
  6217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6218.      */
  6219.     protected function get_ServiceLocator_43KuGKFService()
  6220.     {
  6221.         return $this->privates['.service_locator.43KuGKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6222.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6223.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6224.         ], [
  6225.             'customerManager' => 'App\\Manager\\CustomerManager',
  6226.             'networkManager' => 'App\\Manager\\NetworkManager',
  6227.         ]);
  6228.     }
  6229.     /**
  6230.      * Gets the private '.service_locator.467VcOo' shared service.
  6231.      *
  6232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6233.      */
  6234.     protected function get_ServiceLocator_467VcOoService()
  6235.     {
  6236.         return $this->privates['.service_locator.467VcOo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6237.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  6238.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6239.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6240.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6241.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  6242.         ], [
  6243.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  6244.             'customerManager' => 'App\\Manager\\CustomerManager',
  6245.             'em' => '?',
  6246.             'entityManager' => '?',
  6247.             'networkManager' => 'App\\Manager\\NetworkManager',
  6248.         ]);
  6249.     }
  6250.     /**
  6251.      * Gets the private '.service_locator.48VO5iM' shared service.
  6252.      *
  6253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6254.      */
  6255.     protected function get_ServiceLocator_48VO5iMService()
  6256.     {
  6257.         return $this->privates['.service_locator.48VO5iM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6258.             '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.'],
  6259.         ], [
  6260.             'deviceType' => 'App\\Entity\\DeviceType',
  6261.         ]);
  6262.     }
  6263.     /**
  6264.      * Gets the private '.service_locator.4vEn9cc' shared service.
  6265.      *
  6266.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6267.      */
  6268.     protected function get_ServiceLocator_4vEn9ccService()
  6269.     {
  6270.         return $this->privates['.service_locator.4vEn9cc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6271.             '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.'],
  6272.             'receptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  6273.         ], [
  6274.             'reception' => 'App\\Entity\\Reception',
  6275.             'receptionRepository' => 'App\\Repository\\ReceptionRepository',
  6276.         ]);
  6277.     }
  6278.     /**
  6279.      * Gets the private '.service_locator.5Ri8jqs' shared service.
  6280.      *
  6281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6282.      */
  6283.     protected function get_ServiceLocator_5Ri8jqsService()
  6284.     {
  6285.         return $this->privates['.service_locator.5Ri8jqs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6286.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  6287.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  6288.         ], [
  6289.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  6290.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  6291.         ]);
  6292.     }
  6293.     /**
  6294.      * Gets the private '.service_locator.5W4CSYJ' shared service.
  6295.      *
  6296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6297.      */
  6298.     protected function get_ServiceLocator_5W4CSYJService()
  6299.     {
  6300.         return $this->privates['.service_locator.5W4CSYJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6301.             '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.'],
  6302.             'manager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6303.         ], [
  6304.             'customer' => 'App\\Entity\\Customer',
  6305.             'manager' => 'App\\Manager\\CustomerManager',
  6306.         ]);
  6307.     }
  6308.     /**
  6309.      * Gets the private '.service_locator.5ZKSdtX' shared service.
  6310.      *
  6311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6312.      */
  6313.     protected function get_ServiceLocator_5ZKSdtXService()
  6314.     {
  6315.         return $this->privates['.service_locator.5ZKSdtX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6316.             'preparationTransfertRepository' => ['privates''App\\Repository\\PreparationTransfertRepository''getPreparationTransfertRepositoryService'false],
  6317.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6318.             '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.'],
  6319.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  6320.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6321.         ], [
  6322.             'preparationTransfertRepository' => 'App\\Repository\\PreparationTransfertRepository',
  6323.             'stockRepository' => 'App\\Repository\\StockRepository',
  6324.             'transfert' => 'App\\Entity\\Transfert',
  6325.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  6326.             'translatorInterface' => '?',
  6327.         ]);
  6328.     }
  6329.     /**
  6330.      * Gets the private '.service_locator.5kTAqd3' shared service.
  6331.      *
  6332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6333.      */
  6334.     protected function get_ServiceLocator_5kTAqd3Service()
  6335.     {
  6336.         return $this->privates['.service_locator.5kTAqd3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6337.             '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.'],
  6338.             'trans' => ['services''translator''getTranslatorService'false],
  6339.         ], [
  6340.             'item' => 'App\\Entity\\Produit',
  6341.             'trans' => '?',
  6342.         ]);
  6343.     }
  6344.     /**
  6345.      * Gets the private '.service_locator.5miB8_X' shared service.
  6346.      *
  6347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6348.      */
  6349.     protected function get_ServiceLocator_5miB8XService()
  6350.     {
  6351.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6352.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6353.         ], [
  6354.             'em' => '?',
  6355.         ]);
  6356.     }
  6357.     /**
  6358.      * Gets the private '.service_locator.7405IkE' shared service.
  6359.      *
  6360.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6361.      */
  6362.     protected function get_ServiceLocator_7405IkEService()
  6363.     {
  6364.         return $this->privates['.service_locator.7405IkE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6365.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6366.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  6367.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6368.         ], [
  6369.             'em' => '?',
  6370.             'session' => '?',
  6371.             'translatorInterface' => '?',
  6372.         ]);
  6373.     }
  6374.     /**
  6375.      * Gets the private '.service_locator.7dw6DAe' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6378.      */
  6379.     protected function get_ServiceLocator_7dw6DAeService()
  6380.     {
  6381.         return $this->privates['.service_locator.7dw6DAe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6382.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6383.             '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.'],
  6384.         ], [
  6385.             'em' => '?',
  6386.             'networkDevice' => 'App\\Entity\\NetworkDevice',
  6387.         ]);
  6388.     }
  6389.     /**
  6390.      * Gets the private '.service_locator.84AyqH8' shared service.
  6391.      *
  6392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6393.      */
  6394.     protected function get_ServiceLocator_84AyqH8Service()
  6395.     {
  6396.         return $this->privates['.service_locator.84AyqH8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6397.             '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.'],
  6398.         ], [
  6399.             'network' => 'App\\Entity\\Network',
  6400.         ]);
  6401.     }
  6402.     /**
  6403.      * Gets the private '.service_locator.8KMdi7N' shared service.
  6404.      *
  6405.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6406.      */
  6407.     protected function get_ServiceLocator_8KMdi7NService()
  6408.     {
  6409.         return $this->privates['.service_locator.8KMdi7N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6410.             '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.'],
  6411.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6412.             'trans' => ['services''translator''getTranslatorService'false],
  6413.         ], [
  6414.             'articleClient' => 'App\\Entity\\ArticleClient',
  6415.             'entityManager' => '?',
  6416.             'trans' => '?',
  6417.         ]);
  6418.     }
  6419.     /**
  6420.      * Gets the private '.service_locator.8rqPmL5' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6423.      */
  6424.     protected function get_ServiceLocator_8rqPmL5Service()
  6425.     {
  6426.         return $this->privates['.service_locator.8rqPmL5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6427.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  6428.             '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.'],
  6429.         ], [
  6430.             'serializerInterface' => '?',
  6431.             'user' => 'App\\Entity\\Users',
  6432.         ]);
  6433.     }
  6434.     /**
  6435.      * Gets the private '.service_locator.9NcbZAd' shared service.
  6436.      *
  6437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6438.      */
  6439.     protected function get_ServiceLocator_9NcbZAdService()
  6440.     {
  6441.         return $this->privates['.service_locator.9NcbZAd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6442.             '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.'],
  6443.         ], [
  6444.             'alertProject' => 'App\\Entity\\AlertProject',
  6445.         ]);
  6446.     }
  6447.     /**
  6448.      * Gets the private '.service_locator.9kY4W73' shared service.
  6449.      *
  6450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6451.      */
  6452.     protected function get_ServiceLocator_9kY4W73Service()
  6453.     {
  6454.         return $this->privates['.service_locator.9kY4W73'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6455.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  6456.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6457.         ], [
  6458.             'paginatorInterface' => '?',
  6459.             'translatorInterface' => '?',
  6460.         ]);
  6461.     }
  6462.     /**
  6463.      * Gets the private '.service_locator.A29V4mf' shared service.
  6464.      *
  6465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6466.      */
  6467.     protected function get_ServiceLocator_A29V4mfService()
  6468.     {
  6469.         return $this->privates['.service_locator.A29V4mf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6470.             'dashboardService' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  6471.         ], [
  6472.             'dashboardService' => '?',
  6473.         ]);
  6474.     }
  6475.     /**
  6476.      * Gets the private '.service_locator.ACO_H3o' shared service.
  6477.      *
  6478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6479.      */
  6480.     protected function get_ServiceLocator_ACOH3oService()
  6481.     {
  6482.         return $this->privates['.service_locator.ACO_H3o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6483.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6484.             '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.'],
  6485.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6486.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6487.         ], [
  6488.             'entityManager' => '?',
  6489.             'modelePreEnregistre' => 'App\\Entity\\ModelePreEnregistre',
  6490.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6491.             'translatorInterface' => '?',
  6492.         ]);
  6493.     }
  6494.     /**
  6495.      * Gets the private '.service_locator.BiewvBu' shared service.
  6496.      *
  6497.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6498.      */
  6499.     protected function get_ServiceLocator_BiewvBuService()
  6500.     {
  6501.         return $this->privates['.service_locator.BiewvBu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6502.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  6503.         ], [
  6504.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  6505.         ]);
  6506.     }
  6507.     /**
  6508.      * Gets the private '.service_locator.ByMeTGc' shared service.
  6509.      *
  6510.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6511.      */
  6512.     protected function get_ServiceLocator_ByMeTGcService()
  6513.     {
  6514.         return $this->privates['.service_locator.ByMeTGc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6515.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  6516.             '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.'],
  6517.         ], [
  6518.             'manager' => 'App\\Manager\\MoveRequestManager',
  6519.             'moveRequest' => 'App\\Entity\\NetworkMoveRequest',
  6520.         ]);
  6521.     }
  6522.     /**
  6523.      * Gets the private '.service_locator.CIkUJtK' shared service.
  6524.      *
  6525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6526.      */
  6527.     protected function get_ServiceLocator_CIkUJtKService()
  6528.     {
  6529.         return $this->privates['.service_locator.CIkUJtK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6530.             '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.'],
  6531.             'trans' => ['services''translator''getTranslatorService'false],
  6532.         ], [
  6533.             'device' => 'App\\Entity\\Device',
  6534.             'trans' => '?',
  6535.         ]);
  6536.     }
  6537.     /**
  6538.      * Gets the private '.service_locator.CPjQy1V' shared service.
  6539.      *
  6540.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6541.      */
  6542.     protected function get_ServiceLocator_CPjQy1VService()
  6543.     {
  6544.         return $this->privates['.service_locator.CPjQy1V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6545.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6546.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6547.         ], [
  6548.             'em' => '?',
  6549.             'logger' => '?',
  6550.         ]);
  6551.     }
  6552.     /**
  6553.      * Gets the private '.service_locator.Cw87WGt' shared service.
  6554.      *
  6555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6556.      */
  6557.     protected function get_ServiceLocator_Cw87WGtService()
  6558.     {
  6559.         return $this->privates['.service_locator.Cw87WGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6560.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6561.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6562.         ], [
  6563.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6564.             'translatorInterface' => '?',
  6565.         ]);
  6566.     }
  6567.     /**
  6568.      * Gets the private '.service_locator.D2Ja7N.' shared service.
  6569.      *
  6570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6571.      */
  6572.     protected function get_ServiceLocator_D2Ja7N_Service()
  6573.     {
  6574.         return $this->privates['.service_locator.D2Ja7N.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6575.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  6576.             '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.'],
  6577.         ], [
  6578.             'manager' => 'App\\Manager\\MoveRequestManager',
  6579.             'moveRequest' => 'App\\Entity\\MoveRequest',
  6580.         ]);
  6581.     }
  6582.     /**
  6583.      * Gets the private '.service_locator.DPytARp' shared service.
  6584.      *
  6585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6586.      */
  6587.     protected function get_ServiceLocator_DPytARpService()
  6588.     {
  6589.         return $this->privates['.service_locator.DPytARp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6590.             '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.'],
  6591.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6592.             'translator' => ['services''translator''getTranslatorService'false],
  6593.         ], [
  6594.             'caisse' => 'App\\Entity\\Caisse',
  6595.             'logger' => '?',
  6596.             'translator' => '?',
  6597.         ]);
  6598.     }
  6599.     /**
  6600.      * Gets the private '.service_locator.DqBSHQq' shared service.
  6601.      *
  6602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6603.      */
  6604.     protected function get_ServiceLocator_DqBSHQqService()
  6605.     {
  6606.         return $this->privates['.service_locator.DqBSHQq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6607.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  6608.         ], [
  6609.             'serializerInterface' => '?',
  6610.         ]);
  6611.     }
  6612.     /**
  6613.      * Gets the private '.service_locator.E6MiF.U' shared service.
  6614.      *
  6615.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6616.      */
  6617.     protected function get_ServiceLocator_E6MiF_UService()
  6618.     {
  6619.         return $this->privates['.service_locator.E6MiF.U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6620.             '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.'],
  6621.             'trans' => ['services''translator''getTranslatorService'false],
  6622.         ], [
  6623.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  6624.             'trans' => '?',
  6625.         ]);
  6626.     }
  6627.     /**
  6628.      * Gets the private '.service_locator.EKOxL7d' shared service.
  6629.      *
  6630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6631.      */
  6632.     protected function get_ServiceLocator_EKOxL7dService()
  6633.     {
  6634.         return $this->privates['.service_locator.EKOxL7d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6635.             '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.'],
  6636.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6637.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6638.             'translator' => ['services''translator''getTranslatorService'false],
  6639.         ], [
  6640.             'customer' => 'App\\Entity\\Customer',
  6641.             'em' => '?',
  6642.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  6643.             'translator' => '?',
  6644.         ]);
  6645.     }
  6646.     /**
  6647.      * Gets the private '.service_locator.EfcqpF6' shared service.
  6648.      *
  6649.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6650.      */
  6651.     protected function get_ServiceLocator_EfcqpF6Service()
  6652.     {
  6653.         return $this->privates['.service_locator.EfcqpF6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6654.             'processor' => ['privates''App\\Processor\\ProspectMassUploadProcessor''getProspectMassUploadProcessorService'false],
  6655.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  6656.         ], [
  6657.             'processor' => 'App\\Processor\\ProspectMassUploadProcessor',
  6658.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  6659.         ]);
  6660.     }
  6661.     /**
  6662.      * Gets the private '.service_locator.EmgLjcU' shared service.
  6663.      *
  6664.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6665.      */
  6666.     protected function get_ServiceLocator_EmgLjcUService()
  6667.     {
  6668.         return $this->privates['.service_locator.EmgLjcU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6669.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6670.             '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.'],
  6671.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  6672.             'trans' => ['services''translator''getTranslatorService'false],
  6673.         ], [
  6674.             'entityManager' => '?',
  6675.             'modelePreEnregistre' => 'App\\Entity\\ModelePreEnregistre',
  6676.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  6677.             'trans' => '?',
  6678.         ]);
  6679.     }
  6680.     /**
  6681.      * Gets the private '.service_locator.EvoQZbL' shared service.
  6682.      *
  6683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6684.      */
  6685.     protected function get_ServiceLocator_EvoQZbLService()
  6686.     {
  6687.         return $this->privates['.service_locator.EvoQZbL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6688.             '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.'],
  6689.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6690.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6691.             'trans' => ['services''translator''getTranslatorService'false],
  6692.         ], [
  6693.             'code' => 'App\\Entity\\GeneratedCode',
  6694.             'customerManager' => 'App\\Manager\\CustomerManager',
  6695.             'em' => '?',
  6696.             'trans' => '?',
  6697.         ]);
  6698.     }
  6699.     /**
  6700.      * Gets the private '.service_locator.FB.pLhm' shared service.
  6701.      *
  6702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6703.      */
  6704.     protected function get_ServiceLocator_FB_PLhmService()
  6705.     {
  6706.         return $this->privates['.service_locator.FB.pLhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6707.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6708.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  6709.             'tanslator' => ['services''translator''getTranslatorService'false],
  6710.         ], [
  6711.             'em' => '?',
  6712.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  6713.             'tanslator' => '?',
  6714.         ]);
  6715.     }
  6716.     /**
  6717.      * Gets the private '.service_locator.FM8zfWg' shared service.
  6718.      *
  6719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6720.      */
  6721.     protected function get_ServiceLocator_FM8zfWgService()
  6722.     {
  6723.         return $this->privates['.service_locator.FM8zfWg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6724.             '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.'],
  6725.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  6726.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6727.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6728.         ], [
  6729.             'facturation' => 'App\\Entity\\Facturation',
  6730.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  6731.             'stockRepository' => 'App\\Repository\\StockRepository',
  6732.             'translatorInterface' => '?',
  6733.         ]);
  6734.     }
  6735.     /**
  6736.      * Gets the private '.service_locator.GN6jNX2' shared service.
  6737.      *
  6738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6739.      */
  6740.     protected function get_ServiceLocator_GN6jNX2Service()
  6741.     {
  6742.         return $this->privates['.service_locator.GN6jNX2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6743.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  6744.             'security.firewall.map.context.api_mobile' => ['privates''security.firewall.map.context.api_mobile''getSecurity_Firewall_Map_Context_ApiMobileService'false],
  6745.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  6746.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  6747.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  6748.             'security.firewall.map.context.mobile' => ['privates''security.firewall.map.context.mobile''getSecurity_Firewall_Map_Context_MobileService'false],
  6749.         ], [
  6750.             'security.firewall.map.context.api' => '?',
  6751.             'security.firewall.map.context.api_mobile' => '?',
  6752.             'security.firewall.map.context.dev' => '?',
  6753.             'security.firewall.map.context.login' => '?',
  6754.             'security.firewall.map.context.main' => '?',
  6755.             'security.firewall.map.context.mobile' => '?',
  6756.         ]);
  6757.     }
  6758.     /**
  6759.      * Gets the private '.service_locator.GNc8e5B' shared service.
  6760.      *
  6761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6762.      */
  6763.     protected function get_ServiceLocator_GNc8e5BService()
  6764.     {
  6765.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6766.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6767.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6768.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6769.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6770.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6771.             'router' => ['services''router''getRouterService'false],
  6772.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6773.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  6774.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6775.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6776.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  6777.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  6778.         ], [
  6779.             'doctrine' => '?',
  6780.             'form.factory' => '?',
  6781.             'http_kernel' => '?',
  6782.             'parameter_bag' => '?',
  6783.             'request_stack' => '?',
  6784.             'router' => '?',
  6785.             'security.authorization_checker' => '?',
  6786.             'security.csrf.token_manager' => '?',
  6787.             'security.token_storage' => '?',
  6788.             'serializer' => '?',
  6789.             'session' => '.session.deprecated',
  6790.             'twig' => '?',
  6791.         ]);
  6792.     }
  6793.     /**
  6794.      * Gets the private '.service_locator.GNc8e5B.App\Controller\SoldController' shared service.
  6795.      *
  6796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6797.      */
  6798.     protected function getSoldController2Service()
  6799.     {
  6800.         return ($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SoldController'$this);
  6801.     }
  6802.     /**
  6803.      * Gets the private '.service_locator.GcA.9H5' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6806.      */
  6807.     protected function get_ServiceLocator_GcA_9H5Service()
  6808.     {
  6809.         return $this->privates['.service_locator.GcA.9H5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6810.             '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.'],
  6811.             'trans' => ['services''translator''getTranslatorService'false],
  6812.         ], [
  6813.             'caisse' => 'App\\Entity\\Caisse',
  6814.             'trans' => '?',
  6815.         ]);
  6816.     }
  6817.     /**
  6818.      * Gets the private '.service_locator.H5dnRPg' shared service.
  6819.      *
  6820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6821.      */
  6822.     protected function get_ServiceLocator_H5dnRPgService()
  6823.     {
  6824.         return $this->privates['.service_locator.H5dnRPg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6825.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  6826.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6827.         ], [
  6828.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  6829.             'translatorInterface' => '?',
  6830.         ]);
  6831.     }
  6832.     /**
  6833.      * Gets the private '.service_locator.HHM2x4T' shared service.
  6834.      *
  6835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6836.      */
  6837.     protected function get_ServiceLocator_HHM2x4TService()
  6838.     {
  6839.         return $this->privates['.service_locator.HHM2x4T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6840.             '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.'],
  6841.             '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.'],
  6842.             'trans' => ['services''translator''getTranslatorService'false],
  6843.         ], [
  6844.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  6845.             'deviceType' => 'App\\Entity\\DeviceType',
  6846.             'trans' => '?',
  6847.         ]);
  6848.     }
  6849.     /**
  6850.      * Gets the private '.service_locator.HJkJSmV' shared service.
  6851.      *
  6852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6853.      */
  6854.     protected function get_ServiceLocator_HJkJSmVService()
  6855.     {
  6856.         return $this->privates['.service_locator.HJkJSmV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6857.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  6858.         ], [
  6859.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  6860.         ]);
  6861.     }
  6862.     /**
  6863.      * Gets the private '.service_locator.HOed4k0' shared service.
  6864.      *
  6865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6866.      */
  6867.     protected function get_ServiceLocator_HOed4k0Service()
  6868.     {
  6869.         return $this->privates['.service_locator.HOed4k0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6870.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6871.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  6872.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  6873.         ], [
  6874.             'em' => '?',
  6875.             'paginator' => '?',
  6876.             'validator' => '?',
  6877.         ]);
  6878.     }
  6879.     /**
  6880.      * Gets the private '.service_locator.HSs3QPH' shared service.
  6881.      *
  6882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6883.      */
  6884.     protected function get_ServiceLocator_HSs3QPHService()
  6885.     {
  6886.         return $this->privates['.service_locator.HSs3QPH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6887.             '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.'],
  6888.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  6889.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6890.         ], [
  6891.             'transfert' => 'App\\Entity\\Transfert',
  6892.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  6893.             'translatorInterface' => '?',
  6894.         ]);
  6895.     }
  6896.     /**
  6897.      * Gets the private '.service_locator.Ho_cL4p' shared service.
  6898.      *
  6899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6900.      */
  6901.     protected function get_ServiceLocator_HoCL4pService()
  6902.     {
  6903.         return $this->privates['.service_locator.Ho_cL4p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6904.             '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.'],
  6905.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  6906.             '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.'],
  6907.             'trans' => ['services''translator''getTranslatorService'false],
  6908.         ], [
  6909.             'customer' => 'App\\Entity\\Customer',
  6910.             'em' => '?',
  6911.             'network' => 'App\\Entity\\Network',
  6912.             'trans' => '?',
  6913.         ]);
  6914.     }
  6915.     /**
  6916.      * Gets the private '.service_locator.IO.8s6n' shared service.
  6917.      *
  6918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6919.      */
  6920.     protected function get_ServiceLocator_IO_8s6nService()
  6921.     {
  6922.         return $this->privates['.service_locator.IO.8s6n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6923.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  6924.             '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.'],
  6925.             'trans' => ['services''translator''getTranslatorService'false],
  6926.         ], [
  6927.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  6928.             'item' => 'App\\Entity\\Fabrication',
  6929.             'trans' => '?',
  6930.         ]);
  6931.     }
  6932.     /**
  6933.      * Gets the private '.service_locator.J0R.6EQ' shared service.
  6934.      *
  6935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6936.      */
  6937.     protected function get_ServiceLocator_J0R_6EQService()
  6938.     {
  6939.         return $this->privates['.service_locator.J0R.6EQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6940.             '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.'],
  6941.             'trans' => ['services''translator''getTranslatorService'false],
  6942.         ], [
  6943.             'satisfaction' => 'App\\Entity\\Satisfaction',
  6944.             'trans' => '?',
  6945.         ]);
  6946.     }
  6947.     /**
  6948.      * Gets the private '.service_locator.JhG5aGw' shared service.
  6949.      *
  6950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6951.      */
  6952.     protected function get_ServiceLocator_JhG5aGwService()
  6953.     {
  6954.         return $this->privates['.service_locator.JhG5aGw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6955.             '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.'],
  6956.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  6957.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  6958.         ], [
  6959.             'customer' => 'App\\Entity\\Customer',
  6960.             'logger' => '?',
  6961.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  6962.         ]);
  6963.     }
  6964.     /**
  6965.      * Gets the private '.service_locator.KEvXzip' shared service.
  6966.      *
  6967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6968.      */
  6969.     protected function get_ServiceLocator_KEvXzipService()
  6970.     {
  6971.         return $this->privates['.service_locator.KEvXzip'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6972.             'etatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  6973.             '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.'],
  6974.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  6975.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  6976.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  6977.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  6978.         ], [
  6979.             'etatMaterielRepository' => 'App\\Repository\\EtatMaterielRepository',
  6980.             'inspection' => 'App\\Entity\\Inspection',
  6981.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  6982.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  6983.             'modelRepository' => 'App\\Repository\\ModelRepository',
  6984.             'stockRepository' => 'App\\Repository\\StockRepository',
  6985.         ]);
  6986.     }
  6987.     /**
  6988.      * Gets the private '.service_locator.KKxrtSy' shared service.
  6989.      *
  6990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6991.      */
  6992.     protected function get_ServiceLocator_KKxrtSyService()
  6993.     {
  6994.         return $this->privates['.service_locator.KKxrtSy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6995.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6996.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  6997.             'tokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  6998.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  6999.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  7000.         ], [
  7001.             'dispatcher' => '?',
  7002.             'roleHelper' => 'App\\Helper\\RoleHelper',
  7003.             'tokenGenerator' => '?',
  7004.             'translatorInterface' => '?',
  7005.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  7006.         ]);
  7007.     }
  7008.     /**
  7009.      * Gets the private '.service_locator.KfbR3DY' shared service.
  7010.      *
  7011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7012.      */
  7013.     protected function get_ServiceLocator_KfbR3DYService()
  7014.     {
  7015.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7016.             '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".'],
  7017.         ], [
  7018.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7019.         ]);
  7020.     }
  7021.     /**
  7022.      * Gets the private '.service_locator.Kntl2lG' shared service.
  7023.      *
  7024.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7025.      */
  7026.     protected function get_ServiceLocator_Kntl2lGService()
  7027.     {
  7028.         return $this->privates['.service_locator.Kntl2lG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7029.             '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.'],
  7030.         ], [
  7031.             'user' => 'App\\Entity\\Users',
  7032.         ]);
  7033.     }
  7034.     /**
  7035.      * Gets the private '.service_locator.LPkUJpx' shared service.
  7036.      *
  7037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7038.      */
  7039.     protected function get_ServiceLocator_LPkUJpxService()
  7040.     {
  7041.         return $this->privates['.service_locator.LPkUJpx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7042.             '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.'],
  7043.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7044.         ], [
  7045.             'customer' => 'App\\Entity\\Customer',
  7046.             'em' => '?',
  7047.         ]);
  7048.     }
  7049.     /**
  7050.      * Gets the private '.service_locator.LgXQ2vH' shared service.
  7051.      *
  7052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7053.      */
  7054.     protected function get_ServiceLocator_LgXQ2vHService()
  7055.     {
  7056.         return $this->privates['.service_locator.LgXQ2vH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7057.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7058.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  7059.             'translator' => ['services''translator''getTranslatorService'false],
  7060.         ], [
  7061.             'em' => '?',
  7062.             'pdf' => '?',
  7063.             'translator' => '?',
  7064.         ]);
  7065.     }
  7066.     /**
  7067.      * Gets the private '.service_locator.LiOhytn' shared service.
  7068.      *
  7069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7070.      */
  7071.     protected function get_ServiceLocator_LiOhytnService()
  7072.     {
  7073.         return $this->privates['.service_locator.LiOhytn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7074.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7075.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7076.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  7077.             'trans' => ['services''translator''getTranslatorService'false],
  7078.         ], [
  7079.             'em' => '?',
  7080.             'logger' => '?',
  7081.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  7082.             'trans' => '?',
  7083.         ]);
  7084.     }
  7085.     /**
  7086.      * Gets the private '.service_locator.LyBRwWA' shared service.
  7087.      *
  7088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7089.      */
  7090.     protected function get_ServiceLocator_LyBRwWAService()
  7091.     {
  7092.         return $this->privates['.service_locator.LyBRwWA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7093.             'processor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  7094.         ], [
  7095.             'processor' => 'App\\Processor\\CodeProcessor',
  7096.         ]);
  7097.     }
  7098.     /**
  7099.      * Gets the private '.service_locator.NwHyrO9' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7102.      */
  7103.     protected function get_ServiceLocator_NwHyrO9Service()
  7104.     {
  7105.         return $this->privates['.service_locator.NwHyrO9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7106.             'containerInterface' => ['services''service_container''getServiceContainerService'false],
  7107.             '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.'],
  7108.         ], [
  7109.             'containerInterface' => '?',
  7110.             'user' => 'App\\Entity\\Users',
  7111.         ]);
  7112.     }
  7113.     /**
  7114.      * Gets the private '.service_locator.O1XGkAG' shared service.
  7115.      *
  7116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7117.      */
  7118.     protected function get_ServiceLocator_O1XGkAGService()
  7119.     {
  7120.         return $this->privates['.service_locator.O1XGkAG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7121.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7122.         ], [
  7123.             'entityManager' => '?',
  7124.         ]);
  7125.     }
  7126.     /**
  7127.      * Gets the private '.service_locator.OC2AG.K' shared service.
  7128.      *
  7129.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7130.      */
  7131.     protected function get_ServiceLocator_OC2AG_KService()
  7132.     {
  7133.         return $this->privates['.service_locator.OC2AG.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7134.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7135.         ], [
  7136.             'logger' => '?',
  7137.         ]);
  7138.     }
  7139.     /**
  7140.      * Gets the private '.service_locator.OgVQf1A' shared service.
  7141.      *
  7142.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7143.      */
  7144.     protected function get_ServiceLocator_OgVQf1AService()
  7145.     {
  7146.         return $this->privates['.service_locator.OgVQf1A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7147.             'facturation' => ['privates''.errored..service_locator.OgVQf1A.App\\Entity\\Facturation'NULL'Cannot autowire service ".service_locator.OgVQf1A": it references class "App\\Entity\\Facturation" but no such service exists.'],
  7148.             'identifiantRepository' => ['privates''App\\Repository\\IdentifiantRepository''getIdentifiantRepositoryService'false],
  7149.             'materielFacturationRepository' => ['privates''App\\Repository\\MaterielFacturationRepository''getMaterielFacturationRepositoryService'false],
  7150.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7151.         ], [
  7152.             'facturation' => 'App\\Entity\\Facturation',
  7153.             'identifiantRepository' => 'App\\Repository\\IdentifiantRepository',
  7154.             'materielFacturationRepository' => 'App\\Repository\\MaterielFacturationRepository',
  7155.             'translatorInterface' => '?',
  7156.         ]);
  7157.     }
  7158.     /**
  7159.      * Gets the private '.service_locator.OkSsD0O' shared service.
  7160.      *
  7161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7162.      */
  7163.     protected function get_ServiceLocator_OkSsD0OService()
  7164.     {
  7165.         return $this->privates['.service_locator.OkSsD0O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7166.             '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.'],
  7167.         ], [
  7168.             'mouvement' => 'App\\Entity\\Mouvement',
  7169.         ]);
  7170.     }
  7171.     /**
  7172.      * Gets the private '.service_locator.Ov2TXBA' shared service.
  7173.      *
  7174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7175.      */
  7176.     protected function get_ServiceLocator_Ov2TXBAService()
  7177.     {
  7178.         return $this->privates['.service_locator.Ov2TXBA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7179.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  7180.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  7181.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7182.         ], [
  7183.             'manager' => 'App\\Manager\\MoveRequestManager',
  7184.             'paginatorInterface' => '?',
  7185.             'translatorInterface' => '?',
  7186.         ]);
  7187.     }
  7188.     /**
  7189.      * Gets the private '.service_locator.OzxFyGf' shared service.
  7190.      *
  7191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7192.      */
  7193.     protected function get_ServiceLocator_OzxFyGfService()
  7194.     {
  7195.         return $this->privates['.service_locator.OzxFyGf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7196.             'trans' => ['services''translator''getTranslatorService'false],
  7197.             '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.'],
  7198.         ], [
  7199.             'trans' => '?',
  7200.             'zone' => 'App\\Entity\\Zone',
  7201.         ]);
  7202.     }
  7203.     /**
  7204.      * Gets the private '.service_locator.P5Oe.XT' shared service.
  7205.      *
  7206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7207.      */
  7208.     protected function get_ServiceLocator_P5Oe_XTService()
  7209.     {
  7210.         return $this->privates['.service_locator.P5Oe.XT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7211.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  7212.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  7213.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7214.         ], [
  7215.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  7216.             'modelRepository' => 'App\\Repository\\ModelRepository',
  7217.             'translatorInterface' => '?',
  7218.         ]);
  7219.     }
  7220.     /**
  7221.      * Gets the private '.service_locator.PG7FJY2' shared service.
  7222.      *
  7223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7224.      */
  7225.     protected function get_ServiceLocator_PG7FJY2Service()
  7226.     {
  7227.         return $this->privates['.service_locator.PG7FJY2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7228.             '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.'],
  7229.             'trans' => ['services''translator''getTranslatorService'false],
  7230.         ], [
  7231.             'sold' => 'App\\Entity\\Sold',
  7232.             'trans' => '?',
  7233.         ]);
  7234.     }
  7235.     /**
  7236.      * Gets the private '.service_locator.PMo3JdN' shared service.
  7237.      *
  7238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7239.      */
  7240.     protected function get_ServiceLocator_PMo3JdNService()
  7241.     {
  7242.         return $this->privates['.service_locator.PMo3JdN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7243.             'mouvement' => ['privates''.errored..service_locator.PMo3JdN.App\\Entity\\Mouvement'NULL'Cannot autowire service ".service_locator.PMo3JdN": it references class "App\\Entity\\Mouvement" but no such service exists.'],
  7244.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  7245.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  7246.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  7247.         ], [
  7248.             'mouvement' => 'App\\Entity\\Mouvement',
  7249.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  7250.             'stockRepository' => 'App\\Repository\\StockRepository',
  7251.             'translatorInterface' => '?',
  7252.         ]);
  7253.     }
  7254.     /**
  7255.      * Gets the private '.service_locator.PW4v3kj' shared service.
  7256.      *
  7257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7258.      */
  7259.     protected function get_ServiceLocator_PW4v3kjService()
  7260.     {
  7261.         return $this->privates['.service_locator.PW4v3kj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7262.             '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.'],
  7263.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7264.             'prospectWorkflowProcessor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  7265.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7266.         ], [
  7267.             'customer' => 'App\\Entity\\Customer',
  7268.             'em' => '?',
  7269.             'prospectWorkflowProcessor' => 'App\\Processor\\ProspectWorkflowProcessor',
  7270.             'session' => '?',
  7271.         ]);
  7272.     }
  7273.     /**
  7274.      * Gets the private '.service_locator.QJOpjBe' shared service.
  7275.      *
  7276.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7277.      */
  7278.     protected function get_ServiceLocator_QJOpjBeService()
  7279.     {
  7280.         return $this->privates['.service_locator.QJOpjBe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7281.             '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.'],
  7282.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7283.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  7284.         ], [
  7285.             'customer' => 'App\\Entity\\Customer',
  7286.             'em' => '?',
  7287.             'historicService' => '?',
  7288.         ]);
  7289.     }
  7290.     /**
  7291.      * Gets the private '.service_locator.QM7rkSL' shared service.
  7292.      *
  7293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7294.      */
  7295.     protected function get_ServiceLocator_QM7rkSLService()
  7296.     {
  7297.         return $this->privates['.service_locator.QM7rkSL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7298.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  7299.             '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.'],
  7300.         ], [
  7301.             'customerManager' => 'App\\Manager\\CustomerManager',
  7302.             'theoricalCreditProducer' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  7303.         ]);
  7304.     }
  7305.     /**
  7306.      * Gets the private '.service_locator.QgH0i9w' shared service.
  7307.      *
  7308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7309.      */
  7310.     protected function get_ServiceLocator_QgH0i9wService()
  7311.     {
  7312.         return $this->privates['.service_locator.QgH0i9w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7313.             '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.'],
  7314.         ], [
  7315.             'offer' => 'App\\Entity\\Offers',
  7316.         ]);
  7317.     }
  7318.     /**
  7319.      * Gets the private '.service_locator.QpiMmnx' shared service.
  7320.      *
  7321.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7322.      */
  7323.     protected function get_ServiceLocator_QpiMmnxService()
  7324.     {
  7325.         return $this->privates['.service_locator.QpiMmnx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7326.             '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.'],
  7327.         ], [
  7328.             'fabrication' => 'App\\Entity\\Fabrication',
  7329.         ]);
  7330.     }
  7331.     /**
  7332.      * Gets the private '.service_locator.QzOJFLQ' shared service.
  7333.      *
  7334.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7335.      */
  7336.     protected function get_ServiceLocator_QzOJFLQService()
  7337.     {
  7338.         return $this->privates['.service_locator.QzOJFLQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7339.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7340.             'translator' => ['services''translator''getTranslatorService'false],
  7341.         ], [
  7342.             'logger' => '?',
  7343.             'translator' => '?',
  7344.         ]);
  7345.     }
  7346.     /**
  7347.      * Gets the private '.service_locator.RRDbbPc' shared service.
  7348.      *
  7349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7350.      */
  7351.     protected function get_ServiceLocator_RRDbbPcService()
  7352.     {
  7353.         return $this->privates['.service_locator.RRDbbPc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7354.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7355.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7356.             'translator' => ['services''translator''getTranslatorService'false],
  7357.         ], [
  7358.             'em' => '?',
  7359.             'paginator' => '?',
  7360.             'translator' => '?',
  7361.         ]);
  7362.     }
  7363.     /**
  7364.      * Gets the private '.service_locator.R_pg7TJ' shared service.
  7365.      *
  7366.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7367.      */
  7368.     protected function get_ServiceLocator_RPg7TJService()
  7369.     {
  7370.         return $this->privates['.service_locator.R_pg7TJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7371.             'App\\Controller\\AgenceController::delete' => ['privates''.service_locator.ojSyuEO''get_ServiceLocator_OjSyuEOService'false],
  7372.             'App\\Controller\\AgenceController::edit' => ['privates''.service_locator.zqb86X4''get_ServiceLocator_Zqb86X4Service'false],
  7373.             'App\\Controller\\AgenceController::editLocalAgence' => ['privates''.service_locator.Zxm6DVH''get_ServiceLocator_Zxm6DVHService'false],
  7374.             'App\\Controller\\AgenceController::index' => ['privates''.service_locator.3fv.C89''get_ServiceLocator_3fv_C89Service'false],
  7375.             'App\\Controller\\AgenceController::new' => ['privates''.service_locator.tvOWqSY''get_ServiceLocator_TvOWqSYService'false],
  7376.             'App\\Controller\\AgenceController::show' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  7377.             'App\\Controller\\Api\\ClientController::listClientAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7378.             'App\\Controller\\Api\\ClientController::listShowClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7379.             'App\\Controller\\Api\\CodeController::decryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  7380.             'App\\Controller\\Api\\CodeController::encryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  7381.             'App\\Controller\\Api\\CustomerController::ProspectZoneListAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7382.             'App\\Controller\\Api\\CustomerController::addCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7383.             'App\\Controller\\Api\\CustomerController::addDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7384.             'App\\Controller\\Api\\CustomerController::addEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7385.             'App\\Controller\\Api\\CustomerController::addEquipmentElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7386.             'App\\Controller\\Api\\CustomerController::customerDevicesAction' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  7387.             'App\\Controller\\Api\\CustomerController::customersAction' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  7388.             'App\\Controller\\Api\\CustomerController::deleteCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7389.             'App\\Controller\\Api\\CustomerController::deleteDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7390.             'App\\Controller\\Api\\CustomerController::deleteEquipementElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7391.             'App\\Controller\\Api\\CustomerController::deleteEquipementProductionElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7392.             'App\\Controller\\Api\\CustomerController::editAction' => ['privates''.service_locator.JhG5aGw''get_ServiceLocator_JhG5aGwService'false],
  7393.             'App\\Controller\\Api\\CustomerController::generateCodeAction' => ['privates''.service_locator.467VcOo''get_ServiceLocator_467VcOoService'false],
  7394.             'App\\Controller\\Api\\CustomerController::getCustomerDetailsAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7395.             'App\\Controller\\Api\\CustomerController::getFullDetailsAction' => ['privates''.service_locator.Ts1BwiH''get_ServiceLocator_Ts1BwiHService'false],
  7396.             'App\\Controller\\Api\\CustomerController::updateDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7397.             'App\\Controller\\Api\\CustomerController::updateEquipementConsomationAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  7398.             'App\\Controller\\Api\\CustomerController::updateEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7399.             'App\\Controller\\Api\\CustomerController::updateEquipmentElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7400.             'App\\Controller\\Api\\DataRecordController::addRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  7401.             'App\\Controller\\Api\\DataRecordController::addSynthethicalRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  7402.             'App\\Controller\\Api\\DataRecordController::getSynthethicalRecordListAction' => ['privates''.service_locator.O1XGkAG''get_ServiceLocator_O1XGkAGService'false],
  7403.             'App\\Controller\\Api\\DataRecordController::old__construct' => ['privates''.service_locator.QM7rkSL''get_ServiceLocator_QM7rkSLService'false],
  7404.             'App\\Controller\\Api\\DeviceController::createDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7405.             'App\\Controller\\Api\\DeviceController::removeDeviceAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7406.             'App\\Controller\\Api\\DeviceController::updateDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7407.             'App\\Controller\\Api\\MapController::userZoneAction' => ['privates''.service_locator.43KuGKF''get_ServiceLocator_43KuGKFService'false],
  7408.             'App\\Controller\\Api\\NetworkController::addDeviceAction' => ['privates''.service_locator.crcpn6p''get_ServiceLocator_Crcpn6pService'false],
  7409.             'App\\Controller\\Api\\NetworkController::editNetworksDeviceAction' => ['privates''.service_locator.LiOhytn''get_ServiceLocator_LiOhytnService'false],
  7410.             'App\\Controller\\Api\\NetworkController::listNetworksAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7411.             'App\\Controller\\Api\\NetworkController::listShowNetworkAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7412.             'App\\Controller\\Api\\NetworkController::networkDevicesAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7413.             'App\\Controller\\Api\\NetworkController::networksAction' => ['privates''.service_locator.Zz2l4ov''get_ServiceLocator_Zz2l4ovService'false],
  7414.             'App\\Controller\\Api\\NetworkController::removeDeviceAction' => ['privates''.service_locator.7dw6DAe''get_ServiceLocator_7dw6DAeService'false],
  7415.             'App\\Controller\\Api\\NetworkDeviceController::updateAction' => ['privates''.service_locator.gFsD2UP''get_ServiceLocator_GFsD2UPService'false],
  7416.             'App\\Controller\\Api\\PaymentController::paymentFinalizeAction' => ['privates''.service_locator.bzSKAGk''get_ServiceLocator_BzSKAGkService'false],
  7417.             'App\\Controller\\Api\\PaymentController::paymentInitAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7418.             'App\\Controller\\Api\\ProspectController::listProspectAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7419.             'App\\Controller\\Api\\ProspectController::listProspectParEnqueteurAction' => ['privates''.service_locator.lCVK1t1''get_ServiceLocator_LCVK1t1Service'false],
  7420.             'App\\Controller\\Api\\ProspectController::listShowProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7421.             'App\\Controller\\Api\\ProspectController::prospectDeletedAction' => ['privates''.service_locator.tsVxudM''get_ServiceLocator_TsVxudMService'false],
  7422.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionCustomerAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7423.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionNRAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7424.             'App\\Controller\\Api\\SatisfactionController::listCustmerstAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  7425.             'App\\Controller\\Api\\SatisfactionController::satisfactionCustomersAddAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7426.             'App\\Controller\\Api\\UserController::getBalanceAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7427.             'App\\Controller\\Api\\UserController::getCustomersAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  7428.             'App\\Controller\\Api\\UserController::getDetailsAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  7429.             'App\\Controller\\Api\\UserController::getNetworksAction' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  7430.             'App\\Controller\\Api\\UserController::getNetworksActionAllTime' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  7431.             'App\\Controller\\Api\\UserController::getTasksAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7432.             'App\\Controller\\Api\\UserController::getTransactionsAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7433.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  7434.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerEquipeAction' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  7435.             'App\\Controller\\Api\\ZoneController::getZoneByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  7436.             'App\\Controller\\ArticleClientController::add_historique' => ['privates''.service_locator.UYMlL2W''get_ServiceLocator_UYMlL2WService'false],
  7437.             'App\\Controller\\ArticleClientController::delete' => ['privates''.service_locator.8KMdi7N''get_ServiceLocator_8KMdi7NService'false],
  7438.             'App\\Controller\\ArticleClientController::edit' => ['privates''.service_locator.fJB56ct''get_ServiceLocator_FJB56ctService'false],
  7439.             'App\\Controller\\ArticleClientController::index' => ['privates''.service_locator.2RfHm9Q''get_ServiceLocator_2RfHm9QService'false],
  7440.             'App\\Controller\\ArticleClientController::new' => ['privates''.service_locator.0djkI_r''get_ServiceLocator_0djkIRService'false],
  7441.             'App\\Controller\\ArticleClientController::show' => ['privates''.service_locator.dcYAIAg''get_ServiceLocator_DcYAIAgService'false],
  7442.             'App\\Controller\\CaisseController::addAction' => ['privates''.service_locator.QzOJFLQ''get_ServiceLocator_QzOJFLQService'false],
  7443.             'App\\Controller\\CaisseController::editAction' => ['privates''.service_locator.DPytARp''get_ServiceLocator_DPytARpService'false],
  7444.             'App\\Controller\\CaisseController::listAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  7445.             'App\\Controller\\CaisseController::removeAction' => ['privates''.service_locator.GcA.9H5''get_ServiceLocator_GcA_9H5Service'false],
  7446.             'App\\Controller\\CategorieController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7447.             'App\\Controller\\CategorieController::editAction' => ['privates''.service_locator.ssAKG2k''get_ServiceLocator_SsAKG2kService'false],
  7448.             'App\\Controller\\CategorieController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7449.             'App\\Controller\\CodeController::massUploadAction' => ['privates''.service_locator.wX2sFUE''get_ServiceLocator_WX2sFUEService'false],
  7450.             'App\\Controller\\DashboardController::indexAction' => ['privates''.service_locator.qRBHu6h''get_ServiceLocator_QRBHu6hService'false],
  7451.             'App\\Controller\\DashboardController::selectContractorAction' => ['privates''.service_locator.3ScHzZK''get_ServiceLocator_3ScHzZKService'false],
  7452.             'App\\Controller\\DashboardController::selectDistrictAction' => ['privates''.service_locator.A29V4mf''get_ServiceLocator_A29V4mfService'false],
  7453.             'App\\Controller\\DeviceController::addAction' => ['privates''.service_locator.TZQ6Yd.''get_ServiceLocator_TZQ6Yd_Service'false],
  7454.             'App\\Controller\\DeviceController::deleteAction' => ['privates''.service_locator.CIkUJtK''get_ServiceLocator_CIkUJtKService'false],
  7455.             'App\\Controller\\DeviceController::detailsAction' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  7456.             'App\\Controller\\DeviceController::editAction' => ['privates''.service_locator.ordqhef''get_ServiceLocator_OrdqhefService'false],
  7457.             'App\\Controller\\DeviceController::getDeviceTypeDetailsAction' => ['privates''.service_locator.48VO5iM''get_ServiceLocator_48VO5iMService'false],
  7458.             'App\\Controller\\DeviceController::listAction' => ['privates''.service_locator.HHM2x4T''get_ServiceLocator_HHM2x4TService'false],
  7459.             'App\\Controller\\FabricationController::delete' => ['privates''.service_locator.IO.8s6n''get_ServiceLocator_IO_8s6nService'false],
  7460.             'App\\Controller\\FabricationController::edit' => ['privates''.service_locator.WqX1CqG''get_ServiceLocator_WqX1CqGService'false],
  7461.             'App\\Controller\\FabricationController::index' => ['privates''.service_locator.HJkJSmV''get_ServiceLocator_HJkJSmVService'false],
  7462.             'App\\Controller\\FabricationController::new' => ['privates''.service_locator.P5Oe.XT''get_ServiceLocator_P5Oe_XTService'false],
  7463.             'App\\Controller\\FabricationController::show' => ['privates''.service_locator.QpiMmnx''get_ServiceLocator_QpiMmnxService'false],
  7464.             'App\\Controller\\FacturationController::delete' => ['privates''.service_locator.XrVIU67''get_ServiceLocator_XrVIU67Service'false],
  7465.             'App\\Controller\\FacturationController::edit' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  7466.             'App\\Controller\\FacturationController::identifier' => ['privates''.service_locator.OgVQf1A''get_ServiceLocator_OgVQf1AService'false],
  7467.             'App\\Controller\\FacturationController::index' => ['privates''.service_locator.5Ri8jqs''get_ServiceLocator_5Ri8jqsService'false],
  7468.             'App\\Controller\\FacturationController::new' => ['privates''.service_locator.bgpE1Wq''get_ServiceLocator_BgpE1WqService'false],
  7469.             'App\\Controller\\FacturationController::receptionner' => ['privates''.service_locator.FM8zfWg''get_ServiceLocator_FM8zfWgService'false],
  7470.             'App\\Controller\\FacturationController::show' => ['privates''.service_locator.cT9t6e4''get_ServiceLocator_CT9t6e4Service'false],
  7471.             'App\\Controller\\FacturationController::validate' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  7472.             'App\\Controller\\FournisseurController::delete' => ['privates''.service_locator.0Glhizg''get_ServiceLocator_0GlhizgService'false],
  7473.             'App\\Controller\\FournisseurController::edit' => ['privates''.service_locator.X20a3Co''get_ServiceLocator_X20a3CoService'false],
  7474.             'App\\Controller\\FournisseurController::index' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  7475.             'App\\Controller\\FournisseurController::new' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  7476.             'App\\Controller\\FournisseurController::show' => ['privates''.service_locator.qSY6gAo''get_ServiceLocator_QSY6gAoService'false],
  7477.             'App\\Controller\\InspectionController::delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  7478.             'App\\Controller\\InspectionController::edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  7479.             'App\\Controller\\InspectionController::index' => ['privates''.service_locator.BiewvBu''get_ServiceLocator_BiewvBuService'false],
  7480.             'App\\Controller\\InspectionController::new' => ['privates''.service_locator.UTd.Tgi''get_ServiceLocator_UTd_TgiService'false],
  7481.             'App\\Controller\\InspectionController::show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  7482.             'App\\Controller\\InterventionController::addAction' => ['privates''.service_locator.hXXglnl''get_ServiceLocator_HXXglnlService'false],
  7483.             'App\\Controller\\InterventionController::deleteInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  7484.             'App\\Controller\\InterventionController::deleteTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  7485.             'App\\Controller\\InterventionController::editInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  7486.             'App\\Controller\\InterventionController::editTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  7487.             'App\\Controller\\InterventionController::export' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  7488.             'App\\Controller\\InterventionController::listAction' => ['privates''.service_locator.7405IkE''get_ServiceLocator_7405IkEService'false],
  7489.             'App\\Controller\\InterventionController::syntheticalRecordListAction' => ['privates''.service_locator.UQVagqI''get_ServiceLocator_UQVagqIService'false],
  7490.             'App\\Controller\\KoboController::submitKoboDataAction' => ['privates''.service_locator.vtU7QCE''get_ServiceLocator_VtU7QCEService'false],
  7491.             'App\\Controller\\MapController::indexAction' => ['privates''.service_locator.jlcg4KN''get_ServiceLocator_Jlcg4KNService'false],
  7492.             'App\\Controller\\MapController::showAction' => ['privates''.service_locator.j1ox5nf''get_ServiceLocator_J1ox5nfService'false],
  7493.             'App\\Controller\\Mobile\\CustomerController::createAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7494.             'App\\Controller\\Mobile\\CustomerController::deleteProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7495.             'App\\Controller\\Mobile\\CustomerController::listNotValidAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  7496.             'App\\Controller\\Mobile\\CustomerController::listNotValidParEnqueteurAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  7497.             'App\\Controller\\Mobile\\CustomerController::listProspectValidAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  7498.             'App\\Controller\\Mobile\\CustomerController::updateAction' => ['privates''.service_locator.8rqPmL5''get_ServiceLocator_8rqPmL5Service'false],
  7499.             'App\\Controller\\Mobile\\ZoneController::listeZoneEntrepreneurAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7500.             'App\\Controller\\ModelController::addAction' => ['privates''.service_locator.slCk2l8''get_ServiceLocator_SlCk2l8Service'false],
  7501.             'App\\Controller\\ModelController::deleteAction' => ['privates''.service_locator..Tk2o.V''get_ServiceLocator__Tk2o_VService'false],
  7502.             'App\\Controller\\ModelController::editAction' => ['privates''.service_locator._Ty3c61''get_ServiceLocator_Ty3c61Service'false],
  7503.             'App\\Controller\\ModelController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7504.             'App\\Controller\\ModelePreEnregistreController::delete' => ['privates''.service_locator.EmgLjcU''get_ServiceLocator_EmgLjcUService'false],
  7505.             'App\\Controller\\ModelePreEnregistreController::edit' => ['privates''.service_locator.ACO_H3o''get_ServiceLocator_ACOH3oService'false],
  7506.             'App\\Controller\\ModelePreEnregistreController::index' => ['privates''.service_locator.Cw87WGt''get_ServiceLocator_Cw87WGtService'false],
  7507.             'App\\Controller\\ModelePreEnregistreController::new' => ['privates''.service_locator.odulM1a''get_ServiceLocator_OdulM1aService'false],
  7508.             'App\\Controller\\MouvementController::delete' => ['privates''.service_locator.ykpsXIg''get_ServiceLocator_YkpsXIgService'false],
  7509.             'App\\Controller\\MouvementController::edit' => ['privates''.service_locator.PMo3JdN''get_ServiceLocator_PMo3JdNService'false],
  7510.             'App\\Controller\\MouvementController::index' => ['privates''.service_locator.rsuiLtZ''get_ServiceLocator_RsuiLtZService'false],
  7511.             'App\\Controller\\MouvementController::new' => ['privates''.service_locator.tlZSeWA''get_ServiceLocator_TlZSeWAService'false],
  7512.             'App\\Controller\\MouvementController::show' => ['privates''.service_locator.OkSsD0O''get_ServiceLocator_OkSsD0OService'false],
  7513.             'App\\Controller\\MoveRequestController::acceptCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  7514.             'App\\Controller\\MoveRequestController::acceptMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  7515.             'App\\Controller\\MoveRequestController::acceptNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  7516.             'App\\Controller\\MoveRequestController::denyCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  7517.             'App\\Controller\\MoveRequestController::denyMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  7518.             'App\\Controller\\MoveRequestController::denyNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  7519.             'App\\Controller\\MoveRequestController::listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  7520.             'App\\Controller\\NetworkController::addDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7521.             'App\\Controller\\NetworkController::commissionEditAction' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  7522.             'App\\Controller\\NetworkController::commissionListAction' => ['privates''.service_locator.Wfc7pe4''get_ServiceLocator_Wfc7pe4Service'false],
  7523.             'App\\Controller\\NetworkController::deleteAction' => ['privates''.service_locator.pnE2s.A''get_ServiceLocator_PnE2s_AService'false],
  7524.             'App\\Controller\\NetworkController::editAction' => ['privates''.service_locator.mglvehC''get_ServiceLocator_MglvehCService'false],
  7525.             'App\\Controller\\NetworkController::export' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  7526.             'App\\Controller\\NetworkController::generateCsvNetworkAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7527.             'App\\Controller\\NetworkController::generatePdfNetworkAction' => ['privates''.service_locator.0RswhjC''get_ServiceLocator_0RswhjCService'false],
  7528.             'App\\Controller\\NetworkController::getAllEntrepreneurAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7529.             'App\\Controller\\NetworkController::getDevicesAction' => ['privates''.service_locator.wtUBix8''get_ServiceLocator_WtUBix8Service'false],
  7530.             'App\\Controller\\NetworkController::getServiceAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7531.             'App\\Controller\\NetworkController::listAction' => ['privates''.service_locator.tFueXwH''get_ServiceLocator_TFueXwHService'false],
  7532.             'App\\Controller\\NetworkController::listCommentAction' => ['privates''.service_locator.TnHwTyo''get_ServiceLocator_TnHwTyoService'false],
  7533.             'App\\Controller\\NetworkController::migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7534.             'App\\Controller\\NetworkController::removeDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7535.             'App\\Controller\\NetworkController::saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7536.             'App\\Controller\\NetworkController::showAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7537.             'App\\Controller\\NetworkController::updateCustomersThatNetworkDeleted' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7538.             'App\\Controller\\NetworkController::updateNanoentrepreneurCommissionAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7539.             'App\\Controller\\NetworkController::updateNetworkLocationAction' => ['privates''.service_locator.2_g68iE''get_ServiceLocator_2G68iEService'false],
  7540.             'App\\Controller\\OffersController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7541.             'App\\Controller\\OffersController::deleteAction' => ['privates''.service_locator.RuIoqYh''get_ServiceLocator_RuIoqYhService'false],
  7542.             'App\\Controller\\OffersController::detailsAction' => ['privates''.service_locator.QgH0i9w''get_ServiceLocator_QgH0i9wService'false],
  7543.             'App\\Controller\\OffersController::editAction' => ['privates''.service_locator.X0FgT8k''get_ServiceLocator_X0FgT8kService'false],
  7544.             'App\\Controller\\OffersController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7545.             'App\\Controller\\OffersController::migrationOfferPriceFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7546.             'App\\Controller\\PlanifiedMaintenanceController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7547.             'App\\Controller\\PlanifiedMaintenanceController::deleteAction' => ['privates''.service_locator.E6MiF.U''get_ServiceLocator_E6MiF_UService'false],
  7548.             'App\\Controller\\PlanifiedMaintenanceController::descriptionAction' => ['privates''.service_locator.zVpJGgr''get_ServiceLocator_ZVpJGgrService'false],
  7549.             'App\\Controller\\PlanifiedMaintenanceController::editAction' => ['privates''.service_locator.i4ow5ut''get_ServiceLocator_I4ow5utService'false],
  7550.             'App\\Controller\\PlanifiedMaintenanceController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7551.             'App\\Controller\\ProduitController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7552.             'App\\Controller\\ProduitController::deleteAction' => ['privates''.service_locator.5kTAqd3''get_ServiceLocator_5kTAqd3Service'false],
  7553.             'App\\Controller\\ProduitController::editAction' => ['privates''.service_locator.vUdv.fr''get_ServiceLocator_VUdv_FrService'false],
  7554.             'App\\Controller\\ProduitController::listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7555.             'App\\Controller\\ProfileController::addUserAction' => ['privates''.service_locator.KKxrtSy''get_ServiceLocator_KKxrtSyService'false],
  7556.             'App\\Controller\\ProfileController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7557.             'App\\Controller\\ProfileController::editUserAction' => ['privates''.service_locator.2GDxWS8''get_ServiceLocator_2GDxWS8Service'false],
  7558.             'App\\Controller\\ProfileController::listAction' => ['privates''.service_locator.xKndLFS''get_ServiceLocator_XKndLFSService'false],
  7559.             'App\\Controller\\ProjectController::addNanoEntreprneurAndCommissionToNetwork' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7560.             'App\\Controller\\ProjectController::alertSeenAction' => ['privates''.service_locator.9NcbZAd''get_ServiceLocator_9NcbZAdService'false],
  7561.             'App\\Controller\\ProjectController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7562.             'App\\Controller\\ProjectController::listAction' => ['privates''.service_locator.j_FwlPe''get_ServiceLocator_JFwlPeService'false],
  7563.             'App\\Controller\\ProjectController::listAlertAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7564.             'App\\Controller\\ProjectController::listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  7565.             'App\\Controller\\ProjectController::mapAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7566.             'App\\Controller\\ProjectController::updateStateAction' => ['privates''.service_locator.dk..C2P''get_ServiceLocator_Dk__C2PService'false],
  7567.             'App\\Controller\\ProjectController::workflowAction' => ['privates''.service_locator.ybKz26V''get_ServiceLocator_YbKz26VService'false],
  7568.             'App\\Controller\\ProspectController::OldeditRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  7569.             'App\\Controller\\ProspectController::addToNetworkAction' => ['privates''.service_locator.0fX41R6''get_ServiceLocator_0fX41R6Service'false],
  7570.             'App\\Controller\\ProspectController::add_missings_transaction_agg_1' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7571.             'App\\Controller\\ProspectController::add_missings_transaction_agg_2' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7572.             'App\\Controller\\ProspectController::add_missings_transaction_agg_3' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7573.             'App\\Controller\\ProspectController::add_missings_transaction_agg_4' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7574.             'App\\Controller\\ProspectController::alertSeenAction' => ['privates''.service_locator.jOUN2g_''get_ServiceLocator_JOUN2gService'false],
  7575.             'App\\Controller\\ProspectController::deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7576.             'App\\Controller\\ProspectController::devalideAction' => ['privates''.service_locator.vHSIYGf''get_ServiceLocator_VHSIYGfService'false],
  7577.             'App\\Controller\\ProspectController::editAction' => ['privates''.service_locator.RlSv5Uu''get_ServiceLocator_RlSv5UuService'false],
  7578.             'App\\Controller\\ProspectController::editCodeAction' => ['privates''.service_locator.sFIcoVJ''get_ServiceLocator_SFIcoVJService'false],
  7579.             'App\\Controller\\ProspectController::editRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  7580.             'App\\Controller\\ProspectController::generateCodeAction' => ['privates''.service_locator._enI0SP''get_ServiceLocator_EnI0SPService'false],
  7581.             'App\\Controller\\ProspectController::generatePdfAction' => ['privates''.service_locator.h6kfZdl''get_ServiceLocator_H6kfZdlService'false],
  7582.             'App\\Controller\\ProspectController::generatePdfClientAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7583.             'App\\Controller\\ProspectController::generatePdfProspectAction' => ['privates''.service_locator.nheZvoD''get_ServiceLocator_NheZvoDService'false],
  7584.             'App\\Controller\\ProspectController::getDevicesAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  7585.             'App\\Controller\\ProspectController::getGenerateCodeAction' => ['privates''.service_locator.zblkmLu''get_ServiceLocator_ZblkmLuService'false],
  7586.             'App\\Controller\\ProspectController::importHistoricRegularizationAction' => ['privates''.service_locator.ddTvfuu''get_ServiceLocator_DdTvfuuService'false],
  7587.             'App\\Controller\\ProspectController::listAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  7588.             'App\\Controller\\ProspectController::listCodeAction' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  7589.             'App\\Controller\\ProspectController::listCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  7590.             'App\\Controller\\ProspectController::listRegularizationAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  7591.             'App\\Controller\\ProspectController::listWorkflowCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  7592.             'App\\Controller\\ProspectController::massUploadAction' => ['privates''.service_locator.EfcqpF6''get_ServiceLocator_EfcqpF6Service'false],
  7593.             'App\\Controller\\ProspectController::refundProspectFormAction' => ['privates''.service_locator.FB.pLhm''get_ServiceLocator_FB_PLhmService'false],
  7594.             'App\\Controller\\ProspectController::regularizeFeesAction' => ['privates''.service_locator.ZakTjNZ''get_ServiceLocator_ZakTjNZService'false],
  7595.             'App\\Controller\\ProspectController::removeDeviceAction' => ['privates''.service_locator.ljphWNN''get_ServiceLocator_LjphWNNService'false],
  7596.             'App\\Controller\\ProspectController::removeFromNetworkAction' => ['privates''.service_locator.Ho_cL4p''get_ServiceLocator_HoCL4pService'false],
  7597.             'App\\Controller\\ProspectController::saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7598.             'App\\Controller\\ProspectController::saveWorkflowCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7599.             'App\\Controller\\ProspectController::setCustomeDeviceAdditional' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  7600.             'App\\Controller\\ProspectController::showAction' => ['privates''.service_locator.QJOpjBe''get_ServiceLocator_QJOpjBeService'false],
  7601.             'App\\Controller\\ProspectController::toggleValidationCodeAction' => ['privates''.service_locator.EvoQZbL''get_ServiceLocator_EvoQZbLService'false],
  7602.             'App\\Controller\\ProspectController::updateProspectLocationAction' => ['privates''.service_locator.5W4CSYJ''get_ServiceLocator_5W4CSYJService'false],
  7603.             'App\\Controller\\ProspectController::updateStateAction' => ['privates''.service_locator.PW4v3kj''get_ServiceLocator_PW4v3kjService'false],
  7604.             'App\\Controller\\ProspectController::update_theorical_credit_for_filtered_customers' => ['privates''.service_locator.SFYsmbr''get_ServiceLocator_SFYsmbrService'false],
  7605.             'App\\Controller\\ProspectController::workflowAction' => ['privates''.service_locator.jVzLuim''get_ServiceLocator_JVzLuimService'false],
  7606.             'App\\Controller\\ReadOnlyController::removeAction' => ['privates''.service_locator.fbCUvGR''get_ServiceLocator_FbCUvGRService'false],
  7607.             'App\\Controller\\ReceptionController::delete' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  7608.             'App\\Controller\\ReceptionController::edit' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  7609.             'App\\Controller\\ReceptionController::index' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  7610.             'App\\Controller\\ReceptionController::new' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  7611.             'App\\Controller\\ReceptionController::show' => ['privates''.service_locator.1o3HeJI''get_ServiceLocator_1o3HeJIService'false],
  7612.             'App\\Controller\\SatisfactionController::addSatisfactionAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  7613.             'App\\Controller\\SatisfactionController::deleteAction' => ['privates''.service_locator.J0R.6EQ''get_ServiceLocator_J0R_6EQService'false],
  7614.             'App\\Controller\\SatisfactionController::editSatisfactionAction' => ['privates''.service_locator.42XlV._''get_ServiceLocator_42XlV_Service'false],
  7615.             'App\\Controller\\SatisfactionController::exportSatisfactionAction' => ['privates''.service_locator.__yF_Xs''get_ServiceLocator_YFXsService'false],
  7616.             'App\\Controller\\SatisfactionController::listClientAction' => ['privates''.service_locator.RRDbbPc''get_ServiceLocator_RRDbbPcService'false],
  7617.             'App\\Controller\\SatisfactionController::listNRAction' => ['privates''.service_locator.RRDbbPc''get_ServiceLocator_RRDbbPcService'false],
  7618.             'App\\Controller\\SoldController::addSoldAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  7619.             'App\\Controller\\SoldController::deleteAction' => ['privates''.service_locator.PG7FJY2''get_ServiceLocator_PG7FJY2Service'false],
  7620.             'App\\Controller\\SoldController::editSoldAction' => ['privates''.service_locator.rgvc6IC''get_ServiceLocator_Rgvc6ICService'false],
  7621.             'App\\Controller\\SoldController::listAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7622.             'App\\Controller\\SoldController::listSyntheseAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7623.             'App\\Controller\\StatsController::clientsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7624.             'App\\Controller\\StatsController::eventAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7625.             'App\\Controller\\StatsController::generateExcelClientsAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7626.             'App\\Controller\\StatsController::generatePdfClientsAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7627.             'App\\Controller\\StatsController::generatePdfEventAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7628.             'App\\Controller\\StatsController::generatePdfIntensityAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7629.             'App\\Controller\\StatsController::generatePdfNetworkAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7630.             'App\\Controller\\StatsController::generatePdfTensionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7631.             'App\\Controller\\StatsController::generatePdfTransactionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7632.             'App\\Controller\\StatsController::generatePdfUserAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7633.             'App\\Controller\\StatsController::intensityAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7634.             'App\\Controller\\StatsController::networkAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  7635.             'App\\Controller\\StatsController::recalculate_balance' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  7636.             'App\\Controller\\StatsController::tensionAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7637.             'App\\Controller\\StatsController::transactionsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7638.             'App\\Controller\\StatsController::userAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  7639.             'App\\Controller\\StockController::add' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  7640.             'App\\Controller\\StockController::delete' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  7641.             'App\\Controller\\StockController::edit' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  7642.             'App\\Controller\\StockController::index' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  7643.             'App\\Controller\\StockController::show' => ['privates''.service_locator.1mdfZZ8''get_ServiceLocator_1mdfZZ8Service'false],
  7644.             'App\\Controller\\TransfertController::delete' => ['privates''.service_locator.cIifKEn''get_ServiceLocator_CIifKEnService'false],
  7645.             'App\\Controller\\TransfertController::edit' => ['privates''.service_locator.HSs3QPH''get_ServiceLocator_HSs3QPHService'false],
  7646.             'App\\Controller\\TransfertController::getStockByModeleAndLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  7647.             'App\\Controller\\TransfertController::index' => ['privates''.service_locator.se2gJgI''get_ServiceLocator_Se2gJgIService'false],
  7648.             'App\\Controller\\TransfertController::new' => ['privates''.service_locator.qQjPVgy''get_ServiceLocator_QQjPVgyService'false],
  7649.             'App\\Controller\\TransfertController::preparation' => ['privates''.service_locator.5ZKSdtX''get_ServiceLocator_5ZKSdtXService'false],
  7650.             'App\\Controller\\TransfertController::preparer' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  7651.             'App\\Controller\\TransfertController::reception' => ['privates''.service_locator..cSTREF''get_ServiceLocator__CSTREFService'false],
  7652.             'App\\Controller\\TransfertController::receptionner' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  7653.             'App\\Controller\\TransfertController::show' => ['privates''.service_locator..EETIKc''get_ServiceLocator__EETIKcService'false],
  7654.             'App\\Controller\\ZoneController::addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7655.             'App\\Controller\\ZoneController::deleteAction' => ['privates''.service_locator.OzxFyGf''get_ServiceLocator_OzxFyGfService'false],
  7656.             'App\\Controller\\ZoneController::editAction' => ['privates''.service_locator.w4KxZIX''get_ServiceLocator_W4KxZIXService'false],
  7657.             'App\\Controller\\ZoneController::generateCsvAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7658.             'App\\Controller\\ZoneController::generateExcelAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7659.             'App\\Controller\\ZoneController::generatePdfAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7660.             'App\\Controller\\ZoneController::getSelectableProspectFromZoneAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7661.             'App\\Controller\\ZoneController::getZoneByUserAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7662.             'App\\Controller\\ZoneController::userZoneAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7663.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7664.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7665.             'App\\Controller\\AgenceController:delete' => ['privates''.service_locator.ojSyuEO''get_ServiceLocator_OjSyuEOService'false],
  7666.             'App\\Controller\\AgenceController:edit' => ['privates''.service_locator.zqb86X4''get_ServiceLocator_Zqb86X4Service'false],
  7667.             'App\\Controller\\AgenceController:editLocalAgence' => ['privates''.service_locator.Zxm6DVH''get_ServiceLocator_Zxm6DVHService'false],
  7668.             'App\\Controller\\AgenceController:index' => ['privates''.service_locator.3fv.C89''get_ServiceLocator_3fv_C89Service'false],
  7669.             'App\\Controller\\AgenceController:new' => ['privates''.service_locator.tvOWqSY''get_ServiceLocator_TvOWqSYService'false],
  7670.             'App\\Controller\\AgenceController:show' => ['privates''.service_locator.umipsEM''get_ServiceLocator_UmipsEMService'false],
  7671.             'App\\Controller\\Api\\ClientController:listClientAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7672.             'App\\Controller\\Api\\ClientController:listShowClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7673.             'App\\Controller\\Api\\CodeController:decryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  7674.             'App\\Controller\\Api\\CodeController:encryptCodeAction' => ['privates''.service_locator.LyBRwWA''get_ServiceLocator_LyBRwWAService'false],
  7675.             'App\\Controller\\Api\\CustomerController:ProspectZoneListAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7676.             'App\\Controller\\Api\\CustomerController:addCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7677.             'App\\Controller\\Api\\CustomerController:addDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7678.             'App\\Controller\\Api\\CustomerController:addEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7679.             'App\\Controller\\Api\\CustomerController:addEquipmentElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7680.             'App\\Controller\\Api\\CustomerController:customerDevicesAction' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  7681.             'App\\Controller\\Api\\CustomerController:customersAction' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  7682.             'App\\Controller\\Api\\CustomerController:deleteCustomerClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7683.             'App\\Controller\\Api\\CustomerController:deleteDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7684.             'App\\Controller\\Api\\CustomerController:deleteEquipementElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7685.             'App\\Controller\\Api\\CustomerController:deleteEquipementProductionElectricAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7686.             'App\\Controller\\Api\\CustomerController:editAction' => ['privates''.service_locator.JhG5aGw''get_ServiceLocator_JhG5aGwService'false],
  7687.             'App\\Controller\\Api\\CustomerController:generateCodeAction' => ['privates''.service_locator.467VcOo''get_ServiceLocator_467VcOoService'false],
  7688.             'App\\Controller\\Api\\CustomerController:getCustomerDetailsAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7689.             'App\\Controller\\Api\\CustomerController:getFullDetailsAction' => ['privates''.service_locator.Ts1BwiH''get_ServiceLocator_Ts1BwiHService'false],
  7690.             'App\\Controller\\Api\\CustomerController:updateDeviceClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7691.             'App\\Controller\\Api\\CustomerController:updateEquipementConsomationAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  7692.             'App\\Controller\\Api\\CustomerController:updateEquipementProductionElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7693.             'App\\Controller\\Api\\CustomerController:updateEquipmentElectricClientAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7694.             'App\\Controller\\Api\\DataRecordController:addRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  7695.             'App\\Controller\\Api\\DataRecordController:addSynthethicalRecordAction' => ['privates''.service_locator.ejPeyXb''get_ServiceLocator_EjPeyXbService'false],
  7696.             'App\\Controller\\Api\\DataRecordController:getSynthethicalRecordListAction' => ['privates''.service_locator.O1XGkAG''get_ServiceLocator_O1XGkAGService'false],
  7697.             'App\\Controller\\Api\\DataRecordController:old__construct' => ['privates''.service_locator.QM7rkSL''get_ServiceLocator_QM7rkSLService'false],
  7698.             'App\\Controller\\Api\\DeviceController:createDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7699.             'App\\Controller\\Api\\DeviceController:removeDeviceAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7700.             'App\\Controller\\Api\\DeviceController:updateDeviceAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7701.             'App\\Controller\\Api\\MapController:userZoneAction' => ['privates''.service_locator.43KuGKF''get_ServiceLocator_43KuGKFService'false],
  7702.             'App\\Controller\\Api\\NetworkController:addDeviceAction' => ['privates''.service_locator.crcpn6p''get_ServiceLocator_Crcpn6pService'false],
  7703.             'App\\Controller\\Api\\NetworkController:editNetworksDeviceAction' => ['privates''.service_locator.LiOhytn''get_ServiceLocator_LiOhytnService'false],
  7704.             'App\\Controller\\Api\\NetworkController:listNetworksAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7705.             'App\\Controller\\Api\\NetworkController:listShowNetworkAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7706.             'App\\Controller\\Api\\NetworkController:networkDevicesAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7707.             'App\\Controller\\Api\\NetworkController:networksAction' => ['privates''.service_locator.Zz2l4ov''get_ServiceLocator_Zz2l4ovService'false],
  7708.             'App\\Controller\\Api\\NetworkController:removeDeviceAction' => ['privates''.service_locator.7dw6DAe''get_ServiceLocator_7dw6DAeService'false],
  7709.             'App\\Controller\\Api\\NetworkDeviceController:updateAction' => ['privates''.service_locator.gFsD2UP''get_ServiceLocator_GFsD2UPService'false],
  7710.             'App\\Controller\\Api\\PaymentController:paymentFinalizeAction' => ['privates''.service_locator.bzSKAGk''get_ServiceLocator_BzSKAGkService'false],
  7711.             'App\\Controller\\Api\\PaymentController:paymentInitAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7712.             'App\\Controller\\Api\\ProspectController:listProspectAction' => ['privates''.service_locator.HOed4k0''get_ServiceLocator_HOed4k0Service'false],
  7713.             'App\\Controller\\Api\\ProspectController:listProspectParEnqueteurAction' => ['privates''.service_locator.lCVK1t1''get_ServiceLocator_LCVK1t1Service'false],
  7714.             'App\\Controller\\Api\\ProspectController:listShowProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7715.             'App\\Controller\\Api\\ProspectController:prospectDeletedAction' => ['privates''.service_locator.tsVxudM''get_ServiceLocator_TsVxudMService'false],
  7716.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionCustomerAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7717.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionNRAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7718.             'App\\Controller\\Api\\SatisfactionController:listCustmerstAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  7719.             'App\\Controller\\Api\\SatisfactionController:satisfactionCustomersAddAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7720.             'App\\Controller\\Api\\UserController:getBalanceAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7721.             'App\\Controller\\Api\\UserController:getCustomersAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  7722.             'App\\Controller\\Api\\UserController:getDetailsAction' => ['privates''.service_locator.NwHyrO9''get_ServiceLocator_NwHyrO9Service'false],
  7723.             'App\\Controller\\Api\\UserController:getNetworksAction' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  7724.             'App\\Controller\\Api\\UserController:getNetworksActionAllTime' => ['privates''.service_locator.fS4LRYh''get_ServiceLocator_FS4LRYhService'false],
  7725.             'App\\Controller\\Api\\UserController:getTasksAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7726.             'App\\Controller\\Api\\UserController:getTransactionsAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7727.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  7728.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerEquipeAction' => ['privates''.service_locator.OC2AG.K''get_ServiceLocator_OC2AG_KService'false],
  7729.             'App\\Controller\\Api\\ZoneController:getZoneByDistrictAction' => ['privates''.service_locator.y0XNB5K''get_ServiceLocator_Y0XNB5KService'false],
  7730.             'App\\Controller\\ArticleClientController:add_historique' => ['privates''.service_locator.UYMlL2W''get_ServiceLocator_UYMlL2WService'false],
  7731.             'App\\Controller\\ArticleClientController:delete' => ['privates''.service_locator.8KMdi7N''get_ServiceLocator_8KMdi7NService'false],
  7732.             'App\\Controller\\ArticleClientController:edit' => ['privates''.service_locator.fJB56ct''get_ServiceLocator_FJB56ctService'false],
  7733.             'App\\Controller\\ArticleClientController:index' => ['privates''.service_locator.2RfHm9Q''get_ServiceLocator_2RfHm9QService'false],
  7734.             'App\\Controller\\ArticleClientController:new' => ['privates''.service_locator.0djkI_r''get_ServiceLocator_0djkIRService'false],
  7735.             'App\\Controller\\ArticleClientController:show' => ['privates''.service_locator.dcYAIAg''get_ServiceLocator_DcYAIAgService'false],
  7736.             'App\\Controller\\CaisseController:addAction' => ['privates''.service_locator.QzOJFLQ''get_ServiceLocator_QzOJFLQService'false],
  7737.             'App\\Controller\\CaisseController:editAction' => ['privates''.service_locator.DPytARp''get_ServiceLocator_DPytARpService'false],
  7738.             'App\\Controller\\CaisseController:listAction' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  7739.             'App\\Controller\\CaisseController:removeAction' => ['privates''.service_locator.GcA.9H5''get_ServiceLocator_GcA_9H5Service'false],
  7740.             'App\\Controller\\CategorieController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7741.             'App\\Controller\\CategorieController:editAction' => ['privates''.service_locator.ssAKG2k''get_ServiceLocator_SsAKG2kService'false],
  7742.             'App\\Controller\\CategorieController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7743.             'App\\Controller\\CodeController:massUploadAction' => ['privates''.service_locator.wX2sFUE''get_ServiceLocator_WX2sFUEService'false],
  7744.             'App\\Controller\\DashboardController:indexAction' => ['privates''.service_locator.qRBHu6h''get_ServiceLocator_QRBHu6hService'false],
  7745.             'App\\Controller\\DashboardController:selectContractorAction' => ['privates''.service_locator.3ScHzZK''get_ServiceLocator_3ScHzZKService'false],
  7746.             'App\\Controller\\DashboardController:selectDistrictAction' => ['privates''.service_locator.A29V4mf''get_ServiceLocator_A29V4mfService'false],
  7747.             'App\\Controller\\DeviceController:addAction' => ['privates''.service_locator.TZQ6Yd.''get_ServiceLocator_TZQ6Yd_Service'false],
  7748.             'App\\Controller\\DeviceController:deleteAction' => ['privates''.service_locator.CIkUJtK''get_ServiceLocator_CIkUJtKService'false],
  7749.             'App\\Controller\\DeviceController:detailsAction' => ['privates''.service_locator.fd5GGl3''get_ServiceLocator_Fd5GGl3Service'false],
  7750.             'App\\Controller\\DeviceController:editAction' => ['privates''.service_locator.ordqhef''get_ServiceLocator_OrdqhefService'false],
  7751.             'App\\Controller\\DeviceController:getDeviceTypeDetailsAction' => ['privates''.service_locator.48VO5iM''get_ServiceLocator_48VO5iMService'false],
  7752.             'App\\Controller\\DeviceController:listAction' => ['privates''.service_locator.HHM2x4T''get_ServiceLocator_HHM2x4TService'false],
  7753.             'App\\Controller\\FabricationController:delete' => ['privates''.service_locator.IO.8s6n''get_ServiceLocator_IO_8s6nService'false],
  7754.             'App\\Controller\\FabricationController:edit' => ['privates''.service_locator.WqX1CqG''get_ServiceLocator_WqX1CqGService'false],
  7755.             'App\\Controller\\FabricationController:index' => ['privates''.service_locator.HJkJSmV''get_ServiceLocator_HJkJSmVService'false],
  7756.             'App\\Controller\\FabricationController:new' => ['privates''.service_locator.P5Oe.XT''get_ServiceLocator_P5Oe_XTService'false],
  7757.             'App\\Controller\\FabricationController:show' => ['privates''.service_locator.QpiMmnx''get_ServiceLocator_QpiMmnxService'false],
  7758.             'App\\Controller\\FacturationController:delete' => ['privates''.service_locator.XrVIU67''get_ServiceLocator_XrVIU67Service'false],
  7759.             'App\\Controller\\FacturationController:edit' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  7760.             'App\\Controller\\FacturationController:identifier' => ['privates''.service_locator.OgVQf1A''get_ServiceLocator_OgVQf1AService'false],
  7761.             'App\\Controller\\FacturationController:index' => ['privates''.service_locator.5Ri8jqs''get_ServiceLocator_5Ri8jqsService'false],
  7762.             'App\\Controller\\FacturationController:new' => ['privates''.service_locator.bgpE1Wq''get_ServiceLocator_BgpE1WqService'false],
  7763.             'App\\Controller\\FacturationController:receptionner' => ['privates''.service_locator.FM8zfWg''get_ServiceLocator_FM8zfWgService'false],
  7764.             'App\\Controller\\FacturationController:show' => ['privates''.service_locator.cT9t6e4''get_ServiceLocator_CT9t6e4Service'false],
  7765.             'App\\Controller\\FacturationController:validate' => ['privates''.service_locator.UDIZfWS''get_ServiceLocator_UDIZfWSService'false],
  7766.             'App\\Controller\\FournisseurController:delete' => ['privates''.service_locator.0Glhizg''get_ServiceLocator_0GlhizgService'false],
  7767.             'App\\Controller\\FournisseurController:edit' => ['privates''.service_locator.X20a3Co''get_ServiceLocator_X20a3CoService'false],
  7768.             'App\\Controller\\FournisseurController:index' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  7769.             'App\\Controller\\FournisseurController:new' => ['privates''.service_locator.H5dnRPg''get_ServiceLocator_H5dnRPgService'false],
  7770.             'App\\Controller\\FournisseurController:show' => ['privates''.service_locator.qSY6gAo''get_ServiceLocator_QSY6gAoService'false],
  7771.             'App\\Controller\\InspectionController:delete' => ['privates''.service_locator.tX54x_B''get_ServiceLocator_TX54xBService'false],
  7772.             'App\\Controller\\InspectionController:edit' => ['privates''.service_locator.KEvXzip''get_ServiceLocator_KEvXzipService'false],
  7773.             'App\\Controller\\InspectionController:index' => ['privates''.service_locator.BiewvBu''get_ServiceLocator_BiewvBuService'false],
  7774.             'App\\Controller\\InspectionController:new' => ['privates''.service_locator.UTd.Tgi''get_ServiceLocator_UTd_TgiService'false],
  7775.             'App\\Controller\\InspectionController:show' => ['privates''.service_locator.lvsFEkY''get_ServiceLocator_LvsFEkYService'false],
  7776.             'App\\Controller\\InterventionController:addAction' => ['privates''.service_locator.hXXglnl''get_ServiceLocator_HXXglnlService'false],
  7777.             'App\\Controller\\InterventionController:deleteInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  7778.             'App\\Controller\\InterventionController:deleteTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  7779.             'App\\Controller\\InterventionController:editInterventionAction' => ['privates''.service_locator.uK6PBjB''get_ServiceLocator_UK6PBjBService'false],
  7780.             'App\\Controller\\InterventionController:editTaskAction' => ['privates''.service_locator.VHH8RO0''get_ServiceLocator_VHH8RO0Service'false],
  7781.             'App\\Controller\\InterventionController:export' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  7782.             'App\\Controller\\InterventionController:listAction' => ['privates''.service_locator.7405IkE''get_ServiceLocator_7405IkEService'false],
  7783.             'App\\Controller\\InterventionController:syntheticalRecordListAction' => ['privates''.service_locator.UQVagqI''get_ServiceLocator_UQVagqIService'false],
  7784.             'App\\Controller\\KoboController:submitKoboDataAction' => ['privates''.service_locator.vtU7QCE''get_ServiceLocator_VtU7QCEService'false],
  7785.             'App\\Controller\\MapController:indexAction' => ['privates''.service_locator.jlcg4KN''get_ServiceLocator_Jlcg4KNService'false],
  7786.             'App\\Controller\\MapController:showAction' => ['privates''.service_locator.j1ox5nf''get_ServiceLocator_J1ox5nfService'false],
  7787.             'App\\Controller\\Mobile\\CustomerController:createAction' => ['privates''.service_locator.Kntl2lG''get_ServiceLocator_Kntl2lGService'false],
  7788.             'App\\Controller\\Mobile\\CustomerController:deleteProspectAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7789.             'App\\Controller\\Mobile\\CustomerController:listNotValidAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  7790.             'App\\Controller\\Mobile\\CustomerController:listNotValidParEnqueteurAction' => ['privates''.service_locator.rvKFh5M''get_ServiceLocator_RvKFh5MService'false],
  7791.             'App\\Controller\\Mobile\\CustomerController:listProspectValidAction' => ['privates''.service_locator.puHPyZI''get_ServiceLocator_PuHPyZIService'false],
  7792.             'App\\Controller\\Mobile\\CustomerController:updateAction' => ['privates''.service_locator.8rqPmL5''get_ServiceLocator_8rqPmL5Service'false],
  7793.             'App\\Controller\\Mobile\\ZoneController:listeZoneEntrepreneurAction' => ['privates''.service_locator.DqBSHQq''get_ServiceLocator_DqBSHQqService'false],
  7794.             'App\\Controller\\ModelController:addAction' => ['privates''.service_locator.slCk2l8''get_ServiceLocator_SlCk2l8Service'false],
  7795.             'App\\Controller\\ModelController:deleteAction' => ['privates''.service_locator..Tk2o.V''get_ServiceLocator__Tk2o_VService'false],
  7796.             'App\\Controller\\ModelController:editAction' => ['privates''.service_locator._Ty3c61''get_ServiceLocator_Ty3c61Service'false],
  7797.             'App\\Controller\\ModelController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7798.             'App\\Controller\\ModelePreEnregistreController:delete' => ['privates''.service_locator.EmgLjcU''get_ServiceLocator_EmgLjcUService'false],
  7799.             'App\\Controller\\ModelePreEnregistreController:edit' => ['privates''.service_locator.ACO_H3o''get_ServiceLocator_ACOH3oService'false],
  7800.             'App\\Controller\\ModelePreEnregistreController:index' => ['privates''.service_locator.Cw87WGt''get_ServiceLocator_Cw87WGtService'false],
  7801.             'App\\Controller\\ModelePreEnregistreController:new' => ['privates''.service_locator.odulM1a''get_ServiceLocator_OdulM1aService'false],
  7802.             'App\\Controller\\MouvementController:delete' => ['privates''.service_locator.ykpsXIg''get_ServiceLocator_YkpsXIgService'false],
  7803.             'App\\Controller\\MouvementController:edit' => ['privates''.service_locator.PMo3JdN''get_ServiceLocator_PMo3JdNService'false],
  7804.             'App\\Controller\\MouvementController:index' => ['privates''.service_locator.rsuiLtZ''get_ServiceLocator_RsuiLtZService'false],
  7805.             'App\\Controller\\MouvementController:new' => ['privates''.service_locator.tlZSeWA''get_ServiceLocator_TlZSeWAService'false],
  7806.             'App\\Controller\\MouvementController:show' => ['privates''.service_locator.OkSsD0O''get_ServiceLocator_OkSsD0OService'false],
  7807.             'App\\Controller\\MoveRequestController:acceptCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  7808.             'App\\Controller\\MoveRequestController:acceptMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  7809.             'App\\Controller\\MoveRequestController:acceptNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  7810.             'App\\Controller\\MoveRequestController:denyCustomerMoveRequestAction' => ['privates''.service_locator.zZantHl''get_ServiceLocator_ZZantHlService'false],
  7811.             'App\\Controller\\MoveRequestController:denyMoveRequest' => ['privates''.service_locator.D2Ja7N.''get_ServiceLocator_D2Ja7N_Service'false],
  7812.             'App\\Controller\\MoveRequestController:denyNetworkMoveRequestAction' => ['privates''.service_locator.ByMeTGc''get_ServiceLocator_ByMeTGcService'false],
  7813.             'App\\Controller\\MoveRequestController:listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  7814.             'App\\Controller\\NetworkController:addDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7815.             'App\\Controller\\NetworkController:commissionEditAction' => ['privates''.service_locator.uXcDtJs''get_ServiceLocator_UXcDtJsService'false],
  7816.             'App\\Controller\\NetworkController:commissionListAction' => ['privates''.service_locator.Wfc7pe4''get_ServiceLocator_Wfc7pe4Service'false],
  7817.             'App\\Controller\\NetworkController:deleteAction' => ['privates''.service_locator.pnE2s.A''get_ServiceLocator_PnE2s_AService'false],
  7818.             'App\\Controller\\NetworkController:editAction' => ['privates''.service_locator.mglvehC''get_ServiceLocator_MglvehCService'false],
  7819.             'App\\Controller\\NetworkController:export' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  7820.             'App\\Controller\\NetworkController:generateCsvNetworkAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7821.             'App\\Controller\\NetworkController:generatePdfNetworkAction' => ['privates''.service_locator.0RswhjC''get_ServiceLocator_0RswhjCService'false],
  7822.             'App\\Controller\\NetworkController:getAllEntrepreneurAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7823.             'App\\Controller\\NetworkController:getDevicesAction' => ['privates''.service_locator.wtUBix8''get_ServiceLocator_WtUBix8Service'false],
  7824.             'App\\Controller\\NetworkController:getServiceAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7825.             'App\\Controller\\NetworkController:listAction' => ['privates''.service_locator.tFueXwH''get_ServiceLocator_TFueXwHService'false],
  7826.             'App\\Controller\\NetworkController:listCommentAction' => ['privates''.service_locator.TnHwTyo''get_ServiceLocator_TnHwTyoService'false],
  7827.             'App\\Controller\\NetworkController:migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7828.             'App\\Controller\\NetworkController:removeDeviceAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7829.             'App\\Controller\\NetworkController:saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7830.             'App\\Controller\\NetworkController:showAction' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7831.             'App\\Controller\\NetworkController:updateCustomersThatNetworkDeleted' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7832.             'App\\Controller\\NetworkController:updateNanoentrepreneurCommissionAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7833.             'App\\Controller\\NetworkController:updateNetworkLocationAction' => ['privates''.service_locator.2_g68iE''get_ServiceLocator_2G68iEService'false],
  7834.             'App\\Controller\\OffersController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7835.             'App\\Controller\\OffersController:deleteAction' => ['privates''.service_locator.RuIoqYh''get_ServiceLocator_RuIoqYhService'false],
  7836.             'App\\Controller\\OffersController:detailsAction' => ['privates''.service_locator.QgH0i9w''get_ServiceLocator_QgH0i9wService'false],
  7837.             'App\\Controller\\OffersController:editAction' => ['privates''.service_locator.X0FgT8k''get_ServiceLocator_X0FgT8kService'false],
  7838.             'App\\Controller\\OffersController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7839.             'App\\Controller\\OffersController:migrationOfferPriceFromArrayToEntityAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7840.             'App\\Controller\\PlanifiedMaintenanceController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7841.             'App\\Controller\\PlanifiedMaintenanceController:deleteAction' => ['privates''.service_locator.E6MiF.U''get_ServiceLocator_E6MiF_UService'false],
  7842.             'App\\Controller\\PlanifiedMaintenanceController:descriptionAction' => ['privates''.service_locator.zVpJGgr''get_ServiceLocator_ZVpJGgrService'false],
  7843.             'App\\Controller\\PlanifiedMaintenanceController:editAction' => ['privates''.service_locator.i4ow5ut''get_ServiceLocator_I4ow5utService'false],
  7844.             'App\\Controller\\PlanifiedMaintenanceController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7845.             'App\\Controller\\ProduitController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7846.             'App\\Controller\\ProduitController:deleteAction' => ['privates''.service_locator.5kTAqd3''get_ServiceLocator_5kTAqd3Service'false],
  7847.             'App\\Controller\\ProduitController:editAction' => ['privates''.service_locator.vUdv.fr''get_ServiceLocator_VUdv_FrService'false],
  7848.             'App\\Controller\\ProduitController:listAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7849.             'App\\Controller\\ProfileController:addUserAction' => ['privates''.service_locator.KKxrtSy''get_ServiceLocator_KKxrtSyService'false],
  7850.             'App\\Controller\\ProfileController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7851.             'App\\Controller\\ProfileController:editUserAction' => ['privates''.service_locator.2GDxWS8''get_ServiceLocator_2GDxWS8Service'false],
  7852.             'App\\Controller\\ProfileController:listAction' => ['privates''.service_locator.xKndLFS''get_ServiceLocator_XKndLFSService'false],
  7853.             'App\\Controller\\ProjectController:addNanoEntreprneurAndCommissionToNetwork' => ['privates''.service_locator.84AyqH8''get_ServiceLocator_84AyqH8Service'false],
  7854.             'App\\Controller\\ProjectController:alertSeenAction' => ['privates''.service_locator.9NcbZAd''get_ServiceLocator_9NcbZAdService'false],
  7855.             'App\\Controller\\ProjectController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7856.             'App\\Controller\\ProjectController:listAction' => ['privates''.service_locator.j_FwlPe''get_ServiceLocator_JFwlPeService'false],
  7857.             'App\\Controller\\ProjectController:listAlertAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7858.             'App\\Controller\\ProjectController:listMoveRequestAction' => ['privates''.service_locator.Ov2TXBA''get_ServiceLocator_Ov2TXBAService'false],
  7859.             'App\\Controller\\ProjectController:mapAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7860.             'App\\Controller\\ProjectController:updateStateAction' => ['privates''.service_locator.dk..C2P''get_ServiceLocator_Dk__C2PService'false],
  7861.             'App\\Controller\\ProjectController:workflowAction' => ['privates''.service_locator.ybKz26V''get_ServiceLocator_YbKz26VService'false],
  7862.             'App\\Controller\\ProspectController:OldeditRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  7863.             'App\\Controller\\ProspectController:addToNetworkAction' => ['privates''.service_locator.0fX41R6''get_ServiceLocator_0fX41R6Service'false],
  7864.             'App\\Controller\\ProspectController:add_missings_transaction_agg_1' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7865.             'App\\Controller\\ProspectController:add_missings_transaction_agg_2' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7866.             'App\\Controller\\ProspectController:add_missings_transaction_agg_3' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7867.             'App\\Controller\\ProspectController:add_missings_transaction_agg_4' => ['privates''.service_locator.iOj6vJp''get_ServiceLocator_IOj6vJpService'false],
  7868.             'App\\Controller\\ProspectController:alertSeenAction' => ['privates''.service_locator.jOUN2g_''get_ServiceLocator_JOUN2gService'false],
  7869.             'App\\Controller\\ProspectController:deleteAction' => ['privates''.service_locator.CPjQy1V''get_ServiceLocator_CPjQy1VService'false],
  7870.             'App\\Controller\\ProspectController:devalideAction' => ['privates''.service_locator.vHSIYGf''get_ServiceLocator_VHSIYGfService'false],
  7871.             'App\\Controller\\ProspectController:editAction' => ['privates''.service_locator.RlSv5Uu''get_ServiceLocator_RlSv5UuService'false],
  7872.             'App\\Controller\\ProspectController:editCodeAction' => ['privates''.service_locator.sFIcoVJ''get_ServiceLocator_SFIcoVJService'false],
  7873.             'App\\Controller\\ProspectController:editRegularizationAction' => ['privates''.service_locator.EKOxL7d''get_ServiceLocator_EKOxL7dService'false],
  7874.             'App\\Controller\\ProspectController:generateCodeAction' => ['privates''.service_locator._enI0SP''get_ServiceLocator_EnI0SPService'false],
  7875.             'App\\Controller\\ProspectController:generatePdfAction' => ['privates''.service_locator.h6kfZdl''get_ServiceLocator_H6kfZdlService'false],
  7876.             'App\\Controller\\ProspectController:generatePdfClientAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7877.             'App\\Controller\\ProspectController:generatePdfProspectAction' => ['privates''.service_locator.nheZvoD''get_ServiceLocator_NheZvoDService'false],
  7878.             'App\\Controller\\ProspectController:getDevicesAction' => ['privates''.service_locator.v.fGnTf''get_ServiceLocator_V_FGnTfService'false],
  7879.             'App\\Controller\\ProspectController:getGenerateCodeAction' => ['privates''.service_locator.zblkmLu''get_ServiceLocator_ZblkmLuService'false],
  7880.             'App\\Controller\\ProspectController:importHistoricRegularizationAction' => ['privates''.service_locator.ddTvfuu''get_ServiceLocator_DdTvfuuService'false],
  7881.             'App\\Controller\\ProspectController:listAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  7882.             'App\\Controller\\ProspectController:listCodeAction' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  7883.             'App\\Controller\\ProspectController:listCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  7884.             'App\\Controller\\ProspectController:listRegularizationAction' => ['privates''.service_locator.3zbIe2e''get_ServiceLocator_3zbIe2eService'false],
  7885.             'App\\Controller\\ProspectController:listWorkflowCommentAction' => ['privates''.service_locator.LPkUJpx''get_ServiceLocator_LPkUJpxService'false],
  7886.             'App\\Controller\\ProspectController:massUploadAction' => ['privates''.service_locator.EfcqpF6''get_ServiceLocator_EfcqpF6Service'false],
  7887.             'App\\Controller\\ProspectController:refundProspectFormAction' => ['privates''.service_locator.FB.pLhm''get_ServiceLocator_FB_PLhmService'false],
  7888.             'App\\Controller\\ProspectController:regularizeFeesAction' => ['privates''.service_locator.ZakTjNZ''get_ServiceLocator_ZakTjNZService'false],
  7889.             'App\\Controller\\ProspectController:removeDeviceAction' => ['privates''.service_locator.ljphWNN''get_ServiceLocator_LjphWNNService'false],
  7890.             'App\\Controller\\ProspectController:removeFromNetworkAction' => ['privates''.service_locator.Ho_cL4p''get_ServiceLocator_HoCL4pService'false],
  7891.             'App\\Controller\\ProspectController:saveCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7892.             'App\\Controller\\ProspectController:saveWorkflowCommentAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7893.             'App\\Controller\\ProspectController:setCustomeDeviceAdditional' => ['privates''.service_locator.VaFcGWn''get_ServiceLocator_VaFcGWnService'false],
  7894.             'App\\Controller\\ProspectController:showAction' => ['privates''.service_locator.QJOpjBe''get_ServiceLocator_QJOpjBeService'false],
  7895.             'App\\Controller\\ProspectController:toggleValidationCodeAction' => ['privates''.service_locator.EvoQZbL''get_ServiceLocator_EvoQZbLService'false],
  7896.             'App\\Controller\\ProspectController:updateProspectLocationAction' => ['privates''.service_locator.5W4CSYJ''get_ServiceLocator_5W4CSYJService'false],
  7897.             'App\\Controller\\ProspectController:updateStateAction' => ['privates''.service_locator.PW4v3kj''get_ServiceLocator_PW4v3kjService'false],
  7898.             'App\\Controller\\ProspectController:update_theorical_credit_for_filtered_customers' => ['privates''.service_locator.SFYsmbr''get_ServiceLocator_SFYsmbrService'false],
  7899.             'App\\Controller\\ProspectController:workflowAction' => ['privates''.service_locator.jVzLuim''get_ServiceLocator_JVzLuimService'false],
  7900.             'App\\Controller\\ReadOnlyController:removeAction' => ['privates''.service_locator.fbCUvGR''get_ServiceLocator_FbCUvGRService'false],
  7901.             'App\\Controller\\ReceptionController:delete' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  7902.             'App\\Controller\\ReceptionController:edit' => ['privates''.service_locator.4vEn9cc''get_ServiceLocator_4vEn9ccService'false],
  7903.             'App\\Controller\\ReceptionController:index' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  7904.             'App\\Controller\\ReceptionController:new' => ['privates''.service_locator.yN4kj38''get_ServiceLocator_YN4kj38Service'false],
  7905.             'App\\Controller\\ReceptionController:show' => ['privates''.service_locator.1o3HeJI''get_ServiceLocator_1o3HeJIService'false],
  7906.             'App\\Controller\\SatisfactionController:addSatisfactionAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  7907.             'App\\Controller\\SatisfactionController:deleteAction' => ['privates''.service_locator.J0R.6EQ''get_ServiceLocator_J0R_6EQService'false],
  7908.             'App\\Controller\\SatisfactionController:editSatisfactionAction' => ['privates''.service_locator.42XlV._''get_ServiceLocator_42XlV_Service'false],
  7909.             'App\\Controller\\SatisfactionController:exportSatisfactionAction' => ['privates''.service_locator.__yF_Xs''get_ServiceLocator_YFXsService'false],
  7910.             'App\\Controller\\SatisfactionController:listClientAction' => ['privates''.service_locator.RRDbbPc''get_ServiceLocator_RRDbbPcService'false],
  7911.             'App\\Controller\\SatisfactionController:listNRAction' => ['privates''.service_locator.RRDbbPc''get_ServiceLocator_RRDbbPcService'false],
  7912.             'App\\Controller\\SoldController:addSoldAction' => ['privates''.service_locator.wPSJBV5''get_ServiceLocator_WPSJBV5Service'false],
  7913.             'App\\Controller\\SoldController:deleteAction' => ['privates''.service_locator.PG7FJY2''get_ServiceLocator_PG7FJY2Service'false],
  7914.             'App\\Controller\\SoldController:editSoldAction' => ['privates''.service_locator.rgvc6IC''get_ServiceLocator_Rgvc6ICService'false],
  7915.             'App\\Controller\\SoldController:listAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7916.             'App\\Controller\\SoldController:listSyntheseAction' => ['privates''.service_locator.u4Hwrx7''get_ServiceLocator_U4Hwrx7Service'false],
  7917.             'App\\Controller\\StatsController:clientsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7918.             'App\\Controller\\StatsController:eventAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7919.             'App\\Controller\\StatsController:generateExcelClientsAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7920.             'App\\Controller\\StatsController:generatePdfClientsAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7921.             'App\\Controller\\StatsController:generatePdfEventAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7922.             'App\\Controller\\StatsController:generatePdfIntensityAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7923.             'App\\Controller\\StatsController:generatePdfNetworkAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7924.             'App\\Controller\\StatsController:generatePdfTensionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7925.             'App\\Controller\\StatsController:generatePdfTransactionAction' => ['privates''.service_locator.LgXQ2vH''get_ServiceLocator_LgXQ2vHService'false],
  7926.             'App\\Controller\\StatsController:generatePdfUserAction' => ['privates''.service_locator.0JUpYOV''get_ServiceLocator_0JUpYOVService'false],
  7927.             'App\\Controller\\StatsController:intensityAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7928.             'App\\Controller\\StatsController:networkAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  7929.             'App\\Controller\\StatsController:recalculate_balance' => ['privates''.service_locator.wLAEMIx''get_ServiceLocator_WLAEMIxService'false],
  7930.             'App\\Controller\\StatsController:tensionAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7931.             'App\\Controller\\StatsController:transactionsAction' => ['privates''.service_locator.nNa8Rj8''get_ServiceLocator_NNa8Rj8Service'false],
  7932.             'App\\Controller\\StatsController:userAction' => ['privates''.service_locator.U8wCp2u''get_ServiceLocator_U8wCp2uService'false],
  7933.             'App\\Controller\\StockController:add' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  7934.             'App\\Controller\\StockController:delete' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  7935.             'App\\Controller\\StockController:edit' => ['privates''.service_locator.bIQR53J''get_ServiceLocator_BIQR53JService'false],
  7936.             'App\\Controller\\StockController:index' => ['privates''.service_locator.9kY4W73''get_ServiceLocator_9kY4W73Service'false],
  7937.             'App\\Controller\\StockController:show' => ['privates''.service_locator.1mdfZZ8''get_ServiceLocator_1mdfZZ8Service'false],
  7938.             'App\\Controller\\TransfertController:delete' => ['privates''.service_locator.cIifKEn''get_ServiceLocator_CIifKEnService'false],
  7939.             'App\\Controller\\TransfertController:edit' => ['privates''.service_locator.HSs3QPH''get_ServiceLocator_HSs3QPHService'false],
  7940.             'App\\Controller\\TransfertController:getStockByModeleAndLocal' => ['privates''.service_locator.WEcIq80''get_ServiceLocator_WEcIq80Service'false],
  7941.             'App\\Controller\\TransfertController:index' => ['privates''.service_locator.se2gJgI''get_ServiceLocator_Se2gJgIService'false],
  7942.             'App\\Controller\\TransfertController:new' => ['privates''.service_locator.qQjPVgy''get_ServiceLocator_QQjPVgyService'false],
  7943.             'App\\Controller\\TransfertController:preparation' => ['privates''.service_locator.5ZKSdtX''get_ServiceLocator_5ZKSdtXService'false],
  7944.             'App\\Controller\\TransfertController:preparer' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  7945.             'App\\Controller\\TransfertController:reception' => ['privates''.service_locator..cSTREF''get_ServiceLocator__CSTREFService'false],
  7946.             'App\\Controller\\TransfertController:receptionner' => ['privates''.service_locator.fc7xGD0''get_ServiceLocator_Fc7xGD0Service'false],
  7947.             'App\\Controller\\TransfertController:show' => ['privates''.service_locator..EETIKc''get_ServiceLocator__EETIKcService'false],
  7948.             'App\\Controller\\ZoneController:addAction' => ['privates''.service_locator.flt4KH9''get_ServiceLocator_Flt4KH9Service'false],
  7949.             'App\\Controller\\ZoneController:deleteAction' => ['privates''.service_locator.OzxFyGf''get_ServiceLocator_OzxFyGfService'false],
  7950.             'App\\Controller\\ZoneController:editAction' => ['privates''.service_locator.w4KxZIX''get_ServiceLocator_W4KxZIXService'false],
  7951.             'App\\Controller\\ZoneController:generateCsvAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7952.             'App\\Controller\\ZoneController:generateExcelAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7953.             'App\\Controller\\ZoneController:generatePdfAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7954.             'App\\Controller\\ZoneController:getSelectableProspectFromZoneAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7955.             'App\\Controller\\ZoneController:getZoneByUserAction' => ['privates''.service_locator.Ue5FjLb''get_ServiceLocator_Ue5FjLbService'false],
  7956.             'App\\Controller\\ZoneController:userZoneAction' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  7957.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7958.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  7959.         ], [
  7960.             'App\\Controller\\AgenceController::delete' => '?',
  7961.             'App\\Controller\\AgenceController::edit' => '?',
  7962.             'App\\Controller\\AgenceController::editLocalAgence' => '?',
  7963.             'App\\Controller\\AgenceController::index' => '?',
  7964.             'App\\Controller\\AgenceController::new' => '?',
  7965.             'App\\Controller\\AgenceController::show' => '?',
  7966.             'App\\Controller\\Api\\ClientController::listClientAction' => '?',
  7967.             'App\\Controller\\Api\\ClientController::listShowClientAction' => '?',
  7968.             'App\\Controller\\Api\\CodeController::decryptCodeAction' => '?',
  7969.             'App\\Controller\\Api\\CodeController::encryptCodeAction' => '?',
  7970.             'App\\Controller\\Api\\CustomerController::ProspectZoneListAction' => '?',
  7971.             'App\\Controller\\Api\\CustomerController::addCustomerClientAction' => '?',
  7972.             'App\\Controller\\Api\\CustomerController::addDeviceClientAction' => '?',
  7973.             'App\\Controller\\Api\\CustomerController::addEquipementProductionElectricClientAction' => '?',
  7974.             'App\\Controller\\Api\\CustomerController::addEquipmentElectricAction' => '?',
  7975.             'App\\Controller\\Api\\CustomerController::customerDevicesAction' => '?',
  7976.             'App\\Controller\\Api\\CustomerController::customersAction' => '?',
  7977.             'App\\Controller\\Api\\CustomerController::deleteCustomerClientAction' => '?',
  7978.             'App\\Controller\\Api\\CustomerController::deleteDeviceClientAction' => '?',
  7979.             'App\\Controller\\Api\\CustomerController::deleteEquipementElectricAction' => '?',
  7980.             'App\\Controller\\Api\\CustomerController::deleteEquipementProductionElectricAction' => '?',
  7981.             'App\\Controller\\Api\\CustomerController::editAction' => '?',
  7982.             'App\\Controller\\Api\\CustomerController::generateCodeAction' => '?',
  7983.             'App\\Controller\\Api\\CustomerController::getCustomerDetailsAction' => '?',
  7984.             'App\\Controller\\Api\\CustomerController::getFullDetailsAction' => '?',
  7985.             'App\\Controller\\Api\\CustomerController::updateDeviceClientAction' => '?',
  7986.             'App\\Controller\\Api\\CustomerController::updateEquipementConsomationAction' => '?',
  7987.             'App\\Controller\\Api\\CustomerController::updateEquipementProductionElectricClientAction' => '?',
  7988.             'App\\Controller\\Api\\CustomerController::updateEquipmentElectricClientAction' => '?',
  7989.             'App\\Controller\\Api\\DataRecordController::addRecordAction' => '?',
  7990.             'App\\Controller\\Api\\DataRecordController::addSynthethicalRecordAction' => '?',
  7991.             'App\\Controller\\Api\\DataRecordController::getSynthethicalRecordListAction' => '?',
  7992.             'App\\Controller\\Api\\DataRecordController::old__construct' => '?',
  7993.             'App\\Controller\\Api\\DeviceController::createDeviceAction' => '?',
  7994.             'App\\Controller\\Api\\DeviceController::removeDeviceAction' => '?',
  7995.             'App\\Controller\\Api\\DeviceController::updateDeviceAction' => '?',
  7996.             'App\\Controller\\Api\\MapController::userZoneAction' => '?',
  7997.             'App\\Controller\\Api\\NetworkController::addDeviceAction' => '?',
  7998.             'App\\Controller\\Api\\NetworkController::editNetworksDeviceAction' => '?',
  7999.             'App\\Controller\\Api\\NetworkController::listNetworksAction' => '?',
  8000.             'App\\Controller\\Api\\NetworkController::listShowNetworkAction' => '?',
  8001.             'App\\Controller\\Api\\NetworkController::networkDevicesAction' => '?',
  8002.             'App\\Controller\\Api\\NetworkController::networksAction' => '?',
  8003.             'App\\Controller\\Api\\NetworkController::removeDeviceAction' => '?',
  8004.             'App\\Controller\\Api\\NetworkDeviceController::updateAction' => '?',
  8005.             'App\\Controller\\Api\\PaymentController::paymentFinalizeAction' => '?',
  8006.             'App\\Controller\\Api\\PaymentController::paymentInitAction' => '?',
  8007.             'App\\Controller\\Api\\ProspectController::listProspectAction' => '?',
  8008.             'App\\Controller\\Api\\ProspectController::listProspectParEnqueteurAction' => '?',
  8009.             'App\\Controller\\Api\\ProspectController::listShowProspectAction' => '?',
  8010.             'App\\Controller\\Api\\ProspectController::prospectDeletedAction' => '?',
  8011.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionCustomerAction' => '?',
  8012.             'App\\Controller\\Api\\SatisfactionController::addSatisfactionNRAction' => '?',
  8013.             'App\\Controller\\Api\\SatisfactionController::listCustmerstAction' => '?',
  8014.             'App\\Controller\\Api\\SatisfactionController::satisfactionCustomersAddAction' => '?',
  8015.             'App\\Controller\\Api\\UserController::getBalanceAction' => '?',
  8016.             'App\\Controller\\Api\\UserController::getCustomersAction' => '?',
  8017.             'App\\Controller\\Api\\UserController::getDetailsAction' => '?',
  8018.             'App\\Controller\\Api\\UserController::getNetworksAction' => '?',
  8019.             'App\\Controller\\Api\\UserController::getNetworksActionAllTime' => '?',
  8020.             'App\\Controller\\Api\\UserController::getTasksAction' => '?',
  8021.             'App\\Controller\\Api\\UserController::getTransactionsAction' => '?',
  8022.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerByDistrictAction' => '?',
  8023.             'App\\Controller\\Api\\UserController::getUsersNanoEntrepreunerEquipeAction' => '?',
  8024.             'App\\Controller\\Api\\ZoneController::getZoneByDistrictAction' => '?',
  8025.             'App\\Controller\\ArticleClientController::add_historique' => '?',
  8026.             'App\\Controller\\ArticleClientController::delete' => '?',
  8027.             'App\\Controller\\ArticleClientController::edit' => '?',
  8028.             'App\\Controller\\ArticleClientController::index' => '?',
  8029.             'App\\Controller\\ArticleClientController::new' => '?',
  8030.             'App\\Controller\\ArticleClientController::show' => '?',
  8031.             'App\\Controller\\CaisseController::addAction' => '?',
  8032.             'App\\Controller\\CaisseController::editAction' => '?',
  8033.             'App\\Controller\\CaisseController::listAction' => '?',
  8034.             'App\\Controller\\CaisseController::removeAction' => '?',
  8035.             'App\\Controller\\CategorieController::addAction' => '?',
  8036.             'App\\Controller\\CategorieController::editAction' => '?',
  8037.             'App\\Controller\\CategorieController::listAction' => '?',
  8038.             'App\\Controller\\CodeController::massUploadAction' => '?',
  8039.             'App\\Controller\\DashboardController::indexAction' => '?',
  8040.             'App\\Controller\\DashboardController::selectContractorAction' => '?',
  8041.             'App\\Controller\\DashboardController::selectDistrictAction' => '?',
  8042.             'App\\Controller\\DeviceController::addAction' => '?',
  8043.             'App\\Controller\\DeviceController::deleteAction' => '?',
  8044.             'App\\Controller\\DeviceController::detailsAction' => '?',
  8045.             'App\\Controller\\DeviceController::editAction' => '?',
  8046.             'App\\Controller\\DeviceController::getDeviceTypeDetailsAction' => '?',
  8047.             'App\\Controller\\DeviceController::listAction' => '?',
  8048.             'App\\Controller\\FabricationController::delete' => '?',
  8049.             'App\\Controller\\FabricationController::edit' => '?',
  8050.             'App\\Controller\\FabricationController::index' => '?',
  8051.             'App\\Controller\\FabricationController::new' => '?',
  8052.             'App\\Controller\\FabricationController::show' => '?',
  8053.             'App\\Controller\\FacturationController::delete' => '?',
  8054.             'App\\Controller\\FacturationController::edit' => '?',
  8055.             'App\\Controller\\FacturationController::identifier' => '?',
  8056.             'App\\Controller\\FacturationController::index' => '?',
  8057.             'App\\Controller\\FacturationController::new' => '?',
  8058.             'App\\Controller\\FacturationController::receptionner' => '?',
  8059.             'App\\Controller\\FacturationController::show' => '?',
  8060.             'App\\Controller\\FacturationController::validate' => '?',
  8061.             'App\\Controller\\FournisseurController::delete' => '?',
  8062.             'App\\Controller\\FournisseurController::edit' => '?',
  8063.             'App\\Controller\\FournisseurController::index' => '?',
  8064.             'App\\Controller\\FournisseurController::new' => '?',
  8065.             'App\\Controller\\FournisseurController::show' => '?',
  8066.             'App\\Controller\\InspectionController::delete' => '?',
  8067.             'App\\Controller\\InspectionController::edit' => '?',
  8068.             'App\\Controller\\InspectionController::index' => '?',
  8069.             'App\\Controller\\InspectionController::new' => '?',
  8070.             'App\\Controller\\InspectionController::show' => '?',
  8071.             'App\\Controller\\InterventionController::addAction' => '?',
  8072.             'App\\Controller\\InterventionController::deleteInterventionAction' => '?',
  8073.             'App\\Controller\\InterventionController::deleteTaskAction' => '?',
  8074.             'App\\Controller\\InterventionController::editInterventionAction' => '?',
  8075.             'App\\Controller\\InterventionController::editTaskAction' => '?',
  8076.             'App\\Controller\\InterventionController::export' => '?',
  8077.             'App\\Controller\\InterventionController::listAction' => '?',
  8078.             'App\\Controller\\InterventionController::syntheticalRecordListAction' => '?',
  8079.             'App\\Controller\\KoboController::submitKoboDataAction' => '?',
  8080.             'App\\Controller\\MapController::indexAction' => '?',
  8081.             'App\\Controller\\MapController::showAction' => '?',
  8082.             'App\\Controller\\Mobile\\CustomerController::createAction' => '?',
  8083.             'App\\Controller\\Mobile\\CustomerController::deleteProspectAction' => '?',
  8084.             'App\\Controller\\Mobile\\CustomerController::listNotValidAction' => '?',
  8085.             'App\\Controller\\Mobile\\CustomerController::listNotValidParEnqueteurAction' => '?',
  8086.             'App\\Controller\\Mobile\\CustomerController::listProspectValidAction' => '?',
  8087.             'App\\Controller\\Mobile\\CustomerController::updateAction' => '?',
  8088.             'App\\Controller\\Mobile\\ZoneController::listeZoneEntrepreneurAction' => '?',
  8089.             'App\\Controller\\ModelController::addAction' => '?',
  8090.             'App\\Controller\\ModelController::deleteAction' => '?',
  8091.             'App\\Controller\\ModelController::editAction' => '?',
  8092.             'App\\Controller\\ModelController::listAction' => '?',
  8093.             'App\\Controller\\ModelePreEnregistreController::delete' => '?',
  8094.             'App\\Controller\\ModelePreEnregistreController::edit' => '?',
  8095.             'App\\Controller\\ModelePreEnregistreController::index' => '?',
  8096.             'App\\Controller\\ModelePreEnregistreController::new' => '?',
  8097.             'App\\Controller\\MouvementController::delete' => '?',
  8098.             'App\\Controller\\MouvementController::edit' => '?',
  8099.             'App\\Controller\\MouvementController::index' => '?',
  8100.             'App\\Controller\\MouvementController::new' => '?',
  8101.             'App\\Controller\\MouvementController::show' => '?',
  8102.             'App\\Controller\\MoveRequestController::acceptCustomerMoveRequestAction' => '?',
  8103.             'App\\Controller\\MoveRequestController::acceptMoveRequest' => '?',
  8104.             'App\\Controller\\MoveRequestController::acceptNetworkMoveRequestAction' => '?',
  8105.             'App\\Controller\\MoveRequestController::denyCustomerMoveRequestAction' => '?',
  8106.             'App\\Controller\\MoveRequestController::denyMoveRequest' => '?',
  8107.             'App\\Controller\\MoveRequestController::denyNetworkMoveRequestAction' => '?',
  8108.             'App\\Controller\\MoveRequestController::listMoveRequestAction' => '?',
  8109.             'App\\Controller\\NetworkController::addDeviceAction' => '?',
  8110.             'App\\Controller\\NetworkController::commissionEditAction' => '?',
  8111.             'App\\Controller\\NetworkController::commissionListAction' => '?',
  8112.             'App\\Controller\\NetworkController::deleteAction' => '?',
  8113.             'App\\Controller\\NetworkController::editAction' => '?',
  8114.             'App\\Controller\\NetworkController::export' => '?',
  8115.             'App\\Controller\\NetworkController::generateCsvNetworkAction' => '?',
  8116.             'App\\Controller\\NetworkController::generatePdfNetworkAction' => '?',
  8117.             'App\\Controller\\NetworkController::getAllEntrepreneurAction' => '?',
  8118.             'App\\Controller\\NetworkController::getDevicesAction' => '?',
  8119.             'App\\Controller\\NetworkController::getServiceAction' => '?',
  8120.             'App\\Controller\\NetworkController::listAction' => '?',
  8121.             'App\\Controller\\NetworkController::listCommentAction' => '?',
  8122.             'App\\Controller\\NetworkController::migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => '?',
  8123.             'App\\Controller\\NetworkController::removeDeviceAction' => '?',
  8124.             'App\\Controller\\NetworkController::saveCommentAction' => '?',
  8125.             'App\\Controller\\NetworkController::showAction' => '?',
  8126.             'App\\Controller\\NetworkController::updateCustomersThatNetworkDeleted' => '?',
  8127.             'App\\Controller\\NetworkController::updateNanoentrepreneurCommissionAction' => '?',
  8128.             'App\\Controller\\NetworkController::updateNetworkLocationAction' => '?',
  8129.             'App\\Controller\\OffersController::addAction' => '?',
  8130.             'App\\Controller\\OffersController::deleteAction' => '?',
  8131.             'App\\Controller\\OffersController::detailsAction' => '?',
  8132.             'App\\Controller\\OffersController::editAction' => '?',
  8133.             'App\\Controller\\OffersController::listAction' => '?',
  8134.             'App\\Controller\\OffersController::migrationOfferPriceFromArrayToEntityAction' => '?',
  8135.             'App\\Controller\\PlanifiedMaintenanceController::addAction' => '?',
  8136.             'App\\Controller\\PlanifiedMaintenanceController::deleteAction' => '?',
  8137.             'App\\Controller\\PlanifiedMaintenanceController::descriptionAction' => '?',
  8138.             'App\\Controller\\PlanifiedMaintenanceController::editAction' => '?',
  8139.             'App\\Controller\\PlanifiedMaintenanceController::listAction' => '?',
  8140.             'App\\Controller\\ProduitController::addAction' => '?',
  8141.             'App\\Controller\\ProduitController::deleteAction' => '?',
  8142.             'App\\Controller\\ProduitController::editAction' => '?',
  8143.             'App\\Controller\\ProduitController::listAction' => '?',
  8144.             'App\\Controller\\ProfileController::addUserAction' => '?',
  8145.             'App\\Controller\\ProfileController::deleteAction' => '?',
  8146.             'App\\Controller\\ProfileController::editUserAction' => '?',
  8147.             'App\\Controller\\ProfileController::listAction' => '?',
  8148.             'App\\Controller\\ProjectController::addNanoEntreprneurAndCommissionToNetwork' => '?',
  8149.             'App\\Controller\\ProjectController::alertSeenAction' => '?',
  8150.             'App\\Controller\\ProjectController::deleteAction' => '?',
  8151.             'App\\Controller\\ProjectController::listAction' => '?',
  8152.             'App\\Controller\\ProjectController::listAlertAction' => '?',
  8153.             'App\\Controller\\ProjectController::listMoveRequestAction' => '?',
  8154.             'App\\Controller\\ProjectController::mapAction' => '?',
  8155.             'App\\Controller\\ProjectController::updateStateAction' => '?',
  8156.             'App\\Controller\\ProjectController::workflowAction' => '?',
  8157.             'App\\Controller\\ProspectController::OldeditRegularizationAction' => '?',
  8158.             'App\\Controller\\ProspectController::addToNetworkAction' => '?',
  8159.             'App\\Controller\\ProspectController::add_missings_transaction_agg_1' => '?',
  8160.             'App\\Controller\\ProspectController::add_missings_transaction_agg_2' => '?',
  8161.             'App\\Controller\\ProspectController::add_missings_transaction_agg_3' => '?',
  8162.             'App\\Controller\\ProspectController::add_missings_transaction_agg_4' => '?',
  8163.             'App\\Controller\\ProspectController::alertSeenAction' => '?',
  8164.             'App\\Controller\\ProspectController::deleteAction' => '?',
  8165.             'App\\Controller\\ProspectController::devalideAction' => '?',
  8166.             'App\\Controller\\ProspectController::editAction' => '?',
  8167.             'App\\Controller\\ProspectController::editCodeAction' => '?',
  8168.             'App\\Controller\\ProspectController::editRegularizationAction' => '?',
  8169.             'App\\Controller\\ProspectController::generateCodeAction' => '?',
  8170.             'App\\Controller\\ProspectController::generatePdfAction' => '?',
  8171.             'App\\Controller\\ProspectController::generatePdfClientAction' => '?',
  8172.             'App\\Controller\\ProspectController::generatePdfProspectAction' => '?',
  8173.             'App\\Controller\\ProspectController::getDevicesAction' => '?',
  8174.             'App\\Controller\\ProspectController::getGenerateCodeAction' => '?',
  8175.             'App\\Controller\\ProspectController::importHistoricRegularizationAction' => '?',
  8176.             'App\\Controller\\ProspectController::listAction' => '?',
  8177.             'App\\Controller\\ProspectController::listCodeAction' => '?',
  8178.             'App\\Controller\\ProspectController::listCommentAction' => '?',
  8179.             'App\\Controller\\ProspectController::listRegularizationAction' => '?',
  8180.             'App\\Controller\\ProspectController::listWorkflowCommentAction' => '?',
  8181.             'App\\Controller\\ProspectController::massUploadAction' => '?',
  8182.             'App\\Controller\\ProspectController::refundProspectFormAction' => '?',
  8183.             'App\\Controller\\ProspectController::regularizeFeesAction' => '?',
  8184.             'App\\Controller\\ProspectController::removeDeviceAction' => '?',
  8185.             'App\\Controller\\ProspectController::removeFromNetworkAction' => '?',
  8186.             'App\\Controller\\ProspectController::saveCommentAction' => '?',
  8187.             'App\\Controller\\ProspectController::saveWorkflowCommentAction' => '?',
  8188.             'App\\Controller\\ProspectController::setCustomeDeviceAdditional' => '?',
  8189.             'App\\Controller\\ProspectController::showAction' => '?',
  8190.             'App\\Controller\\ProspectController::toggleValidationCodeAction' => '?',
  8191.             'App\\Controller\\ProspectController::updateProspectLocationAction' => '?',
  8192.             'App\\Controller\\ProspectController::updateStateAction' => '?',
  8193.             'App\\Controller\\ProspectController::update_theorical_credit_for_filtered_customers' => '?',
  8194.             'App\\Controller\\ProspectController::workflowAction' => '?',
  8195.             'App\\Controller\\ReadOnlyController::removeAction' => '?',
  8196.             'App\\Controller\\ReceptionController::delete' => '?',
  8197.             'App\\Controller\\ReceptionController::edit' => '?',
  8198.             'App\\Controller\\ReceptionController::index' => '?',
  8199.             'App\\Controller\\ReceptionController::new' => '?',
  8200.             'App\\Controller\\ReceptionController::show' => '?',
  8201.             'App\\Controller\\SatisfactionController::addSatisfactionAction' => '?',
  8202.             'App\\Controller\\SatisfactionController::deleteAction' => '?',
  8203.             'App\\Controller\\SatisfactionController::editSatisfactionAction' => '?',
  8204.             'App\\Controller\\SatisfactionController::exportSatisfactionAction' => '?',
  8205.             'App\\Controller\\SatisfactionController::listClientAction' => '?',
  8206.             'App\\Controller\\SatisfactionController::listNRAction' => '?',
  8207.             'App\\Controller\\SoldController::addSoldAction' => '?',
  8208.             'App\\Controller\\SoldController::deleteAction' => '?',
  8209.             'App\\Controller\\SoldController::editSoldAction' => '?',
  8210.             'App\\Controller\\SoldController::listAction' => '?',
  8211.             'App\\Controller\\SoldController::listSyntheseAction' => '?',
  8212.             'App\\Controller\\StatsController::clientsAction' => '?',
  8213.             'App\\Controller\\StatsController::eventAction' => '?',
  8214.             'App\\Controller\\StatsController::generateExcelClientsAction' => '?',
  8215.             'App\\Controller\\StatsController::generatePdfClientsAction' => '?',
  8216.             'App\\Controller\\StatsController::generatePdfEventAction' => '?',
  8217.             'App\\Controller\\StatsController::generatePdfIntensityAction' => '?',
  8218.             'App\\Controller\\StatsController::generatePdfNetworkAction' => '?',
  8219.             'App\\Controller\\StatsController::generatePdfTensionAction' => '?',
  8220.             'App\\Controller\\StatsController::generatePdfTransactionAction' => '?',
  8221.             'App\\Controller\\StatsController::generatePdfUserAction' => '?',
  8222.             'App\\Controller\\StatsController::intensityAction' => '?',
  8223.             'App\\Controller\\StatsController::networkAction' => '?',
  8224.             'App\\Controller\\StatsController::recalculate_balance' => '?',
  8225.             'App\\Controller\\StatsController::tensionAction' => '?',
  8226.             'App\\Controller\\StatsController::transactionsAction' => '?',
  8227.             'App\\Controller\\StatsController::userAction' => '?',
  8228.             'App\\Controller\\StockController::add' => '?',
  8229.             'App\\Controller\\StockController::delete' => '?',
  8230.             'App\\Controller\\StockController::edit' => '?',
  8231.             'App\\Controller\\StockController::index' => '?',
  8232.             'App\\Controller\\StockController::show' => '?',
  8233.             'App\\Controller\\TransfertController::delete' => '?',
  8234.             'App\\Controller\\TransfertController::edit' => '?',
  8235.             'App\\Controller\\TransfertController::getStockByModeleAndLocal' => '?',
  8236.             'App\\Controller\\TransfertController::index' => '?',
  8237.             'App\\Controller\\TransfertController::new' => '?',
  8238.             'App\\Controller\\TransfertController::preparation' => '?',
  8239.             'App\\Controller\\TransfertController::preparer' => '?',
  8240.             'App\\Controller\\TransfertController::reception' => '?',
  8241.             'App\\Controller\\TransfertController::receptionner' => '?',
  8242.             'App\\Controller\\TransfertController::show' => '?',
  8243.             'App\\Controller\\ZoneController::addAction' => '?',
  8244.             'App\\Controller\\ZoneController::deleteAction' => '?',
  8245.             'App\\Controller\\ZoneController::editAction' => '?',
  8246.             'App\\Controller\\ZoneController::generateCsvAction' => '?',
  8247.             'App\\Controller\\ZoneController::generateExcelAction' => '?',
  8248.             'App\\Controller\\ZoneController::generatePdfAction' => '?',
  8249.             'App\\Controller\\ZoneController::getSelectableProspectFromZoneAction' => '?',
  8250.             'App\\Controller\\ZoneController::getZoneByUserAction' => '?',
  8251.             'App\\Controller\\ZoneController::userZoneAction' => '?',
  8252.             'kernel::loadRoutes' => '?',
  8253.             'kernel::registerContainerConfiguration' => '?',
  8254.             'App\\Controller\\AgenceController:delete' => '?',
  8255.             'App\\Controller\\AgenceController:edit' => '?',
  8256.             'App\\Controller\\AgenceController:editLocalAgence' => '?',
  8257.             'App\\Controller\\AgenceController:index' => '?',
  8258.             'App\\Controller\\AgenceController:new' => '?',
  8259.             'App\\Controller\\AgenceController:show' => '?',
  8260.             'App\\Controller\\Api\\ClientController:listClientAction' => '?',
  8261.             'App\\Controller\\Api\\ClientController:listShowClientAction' => '?',
  8262.             'App\\Controller\\Api\\CodeController:decryptCodeAction' => '?',
  8263.             'App\\Controller\\Api\\CodeController:encryptCodeAction' => '?',
  8264.             'App\\Controller\\Api\\CustomerController:ProspectZoneListAction' => '?',
  8265.             'App\\Controller\\Api\\CustomerController:addCustomerClientAction' => '?',
  8266.             'App\\Controller\\Api\\CustomerController:addDeviceClientAction' => '?',
  8267.             'App\\Controller\\Api\\CustomerController:addEquipementProductionElectricClientAction' => '?',
  8268.             'App\\Controller\\Api\\CustomerController:addEquipmentElectricAction' => '?',
  8269.             'App\\Controller\\Api\\CustomerController:customerDevicesAction' => '?',
  8270.             'App\\Controller\\Api\\CustomerController:customersAction' => '?',
  8271.             'App\\Controller\\Api\\CustomerController:deleteCustomerClientAction' => '?',
  8272.             'App\\Controller\\Api\\CustomerController:deleteDeviceClientAction' => '?',
  8273.             'App\\Controller\\Api\\CustomerController:deleteEquipementElectricAction' => '?',
  8274.             'App\\Controller\\Api\\CustomerController:deleteEquipementProductionElectricAction' => '?',
  8275.             'App\\Controller\\Api\\CustomerController:editAction' => '?',
  8276.             'App\\Controller\\Api\\CustomerController:generateCodeAction' => '?',
  8277.             'App\\Controller\\Api\\CustomerController:getCustomerDetailsAction' => '?',
  8278.             'App\\Controller\\Api\\CustomerController:getFullDetailsAction' => '?',
  8279.             'App\\Controller\\Api\\CustomerController:updateDeviceClientAction' => '?',
  8280.             'App\\Controller\\Api\\CustomerController:updateEquipementConsomationAction' => '?',
  8281.             'App\\Controller\\Api\\CustomerController:updateEquipementProductionElectricClientAction' => '?',
  8282.             'App\\Controller\\Api\\CustomerController:updateEquipmentElectricClientAction' => '?',
  8283.             'App\\Controller\\Api\\DataRecordController:addRecordAction' => '?',
  8284.             'App\\Controller\\Api\\DataRecordController:addSynthethicalRecordAction' => '?',
  8285.             'App\\Controller\\Api\\DataRecordController:getSynthethicalRecordListAction' => '?',
  8286.             'App\\Controller\\Api\\DataRecordController:old__construct' => '?',
  8287.             'App\\Controller\\Api\\DeviceController:createDeviceAction' => '?',
  8288.             'App\\Controller\\Api\\DeviceController:removeDeviceAction' => '?',
  8289.             'App\\Controller\\Api\\DeviceController:updateDeviceAction' => '?',
  8290.             'App\\Controller\\Api\\MapController:userZoneAction' => '?',
  8291.             'App\\Controller\\Api\\NetworkController:addDeviceAction' => '?',
  8292.             'App\\Controller\\Api\\NetworkController:editNetworksDeviceAction' => '?',
  8293.             'App\\Controller\\Api\\NetworkController:listNetworksAction' => '?',
  8294.             'App\\Controller\\Api\\NetworkController:listShowNetworkAction' => '?',
  8295.             'App\\Controller\\Api\\NetworkController:networkDevicesAction' => '?',
  8296.             'App\\Controller\\Api\\NetworkController:networksAction' => '?',
  8297.             'App\\Controller\\Api\\NetworkController:removeDeviceAction' => '?',
  8298.             'App\\Controller\\Api\\NetworkDeviceController:updateAction' => '?',
  8299.             'App\\Controller\\Api\\PaymentController:paymentFinalizeAction' => '?',
  8300.             'App\\Controller\\Api\\PaymentController:paymentInitAction' => '?',
  8301.             'App\\Controller\\Api\\ProspectController:listProspectAction' => '?',
  8302.             'App\\Controller\\Api\\ProspectController:listProspectParEnqueteurAction' => '?',
  8303.             'App\\Controller\\Api\\ProspectController:listShowProspectAction' => '?',
  8304.             'App\\Controller\\Api\\ProspectController:prospectDeletedAction' => '?',
  8305.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionCustomerAction' => '?',
  8306.             'App\\Controller\\Api\\SatisfactionController:addSatisfactionNRAction' => '?',
  8307.             'App\\Controller\\Api\\SatisfactionController:listCustmerstAction' => '?',
  8308.             'App\\Controller\\Api\\SatisfactionController:satisfactionCustomersAddAction' => '?',
  8309.             'App\\Controller\\Api\\UserController:getBalanceAction' => '?',
  8310.             'App\\Controller\\Api\\UserController:getCustomersAction' => '?',
  8311.             'App\\Controller\\Api\\UserController:getDetailsAction' => '?',
  8312.             'App\\Controller\\Api\\UserController:getNetworksAction' => '?',
  8313.             'App\\Controller\\Api\\UserController:getNetworksActionAllTime' => '?',
  8314.             'App\\Controller\\Api\\UserController:getTasksAction' => '?',
  8315.             'App\\Controller\\Api\\UserController:getTransactionsAction' => '?',
  8316.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerByDistrictAction' => '?',
  8317.             'App\\Controller\\Api\\UserController:getUsersNanoEntrepreunerEquipeAction' => '?',
  8318.             'App\\Controller\\Api\\ZoneController:getZoneByDistrictAction' => '?',
  8319.             'App\\Controller\\ArticleClientController:add_historique' => '?',
  8320.             'App\\Controller\\ArticleClientController:delete' => '?',
  8321.             'App\\Controller\\ArticleClientController:edit' => '?',
  8322.             'App\\Controller\\ArticleClientController:index' => '?',
  8323.             'App\\Controller\\ArticleClientController:new' => '?',
  8324.             'App\\Controller\\ArticleClientController:show' => '?',
  8325.             'App\\Controller\\CaisseController:addAction' => '?',
  8326.             'App\\Controller\\CaisseController:editAction' => '?',
  8327.             'App\\Controller\\CaisseController:listAction' => '?',
  8328.             'App\\Controller\\CaisseController:removeAction' => '?',
  8329.             'App\\Controller\\CategorieController:addAction' => '?',
  8330.             'App\\Controller\\CategorieController:editAction' => '?',
  8331.             'App\\Controller\\CategorieController:listAction' => '?',
  8332.             'App\\Controller\\CodeController:massUploadAction' => '?',
  8333.             'App\\Controller\\DashboardController:indexAction' => '?',
  8334.             'App\\Controller\\DashboardController:selectContractorAction' => '?',
  8335.             'App\\Controller\\DashboardController:selectDistrictAction' => '?',
  8336.             'App\\Controller\\DeviceController:addAction' => '?',
  8337.             'App\\Controller\\DeviceController:deleteAction' => '?',
  8338.             'App\\Controller\\DeviceController:detailsAction' => '?',
  8339.             'App\\Controller\\DeviceController:editAction' => '?',
  8340.             'App\\Controller\\DeviceController:getDeviceTypeDetailsAction' => '?',
  8341.             'App\\Controller\\DeviceController:listAction' => '?',
  8342.             'App\\Controller\\FabricationController:delete' => '?',
  8343.             'App\\Controller\\FabricationController:edit' => '?',
  8344.             'App\\Controller\\FabricationController:index' => '?',
  8345.             'App\\Controller\\FabricationController:new' => '?',
  8346.             'App\\Controller\\FabricationController:show' => '?',
  8347.             'App\\Controller\\FacturationController:delete' => '?',
  8348.             'App\\Controller\\FacturationController:edit' => '?',
  8349.             'App\\Controller\\FacturationController:identifier' => '?',
  8350.             'App\\Controller\\FacturationController:index' => '?',
  8351.             'App\\Controller\\FacturationController:new' => '?',
  8352.             'App\\Controller\\FacturationController:receptionner' => '?',
  8353.             'App\\Controller\\FacturationController:show' => '?',
  8354.             'App\\Controller\\FacturationController:validate' => '?',
  8355.             'App\\Controller\\FournisseurController:delete' => '?',
  8356.             'App\\Controller\\FournisseurController:edit' => '?',
  8357.             'App\\Controller\\FournisseurController:index' => '?',
  8358.             'App\\Controller\\FournisseurController:new' => '?',
  8359.             'App\\Controller\\FournisseurController:show' => '?',
  8360.             'App\\Controller\\InspectionController:delete' => '?',
  8361.             'App\\Controller\\InspectionController:edit' => '?',
  8362.             'App\\Controller\\InspectionController:index' => '?',
  8363.             'App\\Controller\\InspectionController:new' => '?',
  8364.             'App\\Controller\\InspectionController:show' => '?',
  8365.             'App\\Controller\\InterventionController:addAction' => '?',
  8366.             'App\\Controller\\InterventionController:deleteInterventionAction' => '?',
  8367.             'App\\Controller\\InterventionController:deleteTaskAction' => '?',
  8368.             'App\\Controller\\InterventionController:editInterventionAction' => '?',
  8369.             'App\\Controller\\InterventionController:editTaskAction' => '?',
  8370.             'App\\Controller\\InterventionController:export' => '?',
  8371.             'App\\Controller\\InterventionController:listAction' => '?',
  8372.             'App\\Controller\\InterventionController:syntheticalRecordListAction' => '?',
  8373.             'App\\Controller\\KoboController:submitKoboDataAction' => '?',
  8374.             'App\\Controller\\MapController:indexAction' => '?',
  8375.             'App\\Controller\\MapController:showAction' => '?',
  8376.             'App\\Controller\\Mobile\\CustomerController:createAction' => '?',
  8377.             'App\\Controller\\Mobile\\CustomerController:deleteProspectAction' => '?',
  8378.             'App\\Controller\\Mobile\\CustomerController:listNotValidAction' => '?',
  8379.             'App\\Controller\\Mobile\\CustomerController:listNotValidParEnqueteurAction' => '?',
  8380.             'App\\Controller\\Mobile\\CustomerController:listProspectValidAction' => '?',
  8381.             'App\\Controller\\Mobile\\CustomerController:updateAction' => '?',
  8382.             'App\\Controller\\Mobile\\ZoneController:listeZoneEntrepreneurAction' => '?',
  8383.             'App\\Controller\\ModelController:addAction' => '?',
  8384.             'App\\Controller\\ModelController:deleteAction' => '?',
  8385.             'App\\Controller\\ModelController:editAction' => '?',
  8386.             'App\\Controller\\ModelController:listAction' => '?',
  8387.             'App\\Controller\\ModelePreEnregistreController:delete' => '?',
  8388.             'App\\Controller\\ModelePreEnregistreController:edit' => '?',
  8389.             'App\\Controller\\ModelePreEnregistreController:index' => '?',
  8390.             'App\\Controller\\ModelePreEnregistreController:new' => '?',
  8391.             'App\\Controller\\MouvementController:delete' => '?',
  8392.             'App\\Controller\\MouvementController:edit' => '?',
  8393.             'App\\Controller\\MouvementController:index' => '?',
  8394.             'App\\Controller\\MouvementController:new' => '?',
  8395.             'App\\Controller\\MouvementController:show' => '?',
  8396.             'App\\Controller\\MoveRequestController:acceptCustomerMoveRequestAction' => '?',
  8397.             'App\\Controller\\MoveRequestController:acceptMoveRequest' => '?',
  8398.             'App\\Controller\\MoveRequestController:acceptNetworkMoveRequestAction' => '?',
  8399.             'App\\Controller\\MoveRequestController:denyCustomerMoveRequestAction' => '?',
  8400.             'App\\Controller\\MoveRequestController:denyMoveRequest' => '?',
  8401.             'App\\Controller\\MoveRequestController:denyNetworkMoveRequestAction' => '?',
  8402.             'App\\Controller\\MoveRequestController:listMoveRequestAction' => '?',
  8403.             'App\\Controller\\NetworkController:addDeviceAction' => '?',
  8404.             'App\\Controller\\NetworkController:commissionEditAction' => '?',
  8405.             'App\\Controller\\NetworkController:commissionListAction' => '?',
  8406.             'App\\Controller\\NetworkController:deleteAction' => '?',
  8407.             'App\\Controller\\NetworkController:editAction' => '?',
  8408.             'App\\Controller\\NetworkController:export' => '?',
  8409.             'App\\Controller\\NetworkController:generateCsvNetworkAction' => '?',
  8410.             'App\\Controller\\NetworkController:generatePdfNetworkAction' => '?',
  8411.             'App\\Controller\\NetworkController:getAllEntrepreneurAction' => '?',
  8412.             'App\\Controller\\NetworkController:getDevicesAction' => '?',
  8413.             'App\\Controller\\NetworkController:getServiceAction' => '?',
  8414.             'App\\Controller\\NetworkController:listAction' => '?',
  8415.             'App\\Controller\\NetworkController:listCommentAction' => '?',
  8416.             'App\\Controller\\NetworkController:migrationNanoEntrepreneurCommissionFromArrayToEntityAction' => '?',
  8417.             'App\\Controller\\NetworkController:removeDeviceAction' => '?',
  8418.             'App\\Controller\\NetworkController:saveCommentAction' => '?',
  8419.             'App\\Controller\\NetworkController:showAction' => '?',
  8420.             'App\\Controller\\NetworkController:updateCustomersThatNetworkDeleted' => '?',
  8421.             'App\\Controller\\NetworkController:updateNanoentrepreneurCommissionAction' => '?',
  8422.             'App\\Controller\\NetworkController:updateNetworkLocationAction' => '?',
  8423.             'App\\Controller\\OffersController:addAction' => '?',
  8424.             'App\\Controller\\OffersController:deleteAction' => '?',
  8425.             'App\\Controller\\OffersController:detailsAction' => '?',
  8426.             'App\\Controller\\OffersController:editAction' => '?',
  8427.             'App\\Controller\\OffersController:listAction' => '?',
  8428.             'App\\Controller\\OffersController:migrationOfferPriceFromArrayToEntityAction' => '?',
  8429.             'App\\Controller\\PlanifiedMaintenanceController:addAction' => '?',
  8430.             'App\\Controller\\PlanifiedMaintenanceController:deleteAction' => '?',
  8431.             'App\\Controller\\PlanifiedMaintenanceController:descriptionAction' => '?',
  8432.             'App\\Controller\\PlanifiedMaintenanceController:editAction' => '?',
  8433.             'App\\Controller\\PlanifiedMaintenanceController:listAction' => '?',
  8434.             'App\\Controller\\ProduitController:addAction' => '?',
  8435.             'App\\Controller\\ProduitController:deleteAction' => '?',
  8436.             'App\\Controller\\ProduitController:editAction' => '?',
  8437.             'App\\Controller\\ProduitController:listAction' => '?',
  8438.             'App\\Controller\\ProfileController:addUserAction' => '?',
  8439.             'App\\Controller\\ProfileController:deleteAction' => '?',
  8440.             'App\\Controller\\ProfileController:editUserAction' => '?',
  8441.             'App\\Controller\\ProfileController:listAction' => '?',
  8442.             'App\\Controller\\ProjectController:addNanoEntreprneurAndCommissionToNetwork' => '?',
  8443.             'App\\Controller\\ProjectController:alertSeenAction' => '?',
  8444.             'App\\Controller\\ProjectController:deleteAction' => '?',
  8445.             'App\\Controller\\ProjectController:listAction' => '?',
  8446.             'App\\Controller\\ProjectController:listAlertAction' => '?',
  8447.             'App\\Controller\\ProjectController:listMoveRequestAction' => '?',
  8448.             'App\\Controller\\ProjectController:mapAction' => '?',
  8449.             'App\\Controller\\ProjectController:updateStateAction' => '?',
  8450.             'App\\Controller\\ProjectController:workflowAction' => '?',
  8451.             'App\\Controller\\ProspectController:OldeditRegularizationAction' => '?',
  8452.             'App\\Controller\\ProspectController:addToNetworkAction' => '?',
  8453.             'App\\Controller\\ProspectController:add_missings_transaction_agg_1' => '?',
  8454.             'App\\Controller\\ProspectController:add_missings_transaction_agg_2' => '?',
  8455.             'App\\Controller\\ProspectController:add_missings_transaction_agg_3' => '?',
  8456.             'App\\Controller\\ProspectController:add_missings_transaction_agg_4' => '?',
  8457.             'App\\Controller\\ProspectController:alertSeenAction' => '?',
  8458.             'App\\Controller\\ProspectController:deleteAction' => '?',
  8459.             'App\\Controller\\ProspectController:devalideAction' => '?',
  8460.             'App\\Controller\\ProspectController:editAction' => '?',
  8461.             'App\\Controller\\ProspectController:editCodeAction' => '?',
  8462.             'App\\Controller\\ProspectController:editRegularizationAction' => '?',
  8463.             'App\\Controller\\ProspectController:generateCodeAction' => '?',
  8464.             'App\\Controller\\ProspectController:generatePdfAction' => '?',
  8465.             'App\\Controller\\ProspectController:generatePdfClientAction' => '?',
  8466.             'App\\Controller\\ProspectController:generatePdfProspectAction' => '?',
  8467.             'App\\Controller\\ProspectController:getDevicesAction' => '?',
  8468.             'App\\Controller\\ProspectController:getGenerateCodeAction' => '?',
  8469.             'App\\Controller\\ProspectController:importHistoricRegularizationAction' => '?',
  8470.             'App\\Controller\\ProspectController:listAction' => '?',
  8471.             'App\\Controller\\ProspectController:listCodeAction' => '?',
  8472.             'App\\Controller\\ProspectController:listCommentAction' => '?',
  8473.             'App\\Controller\\ProspectController:listRegularizationAction' => '?',
  8474.             'App\\Controller\\ProspectController:listWorkflowCommentAction' => '?',
  8475.             'App\\Controller\\ProspectController:massUploadAction' => '?',
  8476.             'App\\Controller\\ProspectController:refundProspectFormAction' => '?',
  8477.             'App\\Controller\\ProspectController:regularizeFeesAction' => '?',
  8478.             'App\\Controller\\ProspectController:removeDeviceAction' => '?',
  8479.             'App\\Controller\\ProspectController:removeFromNetworkAction' => '?',
  8480.             'App\\Controller\\ProspectController:saveCommentAction' => '?',
  8481.             'App\\Controller\\ProspectController:saveWorkflowCommentAction' => '?',
  8482.             'App\\Controller\\ProspectController:setCustomeDeviceAdditional' => '?',
  8483.             'App\\Controller\\ProspectController:showAction' => '?',
  8484.             'App\\Controller\\ProspectController:toggleValidationCodeAction' => '?',
  8485.             'App\\Controller\\ProspectController:updateProspectLocationAction' => '?',
  8486.             'App\\Controller\\ProspectController:updateStateAction' => '?',
  8487.             'App\\Controller\\ProspectController:update_theorical_credit_for_filtered_customers' => '?',
  8488.             'App\\Controller\\ProspectController:workflowAction' => '?',
  8489.             'App\\Controller\\ReadOnlyController:removeAction' => '?',
  8490.             'App\\Controller\\ReceptionController:delete' => '?',
  8491.             'App\\Controller\\ReceptionController:edit' => '?',
  8492.             'App\\Controller\\ReceptionController:index' => '?',
  8493.             'App\\Controller\\ReceptionController:new' => '?',
  8494.             'App\\Controller\\ReceptionController:show' => '?',
  8495.             'App\\Controller\\SatisfactionController:addSatisfactionAction' => '?',
  8496.             'App\\Controller\\SatisfactionController:deleteAction' => '?',
  8497.             'App\\Controller\\SatisfactionController:editSatisfactionAction' => '?',
  8498.             'App\\Controller\\SatisfactionController:exportSatisfactionAction' => '?',
  8499.             'App\\Controller\\SatisfactionController:listClientAction' => '?',
  8500.             'App\\Controller\\SatisfactionController:listNRAction' => '?',
  8501.             'App\\Controller\\SoldController:addSoldAction' => '?',
  8502.             'App\\Controller\\SoldController:deleteAction' => '?',
  8503.             'App\\Controller\\SoldController:editSoldAction' => '?',
  8504.             'App\\Controller\\SoldController:listAction' => '?',
  8505.             'App\\Controller\\SoldController:listSyntheseAction' => '?',
  8506.             'App\\Controller\\StatsController:clientsAction' => '?',
  8507.             'App\\Controller\\StatsController:eventAction' => '?',
  8508.             'App\\Controller\\StatsController:generateExcelClientsAction' => '?',
  8509.             'App\\Controller\\StatsController:generatePdfClientsAction' => '?',
  8510.             'App\\Controller\\StatsController:generatePdfEventAction' => '?',
  8511.             'App\\Controller\\StatsController:generatePdfIntensityAction' => '?',
  8512.             'App\\Controller\\StatsController:generatePdfNetworkAction' => '?',
  8513.             'App\\Controller\\StatsController:generatePdfTensionAction' => '?',
  8514.             'App\\Controller\\StatsController:generatePdfTransactionAction' => '?',
  8515.             'App\\Controller\\StatsController:generatePdfUserAction' => '?',
  8516.             'App\\Controller\\StatsController:intensityAction' => '?',
  8517.             'App\\Controller\\StatsController:networkAction' => '?',
  8518.             'App\\Controller\\StatsController:recalculate_balance' => '?',
  8519.             'App\\Controller\\StatsController:tensionAction' => '?',
  8520.             'App\\Controller\\StatsController:transactionsAction' => '?',
  8521.             'App\\Controller\\StatsController:userAction' => '?',
  8522.             'App\\Controller\\StockController:add' => '?',
  8523.             'App\\Controller\\StockController:delete' => '?',
  8524.             'App\\Controller\\StockController:edit' => '?',
  8525.             'App\\Controller\\StockController:index' => '?',
  8526.             'App\\Controller\\StockController:show' => '?',
  8527.             'App\\Controller\\TransfertController:delete' => '?',
  8528.             'App\\Controller\\TransfertController:edit' => '?',
  8529.             'App\\Controller\\TransfertController:getStockByModeleAndLocal' => '?',
  8530.             'App\\Controller\\TransfertController:index' => '?',
  8531.             'App\\Controller\\TransfertController:new' => '?',
  8532.             'App\\Controller\\TransfertController:preparation' => '?',
  8533.             'App\\Controller\\TransfertController:preparer' => '?',
  8534.             'App\\Controller\\TransfertController:reception' => '?',
  8535.             'App\\Controller\\TransfertController:receptionner' => '?',
  8536.             'App\\Controller\\TransfertController:show' => '?',
  8537.             'App\\Controller\\ZoneController:addAction' => '?',
  8538.             'App\\Controller\\ZoneController:deleteAction' => '?',
  8539.             'App\\Controller\\ZoneController:editAction' => '?',
  8540.             'App\\Controller\\ZoneController:generateCsvAction' => '?',
  8541.             'App\\Controller\\ZoneController:generateExcelAction' => '?',
  8542.             'App\\Controller\\ZoneController:generatePdfAction' => '?',
  8543.             'App\\Controller\\ZoneController:getSelectableProspectFromZoneAction' => '?',
  8544.             'App\\Controller\\ZoneController:getZoneByUserAction' => '?',
  8545.             'App\\Controller\\ZoneController:userZoneAction' => '?',
  8546.             'kernel:loadRoutes' => '?',
  8547.             'kernel:registerContainerConfiguration' => '?',
  8548.         ]);
  8549.     }
  8550.     /**
  8551.      * Gets the private '.service_locator.RlSv5Uu' shared service.
  8552.      *
  8553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8554.      */
  8555.     protected function get_ServiceLocator_RlSv5UuService()
  8556.     {
  8557.         return $this->privates['.service_locator.RlSv5Uu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8558.             '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.'],
  8559.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8560.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  8561.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8562.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  8563.         ], [
  8564.             'customer' => 'App\\Entity\\Customer',
  8565.             'em' => '?',
  8566.             'historicService' => '?',
  8567.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  8568.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  8569.         ]);
  8570.     }
  8571.     /**
  8572.      * Gets the private '.service_locator.RuIoqYh' shared service.
  8573.      *
  8574.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8575.      */
  8576.     protected function get_ServiceLocator_RuIoqYhService()
  8577.     {
  8578.         return $this->privates['.service_locator.RuIoqYh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8579.             '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.'],
  8580.             'trans' => ['services''translator''getTranslatorService'false],
  8581.         ], [
  8582.             'offer' => 'App\\Entity\\Offers',
  8583.             'trans' => '?',
  8584.         ]);
  8585.     }
  8586.     /**
  8587.      * Gets the private '.service_locator.SFYsmbr' shared service.
  8588.      *
  8589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8590.      */
  8591.     protected function get_ServiceLocator_SFYsmbrService()
  8592.     {
  8593.         return $this->privates['.service_locator.SFYsmbr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8594.             'output' => ['privates''.errored..service_locator.SFYsmbr.Symfony\\Component\\Console\\Output\\OutputInterface'NULL'Cannot autowire service ".service_locator.SFYsmbr": it references interface "Symfony\\Component\\Console\\Output\\OutputInterface" but no such service exists. Did you create a class that implements this interface?'],
  8595.         ], [
  8596.             'output' => 'Symfony\\Component\\Console\\Output\\OutputInterface',
  8597.         ]);
  8598.     }
  8599.     /**
  8600.      * Gets the private '.service_locator.TZQ6Yd.' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8603.      */
  8604.     protected function get_ServiceLocator_TZQ6Yd_Service()
  8605.     {
  8606.         return $this->privates['.service_locator.TZQ6Yd.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8607.             '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.'],
  8608.             '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.'],
  8609.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8610.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  8611.         ], [
  8612.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  8613.             'deviceType' => 'App\\Entity\\DeviceType',
  8614.             'logger' => '?',
  8615.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  8616.         ]);
  8617.     }
  8618.     /**
  8619.      * Gets the private '.service_locator.TnHwTyo' shared service.
  8620.      *
  8621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8622.      */
  8623.     protected function get_ServiceLocator_TnHwTyoService()
  8624.     {
  8625.         return $this->privates['.service_locator.TnHwTyo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8626.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8627.             '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.'],
  8628.         ], [
  8629.             'em' => '?',
  8630.             'network' => 'App\\Entity\\Network',
  8631.         ]);
  8632.     }
  8633.     /**
  8634.      * Gets the private '.service_locator.Ts1BwiH' shared service.
  8635.      *
  8636.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8637.      */
  8638.     protected function get_ServiceLocator_Ts1BwiHService()
  8639.     {
  8640.         return $this->privates['.service_locator.Ts1BwiH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8641.             '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.'],
  8642.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8643.         ], [
  8644.             'customer' => 'App\\Entity\\Customer',
  8645.             'em' => '?',
  8646.         ]);
  8647.     }
  8648.     /**
  8649.      * Gets the private '.service_locator.U8wCp2u' shared service.
  8650.      *
  8651.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8652.      */
  8653.     protected function get_ServiceLocator_U8wCp2uService()
  8654.     {
  8655.         return $this->privates['.service_locator.U8wCp2u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8656.             'authorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8657.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  8658.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8659.         ], [
  8660.             'authorizationCheckerInterface' => '?',
  8661.             'paginatorInterface' => '?',
  8662.             'tokenStorageInterface' => '?',
  8663.         ]);
  8664.     }
  8665.     /**
  8666.      * Gets the private '.service_locator.UDIZfWS' shared service.
  8667.      *
  8668.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8669.      */
  8670.     protected function get_ServiceLocator_UDIZfWSService()
  8671.     {
  8672.         return $this->privates['.service_locator.UDIZfWS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8673.             '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.'],
  8674.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  8675.             'slugger' => ['privates''slugger''getSluggerService'false],
  8676.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8677.         ], [
  8678.             'facturation' => 'App\\Entity\\Facturation',
  8679.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  8680.             'slugger' => '?',
  8681.             'translatorInterface' => '?',
  8682.         ]);
  8683.     }
  8684.     /**
  8685.      * Gets the private '.service_locator.UQVagqI' shared service.
  8686.      *
  8687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8688.      */
  8689.     protected function get_ServiceLocator_UQVagqIService()
  8690.     {
  8691.         return $this->privates['.service_locator.UQVagqI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8692.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8693.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  8694.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8695.         ], [
  8696.             'entityManager' => '?',
  8697.             'paginator' => '?',
  8698.             'translatorInterface' => '?',
  8699.         ]);
  8700.     }
  8701.     /**
  8702.      * Gets the private '.service_locator.UTd.Tgi' shared service.
  8703.      *
  8704.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8705.      */
  8706.     protected function get_ServiceLocator_UTd_TgiService()
  8707.     {
  8708.         return $this->privates['.service_locator.UTd.Tgi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8709.             'etatMaterielRepository' => ['privates''App\\Repository\\EtatMaterielRepository''getEtatMaterielRepositoryService'false],
  8710.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  8711.             'localAgenceRepository' => ['privates''App\\Repository\\LocalAgenceRepository''getLocalAgenceRepositoryService'false],
  8712.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  8713.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8714.         ], [
  8715.             'etatMaterielRepository' => 'App\\Repository\\EtatMaterielRepository',
  8716.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  8717.             'localAgenceRepository' => 'App\\Repository\\LocalAgenceRepository',
  8718.             'modelRepository' => 'App\\Repository\\ModelRepository',
  8719.             'stockRepository' => 'App\\Repository\\StockRepository',
  8720.         ]);
  8721.     }
  8722.     /**
  8723.      * Gets the private '.service_locator.UYMlL2W' shared service.
  8724.      *
  8725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8726.      */
  8727.     protected function get_ServiceLocator_UYMlL2WService()
  8728.     {
  8729.         return $this->privates['.service_locator.UYMlL2W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8730.             '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.'],
  8731.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8732.             'historiquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  8733.         ], [
  8734.             'articleClient' => 'App\\Entity\\ArticleClient',
  8735.             'entityManager' => '?',
  8736.             'historiquePrixVenteArticleRepository' => 'App\\Repository\\HistoriquePrixVenteArticleRepository',
  8737.         ]);
  8738.     }
  8739.     /**
  8740.      * Gets the private '.service_locator.Ue5FjLb' shared service.
  8741.      *
  8742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8743.      */
  8744.     protected function get_ServiceLocator_Ue5FjLbService()
  8745.     {
  8746.         return $this->privates['.service_locator.Ue5FjLb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8747.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8748.         ], [
  8749.             'em' => '?',
  8750.         ]);
  8751.     }
  8752.     /**
  8753.      * Gets the private '.service_locator.VHH8RO0' shared service.
  8754.      *
  8755.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8756.      */
  8757.     protected function get_ServiceLocator_VHH8RO0Service()
  8758.     {
  8759.         return $this->privates['.service_locator.VHH8RO0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8760.             '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.'],
  8761.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8762.         ], [
  8763.             'task' => 'App\\Entity\\Task',
  8764.             'translatorInterface' => '?',
  8765.         ]);
  8766.     }
  8767.     /**
  8768.      * Gets the private '.service_locator.VaFcGWn' shared service.
  8769.      *
  8770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8771.      */
  8772.     protected function get_ServiceLocator_VaFcGWnService()
  8773.     {
  8774.         return $this->privates['.service_locator.VaFcGWn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8775.             '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.'],
  8776.         ], [
  8777.             'customer' => 'App\\Entity\\Customer',
  8778.         ]);
  8779.     }
  8780.     /**
  8781.      * Gets the private '.service_locator.VmBnF5P' shared service.
  8782.      *
  8783.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8784.      */
  8785.     protected function get_ServiceLocator_VmBnF5PService()
  8786.     {
  8787.         return $this->privates['.service_locator.VmBnF5P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8788.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  8789.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  8790.             'security.event_dispatcher.api_mobile' => ['privates''security.event_dispatcher.api_mobile''getSecurity_EventDispatcher_ApiMobileService'false],
  8791.             'security.event_dispatcher.login' => ['privates''security.event_dispatcher.login''getSecurity_EventDispatcher_LoginService'false],
  8792.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  8793.             'security.event_dispatcher.mobile' => ['privates''security.event_dispatcher.mobile''getSecurity_EventDispatcher_MobileService'false],
  8794.         ], [
  8795.             'event_dispatcher' => '?',
  8796.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  8797.             'security.event_dispatcher.api_mobile' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  8798.             'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  8799.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  8800.             'security.event_dispatcher.mobile' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  8801.         ]);
  8802.     }
  8803.     /**
  8804.      * Gets the private '.service_locator.WEcIq80' shared service.
  8805.      *
  8806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8807.      */
  8808.     protected function get_ServiceLocator_WEcIq80Service()
  8809.     {
  8810.         return $this->privates['.service_locator.WEcIq80'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8811.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  8812.         ], [
  8813.             'stockRepository' => 'App\\Repository\\StockRepository',
  8814.         ]);
  8815.     }
  8816.     /**
  8817.      * Gets the private '.service_locator.Wfc7pe4' shared service.
  8818.      *
  8819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8820.      */
  8821.     protected function get_ServiceLocator_Wfc7pe4Service()
  8822.     {
  8823.         return $this->privates['.service_locator.Wfc7pe4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8824.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8825.             'translator' => ['services''translator''getTranslatorService'false],
  8826.         ], [
  8827.             'em' => '?',
  8828.             'translator' => '?',
  8829.         ]);
  8830.     }
  8831.     /**
  8832.      * Gets the private '.service_locator.WqX1CqG' shared service.
  8833.      *
  8834.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8835.      */
  8836.     protected function get_ServiceLocator_WqX1CqGService()
  8837.     {
  8838.         return $this->privates['.service_locator.WqX1CqG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8839.             '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.'],
  8840.             'fabricationRepository' => ['privates''App\\Repository\\FabricationRepository''getFabricationRepositoryService'false],
  8841.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  8842.             'trans' => ['services''translator''getTranslatorService'false],
  8843.         ], [
  8844.             'fabrication' => 'App\\Entity\\Fabrication',
  8845.             'fabricationRepository' => 'App\\Repository\\FabricationRepository',
  8846.             'modelRepository' => 'App\\Repository\\ModelRepository',
  8847.             'trans' => '?',
  8848.         ]);
  8849.     }
  8850.     /**
  8851.      * Gets the private '.service_locator.X0FgT8k' shared service.
  8852.      *
  8853.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8854.      */
  8855.     protected function get_ServiceLocator_X0FgT8kService()
  8856.     {
  8857.         return $this->privates['.service_locator.X0FgT8k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8858.             '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.'],
  8859.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8860.         ], [
  8861.             'offer' => 'App\\Entity\\Offers',
  8862.             'translatorInterface' => '?',
  8863.         ]);
  8864.     }
  8865.     /**
  8866.      * Gets the private '.service_locator.X20a3Co' shared service.
  8867.      *
  8868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8869.      */
  8870.     protected function get_ServiceLocator_X20a3CoService()
  8871.     {
  8872.         return $this->privates['.service_locator.X20a3Co'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8873.             '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.'],
  8874.             'fournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  8875.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8876.         ], [
  8877.             'fournisseur' => 'App\\Entity\\Fournisseur',
  8878.             'fournisseurRepository' => 'App\\Repository\\FournisseurRepository',
  8879.             'translatorInterface' => '?',
  8880.         ]);
  8881.     }
  8882.     /**
  8883.      * Gets the private '.service_locator.XrVIU67' shared service.
  8884.      *
  8885.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8886.      */
  8887.     protected function get_ServiceLocator_XrVIU67Service()
  8888.     {
  8889.         return $this->privates['.service_locator.XrVIU67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8890.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  8891.             '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.'],
  8892.             'trans' => ['services''translator''getTranslatorService'false],
  8893.         ], [
  8894.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  8895.             'item' => 'App\\Entity\\Facturation',
  8896.             'trans' => '?',
  8897.         ]);
  8898.     }
  8899.     /**
  8900.      * Gets the private '.service_locator.ZakTjNZ' shared service.
  8901.      *
  8902.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8903.      */
  8904.     protected function get_ServiceLocator_ZakTjNZService()
  8905.     {
  8906.         return $this->privates['.service_locator.ZakTjNZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8907.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8908.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8909.             'regularizationManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8910.         ], [
  8911.             'em' => '?',
  8912.             'logger' => '?',
  8913.             'regularizationManager' => 'App\\Manager\\CustomerManager',
  8914.         ]);
  8915.     }
  8916.     /**
  8917.      * Gets the private '.service_locator.Zxm6DVH' shared service.
  8918.      *
  8919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8920.      */
  8921.     protected function get_ServiceLocator_Zxm6DVHService()
  8922.     {
  8923.         return $this->privates['.service_locator.Zxm6DVH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8924.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  8925.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8926.             '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.'],
  8927.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8928.         ], [
  8929.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  8930.             'entityManager' => '?',
  8931.             'local' => 'App\\Entity\\LocalAgence',
  8932.             'translatorInterface' => '?',
  8933.         ]);
  8934.     }
  8935.     /**
  8936.      * Gets the private '.service_locator.Zz2l4ov' shared service.
  8937.      *
  8938.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8939.      */
  8940.     protected function get_ServiceLocator_Zz2l4ovService()
  8941.     {
  8942.         return $this->privates['.service_locator.Zz2l4ov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8943.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  8944.         ], [
  8945.             'networkManager' => 'App\\Manager\\NetworkManager',
  8946.         ]);
  8947.     }
  8948.     /**
  8949.      * Gets the private '.service_locator._Ty3c61' shared service.
  8950.      *
  8951.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8952.      */
  8953.     protected function get_ServiceLocator_Ty3c61Service()
  8954.     {
  8955.         return $this->privates['.service_locator._Ty3c61'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8956.             '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.'],
  8957.             'slugger' => ['privates''slugger''getSluggerService'false],
  8958.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  8959.         ], [
  8960.             'model' => 'App\\Entity\\Model',
  8961.             'slugger' => '?',
  8962.             'translatorInterface' => '?',
  8963.         ]);
  8964.     }
  8965.     /**
  8966.      * Gets the private '.service_locator.__yF_Xs' shared service.
  8967.      *
  8968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8969.      */
  8970.     protected function get_ServiceLocator_YFXsService()
  8971.     {
  8972.         return $this->privates['.service_locator.__yF_Xs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8973.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  8974.             'translator' => ['services''translator''getTranslatorService'false],
  8975.         ], [
  8976.             'em' => '?',
  8977.             'translator' => '?',
  8978.         ]);
  8979.     }
  8980.     /**
  8981.      * Gets the private '.service_locator._enI0SP' shared service.
  8982.      *
  8983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8984.      */
  8985.     protected function get_ServiceLocator_EnI0SPService()
  8986.     {
  8987.         return $this->privates['.service_locator._enI0SP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8988.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  8989.             '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.'],
  8990.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  8991.             'translator' => ['services''translator''getTranslatorService'false],
  8992.         ], [
  8993.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  8994.             'customer' => 'App\\Entity\\Customer',
  8995.             'customerManager' => 'App\\Manager\\CustomerManager',
  8996.             'translator' => '?',
  8997.         ]);
  8998.     }
  8999.     /**
  9000.      * Gets the private '.service_locator.bIQR53J' shared service.
  9001.      *
  9002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9003.      */
  9004.     protected function get_ServiceLocator_BIQR53JService()
  9005.     {
  9006.         return $this->privates['.service_locator.bIQR53J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9007.             '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.'],
  9008.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  9009.         ], [
  9010.             'stock' => 'App\\Entity\\Stock',
  9011.             'stockRepository' => 'App\\Repository\\StockRepository',
  9012.         ]);
  9013.     }
  9014.     /**
  9015.      * Gets the private '.service_locator.bgpE1Wq' shared service.
  9016.      *
  9017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9018.      */
  9019.     protected function get_ServiceLocator_BgpE1WqService()
  9020.     {
  9021.         return $this->privates['.service_locator.bgpE1Wq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9022.             'facturationRepository' => ['privates''App\\Repository\\FacturationRepository''getFacturationRepositoryService'false],
  9023.             'slugger' => ['privates''slugger''getSluggerService'false],
  9024.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9025.         ], [
  9026.             'facturationRepository' => 'App\\Repository\\FacturationRepository',
  9027.             'slugger' => '?',
  9028.             'translatorInterface' => '?',
  9029.         ]);
  9030.     }
  9031.     /**
  9032.      * Gets the private '.service_locator.bzSKAGk' shared service.
  9033.      *
  9034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9035.      */
  9036.     protected function get_ServiceLocator_BzSKAGkService()
  9037.     {
  9038.         return $this->privates['.service_locator.bzSKAGk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9039.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  9040.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  9041.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9042.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9043.         ], [
  9044.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  9045.             'customerManager' => 'App\\Manager\\CustomerManager',
  9046.             'em' => '?',
  9047.             'logger' => '?',
  9048.         ]);
  9049.     }
  9050.     /**
  9051.      * Gets the private '.service_locator.cIifKEn' shared service.
  9052.      *
  9053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9054.      */
  9055.     protected function get_ServiceLocator_CIifKEnService()
  9056.     {
  9057.         return $this->privates['.service_locator.cIifKEn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9058.             '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.'],
  9059.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  9060.         ], [
  9061.             'transfert' => 'App\\Entity\\Transfert',
  9062.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  9063.         ]);
  9064.     }
  9065.     /**
  9066.      * Gets the private '.service_locator.cT9t6e4' shared service.
  9067.      *
  9068.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9069.      */
  9070.     protected function get_ServiceLocator_CT9t6e4Service()
  9071.     {
  9072.         return $this->privates['.service_locator.cT9t6e4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9073.             '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.'],
  9074.         ], [
  9075.             'facturation' => 'App\\Entity\\Facturation',
  9076.         ]);
  9077.     }
  9078.     /**
  9079.      * Gets the private '.service_locator.crcpn6p' shared service.
  9080.      *
  9081.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9082.      */
  9083.     protected function get_ServiceLocator_Crcpn6pService()
  9084.     {
  9085.         return $this->privates['.service_locator.crcpn6p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9086.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9087.             '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.'],
  9088.             'trans' => ['services''translator''getTranslatorService'false],
  9089.         ], [
  9090.             'em' => '?',
  9091.             'id_network' => 'App\\Entity\\Network',
  9092.             'trans' => '?',
  9093.         ]);
  9094.     }
  9095.     /**
  9096.      * Gets the private '.service_locator.dcYAIAg' shared service.
  9097.      *
  9098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9099.      */
  9100.     protected function get_ServiceLocator_DcYAIAgService()
  9101.     {
  9102.         return $this->privates['.service_locator.dcYAIAg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9103.             '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.'],
  9104.         ], [
  9105.             'articleClient' => 'App\\Entity\\ArticleClient',
  9106.         ]);
  9107.     }
  9108.     /**
  9109.      * Gets the private '.service_locator.ddTvfuu' shared service.
  9110.      *
  9111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9112.      */
  9113.     protected function get_ServiceLocator_DdTvfuuService()
  9114.     {
  9115.         return $this->privates['.service_locator.ddTvfuu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9116.             'trans' => ['services''translator''getTranslatorService'false],
  9117.         ], [
  9118.             'trans' => '?',
  9119.         ]);
  9120.     }
  9121.     /**
  9122.      * Gets the private '.service_locator.dk..C2P' shared service.
  9123.      *
  9124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9125.      */
  9126.     protected function get_ServiceLocator_Dk__C2PService()
  9127.     {
  9128.         return $this->privates['.service_locator.dk..C2P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9129.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  9130.             '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.'],
  9131.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  9132.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9133.         ], [
  9134.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  9135.             'network' => 'App\\Entity\\Network',
  9136.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  9137.             'translatorInterface' => '?',
  9138.         ]);
  9139.     }
  9140.     /**
  9141.      * Gets the private '.service_locator.ejPeyXb' shared service.
  9142.      *
  9143.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9144.      */
  9145.     protected function get_ServiceLocator_EjPeyXbService()
  9146.     {
  9147.         return $this->privates['.service_locator.ejPeyXb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9148.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  9149.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9150.         ], [
  9151.             'customerManager' => 'App\\Manager\\CustomerManager',
  9152.             'entityManager' => '?',
  9153.         ]);
  9154.     }
  9155.     /**
  9156.      * Gets the private '.service_locator.fJB56ct' shared service.
  9157.      *
  9158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9159.      */
  9160.     protected function get_ServiceLocator_FJB56ctService()
  9161.     {
  9162.         return $this->privates['.service_locator.fJB56ct'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9163.             '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.'],
  9164.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9165.             'historiquePrixVenteArticleRepository' => ['privates''App\\Repository\\HistoriquePrixVenteArticleRepository''getHistoriquePrixVenteArticleRepositoryService'false],
  9166.             'slugger' => ['privates''slugger''getSluggerService'false],
  9167.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9168.         ], [
  9169.             'articleClient' => 'App\\Entity\\ArticleClient',
  9170.             'entityManager' => '?',
  9171.             'historiquePrixVenteArticleRepository' => 'App\\Repository\\HistoriquePrixVenteArticleRepository',
  9172.             'slugger' => '?',
  9173.             'translatorInterface' => '?',
  9174.         ]);
  9175.     }
  9176.     /**
  9177.      * Gets the private '.service_locator.fS4LRYh' shared service.
  9178.      *
  9179.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9180.      */
  9181.     protected function get_ServiceLocator_FS4LRYhService()
  9182.     {
  9183.         return $this->privates['.service_locator.fS4LRYh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9184.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9185.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  9186.             '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.'],
  9187.         ], [
  9188.             'logger' => '?',
  9189.             'networkManager' => 'App\\Manager\\NetworkManager',
  9190.             'user' => 'App\\Entity\\Users',
  9191.         ]);
  9192.     }
  9193.     /**
  9194.      * Gets the private '.service_locator.fbCUvGR' shared service.
  9195.      *
  9196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9197.      */
  9198.     protected function get_ServiceLocator_FbCUvGRService()
  9199.     {
  9200.         return $this->privates['.service_locator.fbCUvGR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9201.             '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.'],
  9202.         ], [
  9203.             'readOnly' => 'App\\Entity\\ReadOnly',
  9204.         ]);
  9205.     }
  9206.     /**
  9207.      * Gets the private '.service_locator.fc7xGD0' shared service.
  9208.      *
  9209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9210.      */
  9211.     protected function get_ServiceLocator_Fc7xGD0Service()
  9212.     {
  9213.         return $this->privates['.service_locator.fc7xGD0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9214.             'materielTransfertRepository' => ['privates''App\\Repository\\MaterielTransfertRepository''getMaterielTransfertRepositoryService'false],
  9215.             'modelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  9216.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  9217.             '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.'],
  9218.         ], [
  9219.             'materielTransfertRepository' => 'App\\Repository\\MaterielTransfertRepository',
  9220.             'modelRepository' => 'App\\Repository\\ModelRepository',
  9221.             'stockRepository' => 'App\\Repository\\StockRepository',
  9222.             'transfert' => 'App\\Entity\\Transfert',
  9223.         ]);
  9224.     }
  9225.     /**
  9226.      * Gets the private '.service_locator.fd5GGl3' shared service.
  9227.      *
  9228.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9229.      */
  9230.     protected function get_ServiceLocator_Fd5GGl3Service()
  9231.     {
  9232.         return $this->privates['.service_locator.fd5GGl3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9233.             '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.'],
  9234.         ], [
  9235.             'device' => 'App\\Entity\\Device',
  9236.         ]);
  9237.     }
  9238.     /**
  9239.      * Gets the private '.service_locator.flt4KH9' shared service.
  9240.      *
  9241.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9242.      */
  9243.     protected function get_ServiceLocator_Flt4KH9Service()
  9244.     {
  9245.         return $this->privates['.service_locator.flt4KH9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9246.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9247.         ], [
  9248.             'translatorInterface' => '?',
  9249.         ]);
  9250.     }
  9251.     /**
  9252.      * Gets the private '.service_locator.gFsD2UP' shared service.
  9253.      *
  9254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9255.      */
  9256.     protected function get_ServiceLocator_GFsD2UPService()
  9257.     {
  9258.         return $this->privates['.service_locator.gFsD2UP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9259.             '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.'],
  9260.         ], [
  9261.             'networkDevice' => 'App\\Entity\\NetworkDevice',
  9262.         ]);
  9263.     }
  9264.     /**
  9265.      * Gets the private '.service_locator.h6kfZdl' shared service.
  9266.      *
  9267.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9268.      */
  9269.     protected function get_ServiceLocator_H6kfZdlService()
  9270.     {
  9271.         return $this->privates['.service_locator.h6kfZdl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9272.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9273.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  9274.         ], [
  9275.             'em' => '?',
  9276.             'pdf' => '?',
  9277.         ]);
  9278.     }
  9279.     /**
  9280.      * Gets the private '.service_locator.hXXglnl' shared service.
  9281.      *
  9282.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9283.      */
  9284.     protected function get_ServiceLocator_HXXglnlService()
  9285.     {
  9286.         return $this->privates['.service_locator.hXXglnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9287.             'routerInterface' => ['services''router''getRouterService'false],
  9288.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9289.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9290.         ], [
  9291.             'routerInterface' => '?',
  9292.             'session' => '?',
  9293.             'translatorInterface' => '?',
  9294.         ]);
  9295.     }
  9296.     /**
  9297.      * Gets the private '.service_locator.i4ow5ut' shared service.
  9298.      *
  9299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9300.      */
  9301.     protected function get_ServiceLocator_I4ow5utService()
  9302.     {
  9303.         return $this->privates['.service_locator.i4ow5ut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9304.             '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.'],
  9305.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9306.         ], [
  9307.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  9308.             'translatorInterface' => '?',
  9309.         ]);
  9310.     }
  9311.     /**
  9312.      * Gets the private '.service_locator.iOj6vJp' shared service.
  9313.      *
  9314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9315.      */
  9316.     protected function get_ServiceLocator_IOj6vJpService()
  9317.     {
  9318.         return $this->privates['.service_locator.iOj6vJp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9319.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  9320.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  9321.         ], [
  9322.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  9323.             'customerManager' => 'App\\Manager\\CustomerManager',
  9324.         ]);
  9325.     }
  9326.     /**
  9327.      * Gets the private '.service_locator.j1ox5nf' shared service.
  9328.      *
  9329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9330.      */
  9331.     protected function get_ServiceLocator_J1ox5nfService()
  9332.     {
  9333.         return $this->privates['.service_locator.j1ox5nf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9334.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  9335.             'networkManager' => ['privates''App\\Manager\\NetworkManager''getNetworkManagerService'false],
  9336.             'translator' => ['services''translator''getTranslatorService'false],
  9337.         ], [
  9338.             'customerManager' => 'App\\Manager\\CustomerManager',
  9339.             'networkManager' => 'App\\Manager\\NetworkManager',
  9340.             'translator' => '?',
  9341.         ]);
  9342.     }
  9343.     /**
  9344.      * Gets the private '.service_locator.jOUN2g_' shared service.
  9345.      *
  9346.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9347.      */
  9348.     protected function get_ServiceLocator_JOUN2gService()
  9349.     {
  9350.         return $this->privates['.service_locator.jOUN2g_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9351.             '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.'],
  9352.         ], [
  9353.             'alertProspect' => 'App\\Entity\\AlertProspect',
  9354.         ]);
  9355.     }
  9356.     /**
  9357.      * Gets the private '.service_locator.jVzLuim' shared service.
  9358.      *
  9359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9360.      */
  9361.     protected function get_ServiceLocator_JVzLuimService()
  9362.     {
  9363.         return $this->privates['.service_locator.jVzLuim'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9364.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9365.             'historicService' => ['privates''App\\Service\\Historic\\HistoricService''getHistoricServiceService'false],
  9366.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  9367.             'processor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  9368.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9369.             'translator' => ['services''translator''getTranslatorService'false],
  9370.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  9371.         ], [
  9372.             'em' => '?',
  9373.             'historicService' => '?',
  9374.             'params' => '?',
  9375.             'processor' => 'App\\Processor\\ProspectWorkflowProcessor',
  9376.             'session' => '?',
  9377.             'translator' => '?',
  9378.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  9379.         ]);
  9380.     }
  9381.     /**
  9382.      * Gets the private '.service_locator.j_FwlPe' shared service.
  9383.      *
  9384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9385.      */
  9386.     protected function get_ServiceLocator_JFwlPeService()
  9387.     {
  9388.         return $this->privates['.service_locator.j_FwlPe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9389.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9390.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9391.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9392.         ], [
  9393.             'em' => '?',
  9394.             'tokenStorageInterface' => '?',
  9395.             'translatorInterface' => '?',
  9396.         ]);
  9397.     }
  9398.     /**
  9399.      * Gets the private '.service_locator.jlcg4KN' shared service.
  9400.      *
  9401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9402.      */
  9403.     protected function get_ServiceLocator_Jlcg4KNService()
  9404.     {
  9405.         return $this->privates['.service_locator.jlcg4KN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9406.             'eventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  9407.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9408.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9409.             'translator' => ['services''translator''getTranslatorService'false],
  9410.         ], [
  9411.             'eventDispatcherInterface' => '?',
  9412.             'session' => '?',
  9413.             'tokenStorageInterface' => '?',
  9414.             'translator' => '?',
  9415.         ]);
  9416.     }
  9417.     /**
  9418.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  9419.      *
  9420.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9421.      */
  9422.     protected function get_ServiceLocator_L2QwsaZService()
  9423.     {
  9424.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9425.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9426.         ], [
  9427.             'entityManager' => '?',
  9428.         ]);
  9429.     }
  9430.     /**
  9431.      * Gets the private '.service_locator.lCVK1t1' shared service.
  9432.      *
  9433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9434.      */
  9435.     protected function get_ServiceLocator_LCVK1t1Service()
  9436.     {
  9437.         return $this->privates['.service_locator.lCVK1t1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9438.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9439.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  9440.             '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.'],
  9441.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  9442.         ], [
  9443.             'em' => '?',
  9444.             'paginator' => '?',
  9445.             'user' => 'App\\Entity\\Users',
  9446.             'validator' => '?',
  9447.         ]);
  9448.     }
  9449.     /**
  9450.      * Gets the private '.service_locator.ljphWNN' shared service.
  9451.      *
  9452.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9453.      */
  9454.     protected function get_ServiceLocator_LjphWNNService()
  9455.     {
  9456.         return $this->privates['.service_locator.ljphWNN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9457.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9458.             'trans' => ['services''translator''getTranslatorService'false],
  9459.         ], [
  9460.             'em' => '?',
  9461.             'trans' => '?',
  9462.         ]);
  9463.     }
  9464.     /**
  9465.      * Gets the private '.service_locator.lvsFEkY' shared service.
  9466.      *
  9467.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9468.      */
  9469.     protected function get_ServiceLocator_LvsFEkYService()
  9470.     {
  9471.         return $this->privates['.service_locator.lvsFEkY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9472.             '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.'],
  9473.         ], [
  9474.             'inspection' => 'App\\Entity\\Inspection',
  9475.         ]);
  9476.     }
  9477.     /**
  9478.      * Gets the private '.service_locator.mglvehC' shared service.
  9479.      *
  9480.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9481.      */
  9482.     protected function get_ServiceLocator_MglvehCService()
  9483.     {
  9484.         return $this->privates['.service_locator.mglvehC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9485.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9486.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9487.             '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.'],
  9488.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  9489.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9490.         ], [
  9491.             'em' => '?',
  9492.             'logger' => '?',
  9493.             'network' => 'App\\Entity\\Network',
  9494.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  9495.             'translatorInterface' => '?',
  9496.         ]);
  9497.     }
  9498.     /**
  9499.      * Gets the private '.service_locator.mzjt3rI' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9502.      */
  9503.     protected function get_ServiceLocator_Mzjt3rIService()
  9504.     {
  9505.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9506.             'translator' => ['services''translator''getTranslatorService'false],
  9507.         ], [
  9508.             'translator' => '?',
  9509.         ]);
  9510.     }
  9511.     /**
  9512.      * Gets the private '.service_locator.nNa8Rj8' shared service.
  9513.      *
  9514.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9515.      */
  9516.     protected function get_ServiceLocator_NNa8Rj8Service()
  9517.     {
  9518.         return $this->privates['.service_locator.nNa8Rj8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9519.             'authorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9520.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9521.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  9522.             'tokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9523.         ], [
  9524.             'authorizationCheckerInterface' => '?',
  9525.             'em' => '?',
  9526.             'paginatorInterface' => '?',
  9527.             'tokenStorageInterface' => '?',
  9528.         ]);
  9529.     }
  9530.     /**
  9531.      * Gets the private '.service_locator.nheZvoD' shared service.
  9532.      *
  9533.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9534.      */
  9535.     protected function get_ServiceLocator_NheZvoDService()
  9536.     {
  9537.         return $this->privates['.service_locator.nheZvoD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9538.             'pdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  9539.             'tarnslator' => ['services''translator''getTranslatorService'false],
  9540.         ], [
  9541.             'pdf' => '?',
  9542.             'tarnslator' => '?',
  9543.         ]);
  9544.     }
  9545.     /**
  9546.      * Gets the private '.service_locator.odulM1a' shared service.
  9547.      *
  9548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9549.      */
  9550.     protected function get_ServiceLocator_OdulM1aService()
  9551.     {
  9552.         return $this->privates['.service_locator.odulM1a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9553.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9554.             'modelePreEnregistreRepository' => ['privates''App\\Repository\\ModelePreEnregistreRepository''getModelePreEnregistreRepositoryService'false],
  9555.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9556.         ], [
  9557.             'entityManager' => '?',
  9558.             'modelePreEnregistreRepository' => 'App\\Repository\\ModelePreEnregistreRepository',
  9559.             'translatorInterface' => '?',
  9560.         ]);
  9561.     }
  9562.     /**
  9563.      * Gets the private '.service_locator.ojSyuEO' shared service.
  9564.      *
  9565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9566.      */
  9567.     protected function get_ServiceLocator_OjSyuEOService()
  9568.     {
  9569.         return $this->privates['.service_locator.ojSyuEO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9570.             '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.'],
  9571.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9572.             'trans' => ['services''translator''getTranslatorService'false],
  9573.         ], [
  9574.             'agence' => 'App\\Entity\\Agence',
  9575.             'entityManager' => '?',
  9576.             'trans' => '?',
  9577.         ]);
  9578.     }
  9579.     /**
  9580.      * Gets the private '.service_locator.ordqhef' shared service.
  9581.      *
  9582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9583.      */
  9584.     protected function get_ServiceLocator_OrdqhefService()
  9585.     {
  9586.         return $this->privates['.service_locator.ordqhef'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9587.             '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.'],
  9588.             '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.'],
  9589.             '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.'],
  9590.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9591.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  9592.         ], [
  9593.             'device' => 'App\\Entity\\Device',
  9594.             'deviceCategory' => 'App\\Entity\\DeviceCategory',
  9595.             'deviceType' => 'App\\Entity\\DeviceType',
  9596.             'logger' => '?',
  9597.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  9598.         ]);
  9599.     }
  9600.     /**
  9601.      * Gets the private '.service_locator.pnE2s.A' shared service.
  9602.      *
  9603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9604.      */
  9605.     protected function get_ServiceLocator_PnE2s_AService()
  9606.     {
  9607.         return $this->privates['.service_locator.pnE2s.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9608.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9609.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9610.             'network' => ['privates''.errored..service_locator.pnE2s.A.App\\Entity\\Network'NULL'Cannot autowire service ".service_locator.pnE2s.A": it references class "App\\Entity\\Network" but no such service exists.'],
  9611.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9612.         ], [
  9613.             'em' => '?',
  9614.             'logger' => '?',
  9615.             'network' => 'App\\Entity\\Network',
  9616.             'translatorInterface' => '?',
  9617.         ]);
  9618.     }
  9619.     /**
  9620.      * Gets the private '.service_locator.puHPyZI' shared service.
  9621.      *
  9622.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9623.      */
  9624.     protected function get_ServiceLocator_PuHPyZIService()
  9625.     {
  9626.         return $this->privates['.service_locator.puHPyZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9627.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9628.             'serializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  9629.         ], [
  9630.             'em' => '?',
  9631.             'serializerInterface' => '?',
  9632.         ]);
  9633.     }
  9634.     /**
  9635.      * Gets the private '.service_locator.qQjPVgy' shared service.
  9636.      *
  9637.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9638.      */
  9639.     protected function get_ServiceLocator_QQjPVgyService()
  9640.     {
  9641.         return $this->privates['.service_locator.qQjPVgy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9642.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  9643.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  9644.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9645.         ], [
  9646.             'stockRepository' => 'App\\Repository\\StockRepository',
  9647.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  9648.             'translatorInterface' => '?',
  9649.         ]);
  9650.     }
  9651.     /**
  9652.      * Gets the private '.service_locator.qRBHu6h' shared service.
  9653.      *
  9654.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9655.      */
  9656.     protected function get_ServiceLocator_QRBHu6hService()
  9657.     {
  9658.         return $this->privates['.service_locator.qRBHu6h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9659.             'dashboardService' => ['privates''App\\Service\\Dashboard\\DashboardService''getDashboardServiceService'false],
  9660.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9661.         ], [
  9662.             'dashboardService' => '?',
  9663.             'em' => '?',
  9664.         ]);
  9665.     }
  9666.     /**
  9667.      * Gets the private '.service_locator.qSY6gAo' shared service.
  9668.      *
  9669.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9670.      */
  9671.     protected function get_ServiceLocator_QSY6gAoService()
  9672.     {
  9673.         return $this->privates['.service_locator.qSY6gAo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9674.             '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.'],
  9675.         ], [
  9676.             'fournisseur' => 'App\\Entity\\Fournisseur',
  9677.         ]);
  9678.     }
  9679.     /**
  9680.      * Gets the private '.service_locator.rgvc6IC' shared service.
  9681.      *
  9682.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9683.      */
  9684.     protected function get_ServiceLocator_Rgvc6ICService()
  9685.     {
  9686.         return $this->privates['.service_locator.rgvc6IC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9687.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9688.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9689.         ], [
  9690.             'logger' => '?',
  9691.             'translatorInterface' => '?',
  9692.         ]);
  9693.     }
  9694.     /**
  9695.      * Gets the private '.service_locator.rsuiLtZ' shared service.
  9696.      *
  9697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9698.      */
  9699.     protected function get_ServiceLocator_RsuiLtZService()
  9700.     {
  9701.         return $this->privates['.service_locator.rsuiLtZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9702.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  9703.         ], [
  9704.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  9705.         ]);
  9706.     }
  9707.     /**
  9708.      * Gets the private '.service_locator.rvKFh5M' shared service.
  9709.      *
  9710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9711.      */
  9712.     protected function get_ServiceLocator_RvKFh5MService()
  9713.     {
  9714.         return $this->privates['.service_locator.rvKFh5M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9715.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9716.             '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.'],
  9717.         ], [
  9718.             'em' => '?',
  9719.             'user' => 'App\\Entity\\Users',
  9720.         ]);
  9721.     }
  9722.     /**
  9723.      * Gets the private '.service_locator.sFIcoVJ' shared service.
  9724.      *
  9725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9726.      */
  9727.     protected function get_ServiceLocator_SFIcoVJService()
  9728.     {
  9729.         return $this->privates['.service_locator.sFIcoVJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9730.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  9731.             '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.'],
  9732.             'translator' => ['services''translator''getTranslatorService'false],
  9733.         ], [
  9734.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  9735.             'transaction' => 'App\\Entity\\Transaction',
  9736.             'translator' => '?',
  9737.         ]);
  9738.     }
  9739.     /**
  9740.      * Gets the private '.service_locator.se2gJgI' shared service.
  9741.      *
  9742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9743.      */
  9744.     protected function get_ServiceLocator_Se2gJgIService()
  9745.     {
  9746.         return $this->privates['.service_locator.se2gJgI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9747.             'transfertRepository' => ['privates''App\\Repository\\TransfertRepository''getTransfertRepositoryService'false],
  9748.         ], [
  9749.             'transfertRepository' => 'App\\Repository\\TransfertRepository',
  9750.         ]);
  9751.     }
  9752.     /**
  9753.      * Gets the private '.service_locator.slCk2l8' shared service.
  9754.      *
  9755.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9756.      */
  9757.     protected function get_ServiceLocator_SlCk2l8Service()
  9758.     {
  9759.         return $this->privates['.service_locator.slCk2l8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9760.             'slugger' => ['privates''slugger''getSluggerService'false],
  9761.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9762.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  9763.         ], [
  9764.             'slugger' => '?',
  9765.             'translatorInterface' => '?',
  9766.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  9767.         ]);
  9768.     }
  9769.     /**
  9770.      * Gets the private '.service_locator.ssAKG2k' shared service.
  9771.      *
  9772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9773.      */
  9774.     protected function get_ServiceLocator_SsAKG2kService()
  9775.     {
  9776.         return $this->privates['.service_locator.ssAKG2k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9777.             '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.'],
  9778.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9779.         ], [
  9780.             'categorie' => 'App\\Entity\\Categorie',
  9781.             'translatorInterface' => '?',
  9782.         ]);
  9783.     }
  9784.     /**
  9785.      * Gets the private '.service_locator.tFueXwH' shared service.
  9786.      *
  9787.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9788.      */
  9789.     protected function get_ServiceLocator_TFueXwHService()
  9790.     {
  9791.         return $this->privates['.service_locator.tFueXwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9792.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9793.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  9794.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9795.         ], [
  9796.             'em' => '?',
  9797.             'paginatorInterface' => '?',
  9798.             'translatorInterface' => '?',
  9799.         ]);
  9800.     }
  9801.     /**
  9802.      * Gets the private '.service_locator.tX54x_B' shared service.
  9803.      *
  9804.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9805.      */
  9806.     protected function get_ServiceLocator_TX54xBService()
  9807.     {
  9808.         return $this->privates['.service_locator.tX54x_B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9809.             '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.'],
  9810.             'inspectionRepository' => ['privates''App\\Repository\\InspectionRepository''getInspectionRepositoryService'false],
  9811.         ], [
  9812.             'inspection' => 'App\\Entity\\Inspection',
  9813.             'inspectionRepository' => 'App\\Repository\\InspectionRepository',
  9814.         ]);
  9815.     }
  9816.     /**
  9817.      * Gets the private '.service_locator.tlZSeWA' shared service.
  9818.      *
  9819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9820.      */
  9821.     protected function get_ServiceLocator_TlZSeWAService()
  9822.     {
  9823.         return $this->privates['.service_locator.tlZSeWA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9824.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  9825.             'stockRepository' => ['privates''App\\Repository\\StockRepository''getStockRepositoryService'false],
  9826.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9827.         ], [
  9828.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  9829.             'stockRepository' => 'App\\Repository\\StockRepository',
  9830.             'translatorInterface' => '?',
  9831.         ]);
  9832.     }
  9833.     /**
  9834.      * Gets the private '.service_locator.tsVxudM' shared service.
  9835.      *
  9836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9837.      */
  9838.     protected function get_ServiceLocator_TsVxudMService()
  9839.     {
  9840.         return $this->privates['.service_locator.tsVxudM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9841.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9842.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9843.         ], [
  9844.             'entityManager' => '?',
  9845.             'logger' => '?',
  9846.         ]);
  9847.     }
  9848.     /**
  9849.      * Gets the private '.service_locator.tvOWqSY' shared service.
  9850.      *
  9851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9852.      */
  9853.     protected function get_ServiceLocator_TvOWqSYService()
  9854.     {
  9855.         return $this->privates['.service_locator.tvOWqSY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9856.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  9857.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9858.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9859.         ], [
  9860.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  9861.             'entityManager' => '?',
  9862.             'translatorInterface' => '?',
  9863.         ]);
  9864.     }
  9865.     /**
  9866.      * Gets the private '.service_locator.u4Hwrx7' shared service.
  9867.      *
  9868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9869.      */
  9870.     protected function get_ServiceLocator_U4Hwrx7Service()
  9871.     {
  9872.         return $this->privates['.service_locator.u4Hwrx7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9873.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9874.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9875.         ], [
  9876.             'em' => '?',
  9877.             'translatorInterface' => '?',
  9878.         ]);
  9879.     }
  9880.     /**
  9881.      * Gets the private '.service_locator.uK6PBjB' shared service.
  9882.      *
  9883.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9884.      */
  9885.     protected function get_ServiceLocator_UK6PBjBService()
  9886.     {
  9887.         return $this->privates['.service_locator.uK6PBjB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9888.             '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.'],
  9889.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9890.         ], [
  9891.             'intervention' => 'App\\Entity\\InterventionSuperClass',
  9892.             'translatorInterface' => '?',
  9893.         ]);
  9894.     }
  9895.     /**
  9896.      * Gets the private '.service_locator.uXcDtJs' shared service.
  9897.      *
  9898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9899.      */
  9900.     protected function get_ServiceLocator_UXcDtJsService()
  9901.     {
  9902.         return $this->privates['.service_locator.uXcDtJs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9903.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9904.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9905.             '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.'],
  9906.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9907.         ], [
  9908.             'em' => '?',
  9909.             'logger' => '?',
  9910.             'network' => 'App\\Entity\\Network',
  9911.             'translatorInterface' => '?',
  9912.         ]);
  9913.     }
  9914.     /**
  9915.      * Gets the private '.service_locator.umipsEM' shared service.
  9916.      *
  9917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9918.      */
  9919.     protected function get_ServiceLocator_UmipsEMService()
  9920.     {
  9921.         return $this->privates['.service_locator.umipsEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9922.             '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.'],
  9923.         ], [
  9924.             'agence' => 'App\\Entity\\Agence',
  9925.         ]);
  9926.     }
  9927.     /**
  9928.      * Gets the private '.service_locator.v.fGnTf' shared service.
  9929.      *
  9930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9931.      */
  9932.     protected function get_ServiceLocator_V_FGnTfService()
  9933.     {
  9934.         return $this->privates['.service_locator.v.fGnTf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9935.             '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.'],
  9936.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9937.         ], [
  9938.             'customer' => 'App\\Entity\\Customer',
  9939.             'logger' => '?',
  9940.         ]);
  9941.     }
  9942.     /**
  9943.      * Gets the private '.service_locator.vHSIYGf' shared service.
  9944.      *
  9945.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9946.      */
  9947.     protected function get_ServiceLocator_VHSIYGfService()
  9948.     {
  9949.         return $this->privates['.service_locator.vHSIYGf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9950.             'customer' => ['privates''.errored..service_locator.vHSIYGf.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.vHSIYGf": it references class "App\\Entity\\Customer" but no such service exists.'],
  9951.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  9952.             'processor' => ['privates''App\\Processor\\ProspectWorkflowProcessor''getProspectWorkflowProcessorService'false],
  9953.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9954.             'translator' => ['services''translator''getTranslatorService'false],
  9955.         ], [
  9956.             'customer' => 'App\\Entity\\Customer',
  9957.             'em' => '?',
  9958.             'processor' => 'App\\Processor\\ProspectWorkflowProcessor',
  9959.             'session' => '?',
  9960.             'translator' => '?',
  9961.         ]);
  9962.     }
  9963.     /**
  9964.      * Gets the private '.service_locator.vUdv.fr' shared service.
  9965.      *
  9966.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9967.      */
  9968.     protected function get_ServiceLocator_VUdv_FrService()
  9969.     {
  9970.         return $this->privates['.service_locator.vUdv.fr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9971.             '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.'],
  9972.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  9973.         ], [
  9974.             'produit' => 'App\\Entity\\Produit',
  9975.             'translatorInterface' => '?',
  9976.         ]);
  9977.     }
  9978.     /**
  9979.      * Gets the private '.service_locator.vtU7QCE' shared service.
  9980.      *
  9981.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9982.      */
  9983.     protected function get_ServiceLocator_VtU7QCEService()
  9984.     {
  9985.         return $this->privates['.service_locator.vtU7QCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9986.             'koboDataManager' => ['privates''App\\Manager\\KoboDataManager''getKoboDataManagerService'false],
  9987.             'trans' => ['services''translator''getTranslatorService'false],
  9988.         ], [
  9989.             'koboDataManager' => 'App\\Manager\\KoboDataManager',
  9990.             'trans' => '?',
  9991.         ]);
  9992.     }
  9993.     /**
  9994.      * Gets the private '.service_locator.w4KxZIX' shared service.
  9995.      *
  9996.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9997.      */
  9998.     protected function get_ServiceLocator_W4KxZIXService()
  9999.     {
  10000.         return $this->privates['.service_locator.w4KxZIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10001.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10002.             '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.'],
  10003.         ], [
  10004.             'translatorInterface' => '?',
  10005.             'zone' => 'App\\Entity\\Zone',
  10006.         ]);
  10007.     }
  10008.     /**
  10009.      * Gets the private '.service_locator.wLAEMIx' shared service.
  10010.      *
  10011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10012.      */
  10013.     protected function get_ServiceLocator_WLAEMIxService()
  10014.     {
  10015.         return $this->privates['.service_locator.wLAEMIx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10016.             'customerManager' => ['privates''App\\Manager\\CustomerManager''getCustomerManagerService'false],
  10017.         ], [
  10018.             'customerManager' => 'App\\Manager\\CustomerManager',
  10019.         ]);
  10020.     }
  10021.     /**
  10022.      * Gets the private '.service_locator.wPSJBV5' shared service.
  10023.      *
  10024.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10025.      */
  10026.     protected function get_ServiceLocator_WPSJBV5Service()
  10027.     {
  10028.         return $this->privates['.service_locator.wPSJBV5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10029.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10030.             'roleHelper' => ['privates''App\\Helper\\RoleHelper''getRoleHelperService'false],
  10031.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10032.         ], [
  10033.             'em' => '?',
  10034.             'roleHelper' => 'App\\Helper\\RoleHelper',
  10035.             'translatorInterface' => '?',
  10036.         ]);
  10037.     }
  10038.     /**
  10039.      * Gets the private '.service_locator.wX2sFUE' shared service.
  10040.      *
  10041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10042.      */
  10043.     protected function get_ServiceLocator_WX2sFUEService()
  10044.     {
  10045.         return $this->privates['.service_locator.wX2sFUE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10046.             'processor' => ['privates''App\\Processor\\CodeMassUploadProcessor''getCodeMassUploadProcessorService'false],
  10047.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10048.         ], [
  10049.             'processor' => 'App\\Processor\\CodeMassUploadProcessor',
  10050.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10051.         ]);
  10052.     }
  10053.     /**
  10054.      * Gets the private '.service_locator.wtUBix8' shared service.
  10055.      *
  10056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10057.      */
  10058.     protected function get_ServiceLocator_WtUBix8Service()
  10059.     {
  10060.         return $this->privates['.service_locator.wtUBix8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10061.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10062.             '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.'],
  10063.         ], [
  10064.             'em' => '?',
  10065.             'network' => 'App\\Entity\\Network',
  10066.         ]);
  10067.     }
  10068.     /**
  10069.      * Gets the private '.service_locator.xKndLFS' shared service.
  10070.      *
  10071.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10072.      */
  10073.     protected function get_ServiceLocator_XKndLFSService()
  10074.     {
  10075.         return $this->privates['.service_locator.xKndLFS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10076.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10077.             'paginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  10078.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10079.             'zoneManager' => ['privates''App\\Manager\\ZoneManager''getZoneManagerService'false],
  10080.         ], [
  10081.             'em' => '?',
  10082.             'paginatorInterface' => '?',
  10083.             'translatorInterface' => '?',
  10084.             'zoneManager' => 'App\\Manager\\ZoneManager',
  10085.         ]);
  10086.     }
  10087.     /**
  10088.      * Gets the private '.service_locator.y0XNB5K' shared service.
  10089.      *
  10090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10091.      */
  10092.     protected function get_ServiceLocator_Y0XNB5KService()
  10093.     {
  10094.         return $this->privates['.service_locator.y0XNB5K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10095.             '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.'],
  10096.         ], [
  10097.             'zone' => 'App\\Entity\\Zone',
  10098.         ]);
  10099.     }
  10100.     /**
  10101.      * Gets the private '.service_locator.yN4kj38' shared service.
  10102.      *
  10103.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10104.      */
  10105.     protected function get_ServiceLocator_YN4kj38Service()
  10106.     {
  10107.         return $this->privates['.service_locator.yN4kj38'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10108.             'receptionRepository' => ['privates''App\\Repository\\ReceptionRepository''getReceptionRepositoryService'false],
  10109.         ], [
  10110.             'receptionRepository' => 'App\\Repository\\ReceptionRepository',
  10111.         ]);
  10112.     }
  10113.     /**
  10114.      * Gets the private '.service_locator.ybKz26V' shared service.
  10115.      *
  10116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10117.      */
  10118.     protected function get_ServiceLocator_YbKz26VService()
  10119.     {
  10120.         return $this->privates['.service_locator.ybKz26V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10121.             'processor' => ['privates''App\\Processor\\ProjectWorkflowProcessor''getProjectWorkflowProcessorService'false],
  10122.             'projectManager' => ['privates''App\\Manager\\ProjectManager''getProjectManagerService'false],
  10123.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10124.             'uploader' => ['privates''App\\Symfony\\Form\\Uploader''getUploaderService'false],
  10125.         ], [
  10126.             'processor' => 'App\\Processor\\ProjectWorkflowProcessor',
  10127.             'projectManager' => 'App\\Manager\\ProjectManager',
  10128.             'translatorInterface' => '?',
  10129.             'uploader' => 'App\\Symfony\\Form\\Uploader',
  10130.         ]);
  10131.     }
  10132.     /**
  10133.      * Gets the private '.service_locator.ykpsXIg' shared service.
  10134.      *
  10135.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10136.      */
  10137.     protected function get_ServiceLocator_YkpsXIgService()
  10138.     {
  10139.         return $this->privates['.service_locator.ykpsXIg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10140.             '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.'],
  10141.             'mouvementRepository' => ['privates''App\\Repository\\MouvementRepository''getMouvementRepositoryService'false],
  10142.             'trans' => ['services''translator''getTranslatorService'false],
  10143.         ], [
  10144.             'item' => 'App\\Entity\\Mouvement',
  10145.             'mouvementRepository' => 'App\\Repository\\MouvementRepository',
  10146.             'trans' => '?',
  10147.         ]);
  10148.     }
  10149.     /**
  10150.      * Gets the private '.service_locator.zVpJGgr' shared service.
  10151.      *
  10152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10153.      */
  10154.     protected function get_ServiceLocator_ZVpJGgrService()
  10155.     {
  10156.         return $this->privates['.service_locator.zVpJGgr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10157.             '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.'],
  10158.         ], [
  10159.             'planifiedMaintenance' => 'App\\Entity\\PlanifiedMaintenance',
  10160.         ]);
  10161.     }
  10162.     /**
  10163.      * Gets the private '.service_locator.zZantHl' shared service.
  10164.      *
  10165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10166.      */
  10167.     protected function get_ServiceLocator_ZZantHlService()
  10168.     {
  10169.         return $this->privates['.service_locator.zZantHl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10170.             'manager' => ['privates''App\\Manager\\MoveRequestManager''getMoveRequestManagerService'false],
  10171.             '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.'],
  10172.         ], [
  10173.             'manager' => 'App\\Manager\\MoveRequestManager',
  10174.             'moveRequest' => 'App\\Entity\\ProspectMoveRequest',
  10175.         ]);
  10176.     }
  10177.     /**
  10178.      * Gets the private '.service_locator.zblkmLu' shared service.
  10179.      *
  10180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10181.      */
  10182.     protected function get_ServiceLocator_ZblkmLuService()
  10183.     {
  10184.         return $this->privates['.service_locator.zblkmLu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10185.             'codeProcessor' => ['privates''App\\Processor\\CodeProcessor''getCodeProcessorService'false],
  10186.         ], [
  10187.             'codeProcessor' => 'App\\Processor\\CodeProcessor',
  10188.         ]);
  10189.     }
  10190.     /**
  10191.      * Gets the private '.service_locator.zqb86X4' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10194.      */
  10195.     protected function get_ServiceLocator_Zqb86X4Service()
  10196.     {
  10197.         return $this->privates['.service_locator.zqb86X4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10198.             '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.'],
  10199.             'agenceRepository' => ['privates''App\\Repository\\AgenceRepository''getAgenceRepositoryService'false],
  10200.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  10201.             'translatorInterface' => ['services''translator''getTranslatorService'false],
  10202.         ], [
  10203.             'agence' => 'App\\Entity\\Agence',
  10204.             'agenceRepository' => 'App\\Repository\\AgenceRepository',
  10205.             'entityManager' => '?',
  10206.             'translatorInterface' => '?',
  10207.         ]);
  10208.     }
  10209.     /**
  10210.      * Gets the private '.session.deprecated' shared service.
  10211.      *
  10212.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  10213.      */
  10214.     protected function get_Session_DeprecatedService()
  10215.     {
  10216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  10217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  10218.         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();
  10219.     }
  10220.     /**
  10221.      * Gets the private '.twig.command.debug.lazy' shared service.
  10222.      *
  10223.      * @return \Symfony\Component\Console\Command\LazyCommand
  10224.      */
  10225.     protected function get_Twig_Command_Debug_LazyService()
  10226.     {
  10227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10229.         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 {
  10230.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  10231.         });
  10232.     }
  10233.     /**
  10234.      * Gets the private '.twig.command.lint.lazy' shared service.
  10235.      *
  10236.      * @return \Symfony\Component\Console\Command\LazyCommand
  10237.      */
  10238.     protected function get_Twig_Command_Lint_LazyService()
  10239.     {
  10240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10242.         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 {
  10243.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  10244.         });
  10245.     }
  10246.     /**
  10247.      * Gets the private 'App\Command\AddMissingsTransactionAggCommand' shared autowired service.
  10248.      *
  10249.      * @return \App\Command\AddMissingsTransactionAggCommand
  10250.      */
  10251.     protected function getAddMissingsTransactionAggCommandService()
  10252.     {
  10253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10254.         include_once \dirname(__DIR__4).'/src/Command/AddMissingsTransactionAggCommand.php';
  10255.         $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()));
  10256.         $instance->setName('add-missings-transaction-agg');
  10257.         $instance->setDescription('Add a short description for your command');
  10258.         return $instance;
  10259.     }
  10260.     /**
  10261.      * Gets the private 'App\Command\UpdateCreatorByDateCommand' shared autowired service.
  10262.      *
  10263.      * @return \App\Command\UpdateCreatorByDateCommand
  10264.      */
  10265.     protected function getUpdateCreatorByDateCommandService()
  10266.     {
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10268.         include_once \dirname(__DIR__4).'/src/Command/UpdateCreatorByDateCommand.php';
  10269.         $this->privates['App\\Command\\UpdateCreatorByDateCommand'] = $instance = new \App\Command\UpdateCreatorByDateCommand(($this->privates['App\\Manager\\CustomerManager'] ?? $this->getCustomerManagerService()));
  10270.         $instance->setName('app:UpdateCreatorByDate');
  10271.         $instance->setDescription('Update creator field in entities by date');
  10272.         return $instance;
  10273.     }
  10274.     /**
  10275.      * Gets the private 'App\EventListener\AuthenticationSuccessListener' shared autowired service.
  10276.      *
  10277.      * @return \App\EventListener\AuthenticationSuccessListener
  10278.      */
  10279.     protected function getAuthenticationSuccessListenerService()
  10280.     {
  10281.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  10282.         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()));
  10283.     }
  10284.     /**
  10285.      * Gets the private 'App\EventListener\DataRecordUploadListener' shared autowired service.
  10286.      *
  10287.      * @return \App\EventListener\DataRecordUploadListener
  10288.      */
  10289.     protected function getDataRecordUploadListenerService()
  10290.     {
  10291.         include_once \dirname(__DIR__4).'/src/EventListener/DataRecordUploadListener.php';
  10292.         return $this->privates['App\\EventListener\\DataRecordUploadListener'] = new \App\EventListener\DataRecordUploadListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10293.     }
  10294.     /**
  10295.      * Gets the private 'App\EventListener\ProjectWorkflowListener' shared autowired service.
  10296.      *
  10297.      * @return \App\EventListener\ProjectWorkflowListener
  10298.      */
  10299.     protected function getProjectWorkflowListenerService()
  10300.     {
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/workflow/EventListener/AuditTrailListener.php';
  10302.         include_once \dirname(__DIR__4).'/src/EventListener/ProjectWorkflowListener.php';
  10303.         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()));
  10304.     }
  10305.     /**
  10306.      * Gets the private 'App\EventListener\RegistrationListener' shared autowired service.
  10307.      *
  10308.      * @return \App\EventListener\RegistrationListener
  10309.      */
  10310.     protected function getRegistrationListenerService()
  10311.     {
  10312.         include_once \dirname(__DIR__4).'/src/EventListener/RegistrationListener.php';
  10313.         $a = ($this->privates['App\\Service\\MailerService'] ?? $this->getMailerServiceService());
  10314.         if (isset($this->privates['App\\EventListener\\RegistrationListener'])) {
  10315.             return $this->privates['App\\EventListener\\RegistrationListener'];
  10316.         }
  10317.         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()));
  10318.     }
  10319.     /**
  10320.      * Gets the private 'App\EventSubscriber\UserLocaleSubscriber' shared autowired service.
  10321.      *
  10322.      * @return \App\EventSubscriber\UserLocaleSubscriber
  10323.      */
  10324.     protected function getUserLocaleSubscriberService()
  10325.     {
  10326.         include_once \dirname(__DIR__4).'/src/EventSubscriber/UserLocaleSubscriber.php';
  10327.         return $this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] = new \App\EventSubscriber\UserLocaleSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  10328.     }
  10329.     /**
  10330.      * Gets the private 'App\Form\StockType' shared autowired service.
  10331.      *
  10332.      * @return \App\Form\StockType
  10333.      */
  10334.     protected function getStockTypeService()
  10335.     {
  10336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10338.         include_once \dirname(__DIR__4).'/src/Form/StockType.php';
  10339.         return $this->privates['App\\Form\\StockType'] = new \App\Form\StockType();
  10340.     }
  10341.     /**
  10342.      * Gets the private 'App\Form\Type\AgenceFormType' shared autowired service.
  10343.      *
  10344.      * @return \App\Form\Type\AgenceFormType
  10345.      */
  10346.     protected function getAgenceFormTypeService()
  10347.     {
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10350.         include_once \dirname(__DIR__4).'/src/Form/Type/AgenceFormType.php';
  10351.         return $this->privates['App\\Form\\Type\\AgenceFormType'] = new \App\Form\Type\AgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10352.     }
  10353.     /**
  10354.      * Gets the private 'App\Form\Type\ArticleClientEditFormType' shared autowired service.
  10355.      *
  10356.      * @return \App\Form\Type\ArticleClientEditFormType
  10357.      */
  10358.     protected function getArticleClientEditFormTypeService()
  10359.     {
  10360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10362.         include_once \dirname(__DIR__4).'/src/Form/Type/ArticleClientEditFormType.php';
  10363.         return $this->privates['App\\Form\\Type\\ArticleClientEditFormType'] = new \App\Form\Type\ArticleClientEditFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10364.     }
  10365.     /**
  10366.      * Gets the private 'App\Form\Type\ArticleClientFormType' shared autowired service.
  10367.      *
  10368.      * @return \App\Form\Type\ArticleClientFormType
  10369.      */
  10370.     protected function getArticleClientFormTypeService()
  10371.     {
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10374.         include_once \dirname(__DIR__4).'/src/Form/Type/ArticleClientFormType.php';
  10375.         return $this->privates['App\\Form\\Type\\ArticleClientFormType'] = new \App\Form\Type\ArticleClientFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10376.     }
  10377.     /**
  10378.      * Gets the private 'App\Form\Type\AttachedFileFormType' shared autowired service.
  10379.      *
  10380.      * @return \App\Form\Type\AttachedFileFormType
  10381.      */
  10382.     protected function getAttachedFileFormTypeService()
  10383.     {
  10384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10386.         include_once \dirname(__DIR__4).'/src/Form/Type/AttachedFileFormType.php';
  10387.         return $this->privates['App\\Form\\Type\\AttachedFileFormType'] = new \App\Form\Type\AttachedFileFormType();
  10388.     }
  10389.     /**
  10390.      * Gets the private 'App\Form\Type\BuildingFormType' shared autowired service.
  10391.      *
  10392.      * @return \App\Form\Type\BuildingFormType
  10393.      */
  10394.     protected function getBuildingFormTypeService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10398.         include_once \dirname(__DIR__4).'/src/Form/Type/BuildingFormType.php';
  10399.         return $this->privates['App\\Form\\Type\\BuildingFormType'] = new \App\Form\Type\BuildingFormType($this->getEnv('building_picture_dir'));
  10400.     }
  10401.     /**
  10402.      * Gets the private 'App\Form\Type\CaisseFormType' shared autowired service.
  10403.      *
  10404.      * @return \App\Form\Type\CaisseFormType
  10405.      */
  10406.     protected function getCaisseFormTypeService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10410.         include_once \dirname(__DIR__4).'/src/Form/Type/CaisseFormType.php';
  10411.         return $this->privates['App\\Form\\Type\\CaisseFormType'] = new \App\Form\Type\CaisseFormType();
  10412.     }
  10413.     /**
  10414.      * Gets the private 'App\Form\Type\CaracteristiqueCommercialeFormType' shared autowired service.
  10415.      *
  10416.      * @return \App\Form\Type\CaracteristiqueCommercialeFormType
  10417.      */
  10418.     protected function getCaracteristiqueCommercialeFormTypeService()
  10419.     {
  10420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10422.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueCommercialeFormType.php';
  10423.         return $this->privates['App\\Form\\Type\\CaracteristiqueCommercialeFormType'] = new \App\Form\Type\CaracteristiqueCommercialeFormType();
  10424.     }
  10425.     /**
  10426.      * Gets the private 'App\Form\Type\CaracteristiqueGeneraleFormType' shared autowired service.
  10427.      *
  10428.      * @return \App\Form\Type\CaracteristiqueGeneraleFormType
  10429.      */
  10430.     protected function getCaracteristiqueGeneraleFormTypeService()
  10431.     {
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10434.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php';
  10435.         return $this->privates['App\\Form\\Type\\CaracteristiqueGeneraleFormType'] = new \App\Form\Type\CaracteristiqueGeneraleFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10436.     }
  10437.     /**
  10438.      * Gets the private 'App\Form\Type\CaracteristiqueTechniqueFormType' shared autowired service.
  10439.      *
  10440.      * @return \App\Form\Type\CaracteristiqueTechniqueFormType
  10441.      */
  10442.     protected function getCaracteristiqueTechniqueFormTypeService()
  10443.     {
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10446.         include_once \dirname(__DIR__4).'/src/Form/Type/CaracteristiqueTechniqueFormType.php';
  10447.         return $this->privates['App\\Form\\Type\\CaracteristiqueTechniqueFormType'] = new \App\Form\Type\CaracteristiqueTechniqueFormType();
  10448.     }
  10449.     /**
  10450.      * Gets the private 'App\Form\Type\CategorieFormType' shared autowired service.
  10451.      *
  10452.      * @return \App\Form\Type\CategorieFormType
  10453.      */
  10454.     protected function getCategorieFormTypeService()
  10455.     {
  10456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10458.         include_once \dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php';
  10459.         return $this->privates['App\\Form\\Type\\CategorieFormType'] = new \App\Form\Type\CategorieFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10460.     }
  10461.     /**
  10462.      * Gets the private 'App\Form\Type\ClientFormType' shared autowired service.
  10463.      *
  10464.      * @return \App\Form\Type\ClientFormType
  10465.      */
  10466.     protected function getClientFormTypeService()
  10467.     {
  10468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10470.         include_once \dirname(__DIR__4).'/src/Form/Type/ClientFormType.php';
  10471.         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()));
  10472.     }
  10473.     /**
  10474.      * Gets the private 'App\Form\Type\CodeGenerationWithPaymentFormType' shared autowired service.
  10475.      *
  10476.      * @return \App\Form\Type\CodeGenerationWithPaymentFormType
  10477.      */
  10478.     protected function getCodeGenerationWithPaymentFormTypeService()
  10479.     {
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10482.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeGenerationWithPaymentFormType.php';
  10483.         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()));
  10484.     }
  10485.     /**
  10486.      * Gets the private 'App\Form\Type\CodeGenerationWithoutPaymentFormType' shared autowired service.
  10487.      *
  10488.      * @return \App\Form\Type\CodeGenerationWithoutPaymentFormType
  10489.      */
  10490.     protected function getCodeGenerationWithoutPaymentFormTypeService()
  10491.     {
  10492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10494.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeGenerationWithoutPaymentFormType.php';
  10495.         return $this->privates['App\\Form\\Type\\CodeGenerationWithoutPaymentFormType'] = new \App\Form\Type\CodeGenerationWithoutPaymentFormType();
  10496.     }
  10497.     /**
  10498.      * Gets the private 'App\Form\Type\CodeMassUploadFormType' shared autowired service.
  10499.      *
  10500.      * @return \App\Form\Type\CodeMassUploadFormType
  10501.      */
  10502.     protected function getCodeMassUploadFormTypeService()
  10503.     {
  10504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10506.         include_once \dirname(__DIR__4).'/src/Form/Type/CodeMassUploadFormType.php';
  10507.         return $this->privates['App\\Form\\Type\\CodeMassUploadFormType'] = new \App\Form\Type\CodeMassUploadFormType($this->getEnv('code_mass_upload_dir'));
  10508.     }
  10509.     /**
  10510.      * Gets the private 'App\Form\Type\CommissionFormType' shared autowired service.
  10511.      *
  10512.      * @return \App\Form\Type\CommissionFormType
  10513.      */
  10514.     protected function getCommissionFormTypeService()
  10515.     {
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10518.         include_once \dirname(__DIR__4).'/src/Form/Type/CommissionFormType.php';
  10519.         return $this->privates['App\\Form\\Type\\CommissionFormType'] = new \App\Form\Type\CommissionFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10520.     }
  10521.     /**
  10522.      * Gets the private 'App\Form\Type\CommissionNanoEntrepreneurFormType' shared autowired service.
  10523.      *
  10524.      * @return \App\Form\Type\CommissionNanoEntrepreneurFormType
  10525.      */
  10526.     protected function getCommissionNanoEntrepreneurFormTypeService()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10530.         include_once \dirname(__DIR__4).'/src/Form/Type/CommissionNanoEntrepreneurFormType.php';
  10531.         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()));
  10532.     }
  10533.     /**
  10534.      * Gets the private 'App\Form\Type\DeviceCustomerFormType' shared autowired service.
  10535.      *
  10536.      * @return \App\Form\Type\DeviceCustomerFormType
  10537.      */
  10538.     protected function getDeviceCustomerFormTypeService()
  10539.     {
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10542.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceCustomerFormType.php';
  10543.         return $this->privates['App\\Form\\Type\\DeviceCustomerFormType'] = new \App\Form\Type\DeviceCustomerFormType();
  10544.     }
  10545.     /**
  10546.      * Gets the private 'App\Form\Type\DeviceDimensionFormType' shared autowired service.
  10547.      *
  10548.      * @return \App\Form\Type\DeviceDimensionFormType
  10549.      */
  10550.     protected function getDeviceDimensionFormTypeService()
  10551.     {
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10554.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceDimensionFormType.php';
  10555.         return $this->privates['App\\Form\\Type\\DeviceDimensionFormType'] = new \App\Form\Type\DeviceDimensionFormType();
  10556.     }
  10557.     /**
  10558.      * Gets the private 'App\Form\Type\DeviceFormType' shared autowired service.
  10559.      *
  10560.      * @return \App\Form\Type\DeviceFormType
  10561.      */
  10562.     protected function getDeviceFormTypeService()
  10563.     {
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10566.         include_once \dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php';
  10567.         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()));
  10568.     }
  10569.     /**
  10570.      * Gets the private 'App\Form\Type\EntrepreneurChangeFormType' shared autowired service.
  10571.      *
  10572.      * @return \App\Form\Type\EntrepreneurChangeFormType
  10573.      */
  10574.     protected function getEntrepreneurChangeFormTypeService()
  10575.     {
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10578.         include_once \dirname(__DIR__4).'/src/Form/Type/EntrepreneurChangeFormType.php';
  10579.         return $this->privates['App\\Form\\Type\\EntrepreneurChangeFormType'] = new \App\Form\Type\EntrepreneurChangeFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10580.     }
  10581.     /**
  10582.      * Gets the private 'App\Form\Type\FabricationFormType' shared autowired service.
  10583.      *
  10584.      * @return \App\Form\Type\FabricationFormType
  10585.      */
  10586.     protected function getFabricationFormTypeService()
  10587.     {
  10588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10590.         include_once \dirname(__DIR__4).'/src/Form/Type/FabricationFormType.php';
  10591.         return $this->privates['App\\Form\\Type\\FabricationFormType'] = new \App\Form\Type\FabricationFormType();
  10592.     }
  10593.     /**
  10594.      * Gets the private 'App\Form\Type\FacturationFormType' shared autowired service.
  10595.      *
  10596.      * @return \App\Form\Type\FacturationFormType
  10597.      */
  10598.     protected function getFacturationFormTypeService()
  10599.     {
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10602.         include_once \dirname(__DIR__4).'/src/Form/Type/FacturationFormType.php';
  10603.         return $this->privates['App\\Form\\Type\\FacturationFormType'] = new \App\Form\Type\FacturationFormType($this);
  10604.     }
  10605.     /**
  10606.      * Gets the private 'App\Form\Type\FournisseurFormType' shared autowired service.
  10607.      *
  10608.      * @return \App\Form\Type\FournisseurFormType
  10609.      */
  10610.     protected function getFournisseurFormTypeService()
  10611.     {
  10612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10614.         include_once \dirname(__DIR__4).'/src/Form/Type/FournisseurFormType.php';
  10615.         return $this->privates['App\\Form\\Type\\FournisseurFormType'] = new \App\Form\Type\FournisseurFormType();
  10616.     }
  10617.     /**
  10618.      * Gets the private 'App\Form\Type\GestionnaireFormType' shared autowired service.
  10619.      *
  10620.      * @return \App\Form\Type\GestionnaireFormType
  10621.      */
  10622.     protected function getGestionnaireFormTypeService()
  10623.     {
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10626.         include_once \dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php';
  10627.         return $this->privates['App\\Form\\Type\\GestionnaireFormType'] = new \App\Form\Type\GestionnaireFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10628.     }
  10629.     /**
  10630.      * Gets the private 'App\Form\Type\IdentificationFormType' shared autowired service.
  10631.      *
  10632.      * @return \App\Form\Type\IdentificationFormType
  10633.      */
  10634.     protected function getIdentificationFormTypeService()
  10635.     {
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10638.         include_once \dirname(__DIR__4).'/src/Form/Type/IdentificationFormType.php';
  10639.         return $this->privates['App\\Form\\Type\\IdentificationFormType'] = new \App\Form\Type\IdentificationFormType();
  10640.     }
  10641.     /**
  10642.      * Gets the private 'App\Form\Type\InspectionFormType' shared autowired service.
  10643.      *
  10644.      * @return \App\Form\Type\InspectionFormType
  10645.      */
  10646.     protected function getInspectionFormTypeService()
  10647.     {
  10648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10650.         include_once \dirname(__DIR__4).'/src/Form/Type/InspectionFormType.php';
  10651.         return $this->privates['App\\Form\\Type\\InspectionFormType'] = new \App\Form\Type\InspectionFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10652.     }
  10653.     /**
  10654.      * Gets the private 'App\Form\Type\InterventionChoiceFormType' shared autowired service.
  10655.      *
  10656.      * @return \App\Form\Type\InterventionChoiceFormType
  10657.      */
  10658.     protected function getInterventionChoiceFormTypeService()
  10659.     {
  10660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10662.         include_once \dirname(__DIR__4).'/src/Form/Type/InterventionChoiceFormType.php';
  10663.         return $this->privates['App\\Form\\Type\\InterventionChoiceFormType'] = new \App\Form\Type\InterventionChoiceFormType();
  10664.     }
  10665.     /**
  10666.      * Gets the private 'App\Form\Type\Intervention\FixFormType' shared autowired service.
  10667.      *
  10668.      * @return \App\Form\Type\Intervention\FixFormType
  10669.      */
  10670.     protected function getFixFormTypeService()
  10671.     {
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10674.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/FixFormType.php';
  10675.         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()));
  10676.     }
  10677.     /**
  10678.      * Gets the private 'App\Form\Type\Intervention\MaintenanceFormType' shared autowired service.
  10679.      *
  10680.      * @return \App\Form\Type\Intervention\MaintenanceFormType
  10681.      */
  10682.     protected function getMaintenanceFormTypeService()
  10683.     {
  10684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10686.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/MaintenanceFormType.php';
  10687.         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()));
  10688.     }
  10689.     /**
  10690.      * Gets the private 'App\Form\Type\Intervention\RecordFormType' shared autowired service.
  10691.      *
  10692.      * @return \App\Form\Type\Intervention\RecordFormType
  10693.      */
  10694.     protected function getRecordFormTypeService()
  10695.     {
  10696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10698.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/RecordFormType.php';
  10699.         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()));
  10700.     }
  10701.     /**
  10702.      * Gets the private 'App\Form\Type\Intervention\TaskFormType' shared autowired service.
  10703.      *
  10704.      * @return \App\Form\Type\Intervention\TaskFormType
  10705.      */
  10706.     protected function getTaskFormTypeService()
  10707.     {
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10710.         include_once \dirname(__DIR__4).'/src/Form/Type/Intervention/TaskFormType.php';
  10711.         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()));
  10712.     }
  10713.     /**
  10714.      * Gets the private 'App\Form\Type\KoboFormType' shared autowired service.
  10715.      *
  10716.      * @return \App\Form\Type\KoboFormType
  10717.      */
  10718.     protected function getKoboFormTypeService()
  10719.     {
  10720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10722.         include_once \dirname(__DIR__4).'/src/Form/Type/KoboFormType.php';
  10723.         return $this->privates['App\\Form\\Type\\KoboFormType'] = new \App\Form\Type\KoboFormType();
  10724.     }
  10725.     /**
  10726.      * Gets the private 'App\Form\Type\LocalAgenceFormType' shared autowired service.
  10727.      *
  10728.      * @return \App\Form\Type\LocalAgenceFormType
  10729.      */
  10730.     protected function getLocalAgenceFormTypeService()
  10731.     {
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10734.         include_once \dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php';
  10735.         return $this->privates['App\\Form\\Type\\LocalAgenceFormType'] = new \App\Form\Type\LocalAgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10736.     }
  10737.     /**
  10738.      * Gets the private 'App\Form\Type\LocalizationFormType' shared autowired service.
  10739.      *
  10740.      * @return \App\Form\Type\LocalizationFormType
  10741.      */
  10742.     protected function getLocalizationFormTypeService()
  10743.     {
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10746.         include_once \dirname(__DIR__4).'/src/Form/Type/LocalizationFormType.php';
  10747.         return $this->privates['App\\Form\\Type\\LocalizationFormType'] = new \App\Form\Type\LocalizationFormType();
  10748.     }
  10749.     /**
  10750.      * Gets the private 'App\Form\Type\MaintenanceFrequencyFormType' shared autowired service.
  10751.      *
  10752.      * @return \App\Form\Type\MaintenanceFrequencyFormType
  10753.      */
  10754.     protected function getMaintenanceFrequencyFormTypeService()
  10755.     {
  10756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10758.         include_once \dirname(__DIR__4).'/src/Form/Type/MaintenanceFrequencyFormType.php';
  10759.         return $this->privates['App\\Form\\Type\\MaintenanceFrequencyFormType'] = new \App\Form\Type\MaintenanceFrequencyFormType();
  10760.     }
  10761.     /**
  10762.      * Gets the private 'App\Form\Type\MaterielAssocieFormType' shared autowired service.
  10763.      *
  10764.      * @return \App\Form\Type\MaterielAssocieFormType
  10765.      */
  10766.     protected function getMaterielAssocieFormTypeService()
  10767.     {
  10768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10770.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormType.php';
  10771.         return $this->privates['App\\Form\\Type\\MaterielAssocieFormType'] = new \App\Form\Type\MaterielAssocieFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10772.     }
  10773.     /**
  10774.      * Gets the private 'App\Form\Type\MaterielFabriqueModelPreEnregistreFormType' shared autowired service.
  10775.      *
  10776.      * @return \App\Form\Type\MaterielFabriqueModelPreEnregistreFormType
  10777.      */
  10778.     protected function getMaterielFabriqueModelPreEnregistreFormTypeService()
  10779.     {
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10782.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php';
  10783.         return $this->privates['App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType'] = new \App\Form\Type\MaterielFabriqueModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10784.     }
  10785.     /**
  10786.      * Gets the private 'App\Form\Type\MaterielFacturationFormType' shared autowired service.
  10787.      *
  10788.      * @return \App\Form\Type\MaterielFacturationFormType
  10789.      */
  10790.     protected function getMaterielFacturationFormTypeService()
  10791.     {
  10792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10794.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielFacturationFormType.php';
  10795.         return $this->privates['App\\Form\\Type\\MaterielFacturationFormType'] = new \App\Form\Type\MaterielFacturationFormType();
  10796.     }
  10797.     /**
  10798.      * Gets the private 'App\Form\Type\MaterielInspectionFormType' shared autowired service.
  10799.      *
  10800.      * @return \App\Form\Type\MaterielInspectionFormType
  10801.      */
  10802.     protected function getMaterielInspectionFormTypeService()
  10803.     {
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10806.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielInspectionFormType.php';
  10807.         return $this->privates['App\\Form\\Type\\MaterielInspectionFormType'] = new \App\Form\Type\MaterielInspectionFormType();
  10808.     }
  10809.     /**
  10810.      * Gets the private 'App\Form\Type\MaterielModelPreEnregistreFormType' shared autowired service.
  10811.      *
  10812.      * @return \App\Form\Type\MaterielModelPreEnregistreFormType
  10813.      */
  10814.     protected function getMaterielModelPreEnregistreFormTypeService()
  10815.     {
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10818.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php';
  10819.         return $this->privates['App\\Form\\Type\\MaterielModelPreEnregistreFormType'] = new \App\Form\Type\MaterielModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10820.     }
  10821.     /**
  10822.      * Gets the private 'App\Form\Type\MaterielMouvementFormType' shared autowired service.
  10823.      *
  10824.      * @return \App\Form\Type\MaterielMouvementFormType
  10825.      */
  10826.     protected function getMaterielMouvementFormTypeService()
  10827.     {
  10828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10830.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielMouvementFormType.php';
  10831.         return $this->privates['App\\Form\\Type\\MaterielMouvementFormType'] = new \App\Form\Type\MaterielMouvementFormType();
  10832.     }
  10833.     /**
  10834.      * Gets the private 'App\Form\Type\MaterielPreparationTransfertFormType' shared autowired service.
  10835.      *
  10836.      * @return \App\Form\Type\MaterielPreparationTransfertFormType
  10837.      */
  10838.     protected function getMaterielPreparationTransfertFormTypeService()
  10839.     {
  10840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10842.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielPreparationTransfertFormType.php';
  10843.         return $this->privates['App\\Form\\Type\\MaterielPreparationTransfertFormType'] = new \App\Form\Type\MaterielPreparationTransfertFormType();
  10844.     }
  10845.     /**
  10846.      * Gets the private 'App\Form\Type\MaterielTransfertFormType' shared autowired service.
  10847.      *
  10848.      * @return \App\Form\Type\MaterielTransfertFormType
  10849.      */
  10850.     protected function getMaterielTransfertFormTypeService()
  10851.     {
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10854.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielTransfertFormType.php';
  10855.         return $this->privates['App\\Form\\Type\\MaterielTransfertFormType'] = new \App\Form\Type\MaterielTransfertFormType();
  10856.     }
  10857.     /**
  10858.      * Gets the private 'App\Form\Type\MaterielUtiliseModelPreEnregistreFormType' shared autowired service.
  10859.      *
  10860.      * @return \App\Form\Type\MaterielUtiliseModelPreEnregistreFormType
  10861.      */
  10862.     protected function getMaterielUtiliseModelPreEnregistreFormTypeService()
  10863.     {
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10866.         include_once \dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php';
  10867.         return $this->privates['App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType'] = new \App\Form\Type\MaterielUtiliseModelPreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10868.     }
  10869.     /**
  10870.      * Gets the private 'App\Form\Type\ModelFormType' shared autowired service.
  10871.      *
  10872.      * @return \App\Form\Type\ModelFormType
  10873.      */
  10874.     protected function getModelFormTypeService()
  10875.     {
  10876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10878.         include_once \dirname(__DIR__4).'/src/Form/Type/ModelFormType.php';
  10879.         return $this->privates['App\\Form\\Type\\ModelFormType'] = new \App\Form\Type\ModelFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10880.     }
  10881.     /**
  10882.      * Gets the private 'App\Form\Type\ModelePreEnregistreFormType' shared autowired service.
  10883.      *
  10884.      * @return \App\Form\Type\ModelePreEnregistreFormType
  10885.      */
  10886.     protected function getModelePreEnregistreFormTypeService()
  10887.     {
  10888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10890.         include_once \dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php';
  10891.         return $this->privates['App\\Form\\Type\\ModelePreEnregistreFormType'] = new \App\Form\Type\ModelePreEnregistreFormType(($this->services['translator'] ?? $this->getTranslatorService()), $this);
  10892.     }
  10893.     /**
  10894.      * Gets the private 'App\Form\Type\MouvementFormType' shared autowired service.
  10895.      *
  10896.      * @return \App\Form\Type\MouvementFormType
  10897.      */
  10898.     protected function getMouvementFormTypeService()
  10899.     {
  10900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10902.         include_once \dirname(__DIR__4).'/src/Form/Type/MouvementFormType.php';
  10903.         return $this->privates['App\\Form\\Type\\MouvementFormType'] = new \App\Form\Type\MouvementFormType();
  10904.     }
  10905.     /**
  10906.      * Gets the private 'App\Form\Type\NetworkDeviceFormType' shared autowired service.
  10907.      *
  10908.      * @return \App\Form\Type\NetworkDeviceFormType
  10909.      */
  10910.     protected function getNetworkDeviceFormTypeService()
  10911.     {
  10912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10914.         include_once \dirname(__DIR__4).'/src/Form/Type/NetworkDeviceFormType.php';
  10915.         return $this->privates['App\\Form\\Type\\NetworkDeviceFormType'] = new \App\Form\Type\NetworkDeviceFormType();
  10916.     }
  10917.     /**
  10918.      * Gets the private 'App\Form\Type\NetworkFormType' shared autowired service.
  10919.      *
  10920.      * @return \App\Form\Type\NetworkFormType
  10921.      */
  10922.     protected function getNetworkFormTypeService()
  10923.     {
  10924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10926.         include_once \dirname(__DIR__4).'/src/Form/Type/NetworkFormType.php';
  10927.         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()));
  10928.     }
  10929.     /**
  10930.      * Gets the private 'App\Form\Type\OfferFormType' shared autowired service.
  10931.      *
  10932.      * @return \App\Form\Type\OfferFormType
  10933.      */
  10934.     protected function getOfferFormTypeService()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10938.         include_once \dirname(__DIR__4).'/src/Form/Type/OfferFormType.php';
  10939.         return $this->privates['App\\Form\\Type\\OfferFormType'] = new \App\Form\Type\OfferFormType();
  10940.     }
  10941.     /**
  10942.      * Gets the private 'App\Form\Type\PlanifiedMaintenanceFormType' shared autowired service.
  10943.      *
  10944.      * @return \App\Form\Type\PlanifiedMaintenanceFormType
  10945.      */
  10946.     protected function getPlanifiedMaintenanceFormTypeService()
  10947.     {
  10948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10950.         include_once \dirname(__DIR__4).'/src/Form/Type/PlanifiedMaintenanceFormType.php';
  10951.         return $this->privates['App\\Form\\Type\\PlanifiedMaintenanceFormType'] = new \App\Form\Type\PlanifiedMaintenanceFormType();
  10952.     }
  10953.     /**
  10954.      * Gets the private 'App\Form\Type\PreparationTransfertFormType' shared autowired service.
  10955.      *
  10956.      * @return \App\Form\Type\PreparationTransfertFormType
  10957.      */
  10958.     protected function getPreparationTransfertFormTypeService()
  10959.     {
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10962.         include_once \dirname(__DIR__4).'/src/Form/Type/PreparationTransfertFormType.php';
  10963.         return $this->privates['App\\Form\\Type\\PreparationTransfertFormType'] = new \App\Form\Type\PreparationTransfertFormType();
  10964.     }
  10965.     /**
  10966.      * Gets the private 'App\Form\Type\PriceOfferFormType' shared autowired service.
  10967.      *
  10968.      * @return \App\Form\Type\PriceOfferFormType
  10969.      */
  10970.     protected function getPriceOfferFormTypeService()
  10971.     {
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10974.         include_once \dirname(__DIR__4).'/src/Form/Type/PriceOfferFormType.php';
  10975.         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()));
  10976.     }
  10977.     /**
  10978.      * Gets the private 'App\Form\Type\ProduitFormType' shared autowired service.
  10979.      *
  10980.      * @return \App\Form\Type\ProduitFormType
  10981.      */
  10982.     protected function getProduitFormTypeService()
  10983.     {
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10986.         include_once \dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php';
  10987.         return $this->privates['App\\Form\\Type\\ProduitFormType'] = new \App\Form\Type\ProduitFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  10988.     }
  10989.     /**
  10990.      * Gets the private 'App\Form\Type\ProfileFormType' shared autowired service.
  10991.      *
  10992.      * @return \App\Form\Type\ProfileFormType
  10993.      */
  10994.     protected function getProfileFormTypeService()
  10995.     {
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10998.         include_once \dirname(__DIR__4).'/src/Form/Type/ProfileFormType.php';
  10999.         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);
  11000.     }
  11001.     /**
  11002.      * Gets the private 'App\Form\Type\ProjectWorkflowFormType' shared autowired service.
  11003.      *
  11004.      * @return \App\Form\Type\ProjectWorkflowFormType
  11005.      */
  11006.     protected function getProjectWorkflowFormTypeService()
  11007.     {
  11008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11010.         include_once \dirname(__DIR__4).'/src/Form/Type/ProjectWorkflowFormType.php';
  11011.         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()));
  11012.     }
  11013.     /**
  11014.      * Gets the private 'App\Form\Type\Project\ConstructionFormType' shared autowired service.
  11015.      *
  11016.      * @return \App\Form\Type\Project\ConstructionFormType
  11017.      */
  11018.     protected function getConstructionFormTypeService()
  11019.     {
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11022.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/ConstructionFormType.php';
  11023.         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()));
  11024.     }
  11025.     /**
  11026.      * Gets the private 'App\Form\Type\Project\ContractFormType' shared autowired service.
  11027.      *
  11028.      * @return \App\Form\Type\Project\ContractFormType
  11029.      */
  11030.     protected function getContractFormTypeService()
  11031.     {
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11034.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/ContractFormType.php';
  11035.         return $this->privates['App\\Form\\Type\\Project\\ContractFormType'] = new \App\Form\Type\Project\ContractFormType();
  11036.     }
  11037.     /**
  11038.      * Gets the private 'App\Form\Type\Project\DefinitionFormType' shared autowired service.
  11039.      *
  11040.      * @return \App\Form\Type\Project\DefinitionFormType
  11041.      */
  11042.     protected function getDefinitionFormTypeService()
  11043.     {
  11044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11046.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/DefinitionFormType.php';
  11047.         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()));
  11048.     }
  11049.     /**
  11050.      * Gets the private 'App\Form\Type\Project\GenerateCodeClairFormType' shared autowired service.
  11051.      *
  11052.      * @return \App\Form\Type\Project\GenerateCodeClairFormType
  11053.      */
  11054.     protected function getGenerateCodeClairFormTypeService()
  11055.     {
  11056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11058.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/GenerateCodeClairFormType.php';
  11059.         return $this->privates['App\\Form\\Type\\Project\\GenerateCodeClairFormType'] = new \App\Form\Type\Project\GenerateCodeClairFormType();
  11060.     }
  11061.     /**
  11062.      * Gets the private 'App\Form\Type\Project\NetworkDevicesFormType' shared autowired service.
  11063.      *
  11064.      * @return \App\Form\Type\Project\NetworkDevicesFormType
  11065.      */
  11066.     protected function getNetworkDevicesFormTypeService()
  11067.     {
  11068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11070.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/NetworkDevicesFormType.php';
  11071.         return $this->privates['App\\Form\\Type\\Project\\NetworkDevicesFormType'] = new \App\Form\Type\Project\NetworkDevicesFormType();
  11072.     }
  11073.     /**
  11074.      * Gets the private 'App\Form\Type\Project\NetworkFromCustomerFormType' shared autowired service.
  11075.      *
  11076.      * @return \App\Form\Type\Project\NetworkFromCustomerFormType
  11077.      */
  11078.     protected function getNetworkFromCustomerFormTypeService()
  11079.     {
  11080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11082.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/NetworkFromCustomerFormType.php';
  11083.         return $this->privates['App\\Form\\Type\\Project\\NetworkFromCustomerFormType'] = new \App\Form\Type\Project\NetworkFromCustomerFormType();
  11084.     }
  11085.     /**
  11086.      * Gets the private 'App\Form\Type\Project\SizingFormType' shared autowired service.
  11087.      *
  11088.      * @return \App\Form\Type\Project\SizingFormType
  11089.      */
  11090.     protected function getSizingFormTypeService()
  11091.     {
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11094.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/SizingFormType.php';
  11095.         return $this->privates['App\\Form\\Type\\Project\\SizingFormType'] = new \App\Form\Type\Project\SizingFormType();
  11096.     }
  11097.     /**
  11098.      * Gets the private 'App\Form\Type\Project\generationCodeFormType' shared autowired service.
  11099.      *
  11100.      * @return \App\Form\Type\Project\generationCodeFormType
  11101.      */
  11102.     protected function getGenerationCodeFormTypeService()
  11103.     {
  11104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11106.         include_once \dirname(__DIR__4).'/src/Form/Type/Project/generationCodeFormType.php';
  11107.         return $this->privates['App\\Form\\Type\\Project\\generationCodeFormType'] = new \App\Form\Type\Project\generationCodeFormType();
  11108.     }
  11109.     /**
  11110.      * Gets the private 'App\Form\Type\ProspectContractFormType' shared autowired service.
  11111.      *
  11112.      * @return \App\Form\Type\ProspectContractFormType
  11113.      */
  11114.     protected function getProspectContractFormTypeService()
  11115.     {
  11116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11118.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectContractFormType.php';
  11119.         return $this->privates['App\\Form\\Type\\ProspectContractFormType'] = new \App\Form\Type\ProspectContractFormType($this->getEnv('customer_contract_dir'));
  11120.     }
  11121.     /**
  11122.      * Gets the private 'App\Form\Type\ProspectDateJoinFormType' shared autowired service.
  11123.      *
  11124.      * @return \App\Form\Type\ProspectDateJoinFormType
  11125.      */
  11126.     protected function getProspectDateJoinFormTypeService()
  11127.     {
  11128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11130.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDateJoinFormType.php';
  11131.         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())));
  11132.     }
  11133.     /**
  11134.      * Gets the private 'App\Form\Type\ProspectDevicesFormType' shared autowired service.
  11135.      *
  11136.      * @return \App\Form\Type\ProspectDevicesFormType
  11137.      */
  11138.     protected function getProspectDevicesFormTypeService()
  11139.     {
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11142.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDevicesFormType.php';
  11143.         return $this->privates['App\\Form\\Type\\ProspectDevicesFormType'] = new \App\Form\Type\ProspectDevicesFormType();
  11144.     }
  11145.     /**
  11146.      * Gets the private 'App\Form\Type\ProspectDistancesFormType' shared autowired service.
  11147.      *
  11148.      * @return \App\Form\Type\ProspectDistancesFormType
  11149.      */
  11150.     protected function getProspectDistancesFormTypeService()
  11151.     {
  11152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11154.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectDistancesFormType.php';
  11155.         return $this->privates['App\\Form\\Type\\ProspectDistancesFormType'] = new \App\Form\Type\ProspectDistancesFormType();
  11156.     }
  11157.     /**
  11158.      * Gets the private 'App\Form\Type\ProspectMassUploadFormType' shared autowired service.
  11159.      *
  11160.      * @return \App\Form\Type\ProspectMassUploadFormType
  11161.      */
  11162.     protected function getProspectMassUploadFormTypeService()
  11163.     {
  11164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11166.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectMassUploadFormType.php';
  11167.         return $this->privates['App\\Form\\Type\\ProspectMassUploadFormType'] = new \App\Form\Type\ProspectMassUploadFormType($this->getEnv('prospect_mass_upload_dir'));
  11168.     }
  11169.     /**
  11170.      * Gets the private 'App\Form\Type\ProspectOffersConsumptionFormType' shared autowired service.
  11171.      *
  11172.      * @return \App\Form\Type\ProspectOffersConsumptionFormType
  11173.      */
  11174.     protected function getProspectOffersConsumptionFormTypeService()
  11175.     {
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11178.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectOffersConsumptionFormType.php';
  11179.         return $this->privates['App\\Form\\Type\\ProspectOffersConsumptionFormType'] = new \App\Form\Type\ProspectOffersConsumptionFormType();
  11180.     }
  11181.     /**
  11182.      * Gets the private 'App\Form\Type\ProspectSubscriptionFeesFormType' shared autowired service.
  11183.      *
  11184.      * @return \App\Form\Type\ProspectSubscriptionFeesFormType
  11185.      */
  11186.     protected function getProspectSubscriptionFeesFormTypeService()
  11187.     {
  11188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11190.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectSubscriptionFeesFormType.php';
  11191.         return $this->privates['App\\Form\\Type\\ProspectSubscriptionFeesFormType'] = new \App\Form\Type\ProspectSubscriptionFeesFormType();
  11192.     }
  11193.     /**
  11194.      * Gets the private 'App\Form\Type\ProspectTotalPriceEstimationFormType' shared autowired service.
  11195.      *
  11196.      * @return \App\Form\Type\ProspectTotalPriceEstimationFormType
  11197.      */
  11198.     protected function getProspectTotalPriceEstimationFormTypeService()
  11199.     {
  11200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11202.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectTotalPriceEstimationFormType.php';
  11203.         return $this->privates['App\\Form\\Type\\ProspectTotalPriceEstimationFormType'] = new \App\Form\Type\ProspectTotalPriceEstimationFormType();
  11204.     }
  11205.     /**
  11206.      * Gets the private 'App\Form\Type\ProspectWorkflowFormType' shared autowired service.
  11207.      *
  11208.      * @return \App\Form\Type\ProspectWorkflowFormType
  11209.      */
  11210.     protected function getProspectWorkflowFormTypeService()
  11211.     {
  11212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11214.         include_once \dirname(__DIR__4).'/src/Form/Type/ProspectWorkflowFormType.php';
  11215.         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()));
  11216.     }
  11217.     /**
  11218.      * Gets the private 'App\Form\Type\Prospect\ChangementForfaitFormType' shared autowired service.
  11219.      *
  11220.      * @return \App\Form\Type\Prospect\ChangementForfaitFormType
  11221.      */
  11222.     protected function getChangementForfaitFormTypeService()
  11223.     {
  11224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11226.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ChangementForfaitFormType.php';
  11227.         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()));
  11228.     }
  11229.     /**
  11230.      * Gets the private 'App\Form\Type\Prospect\DoorToDoorFormType' shared autowired service.
  11231.      *
  11232.      * @return \App\Form\Type\Prospect\DoorToDoorFormType
  11233.      */
  11234.     protected function getDoorToDoorFormTypeService()
  11235.     {
  11236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11238.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/DoorToDoorFormType.php';
  11239.         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()));
  11240.     }
  11241.     /**
  11242.      * Gets the private 'App\Form\Type\Prospect\ElectricEquipmentFormType' shared autowired service.
  11243.      *
  11244.      * @return \App\Form\Type\Prospect\ElectricEquipmentFormType
  11245.      */
  11246.     protected function getElectricEquipmentFormTypeService()
  11247.     {
  11248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11250.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ElectricEquipmentFormType.php';
  11251.         return $this->privates['App\\Form\\Type\\Prospect\\ElectricEquipmentFormType'] = new \App\Form\Type\Prospect\ElectricEquipmentFormType();
  11252.     }
  11253.     /**
  11254.      * Gets the private 'App\Form\Type\Prospect\ElectricProductionEquipmentFormType' shared autowired service.
  11255.      *
  11256.      * @return \App\Form\Type\Prospect\ElectricProductionEquipmentFormType
  11257.      */
  11258.     protected function getElectricProductionEquipmentFormTypeService()
  11259.     {
  11260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11262.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/ElectricProductionEquipmentFormType.php';
  11263.         return $this->privates['App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType'] = new \App\Form\Type\Prospect\ElectricProductionEquipmentFormType();
  11264.     }
  11265.     /**
  11266.      * Gets the private 'App\Form\Type\Prospect\IdentificationFormType' shared autowired service.
  11267.      *
  11268.      * @return \App\Form\Type\Prospect\IdentificationFormType
  11269.      */
  11270.     protected function getIdentificationFormType2Service()
  11271.     {
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11274.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/IdentificationFormType.php';
  11275.         return $this->privates['App\\Form\\Type\\Prospect\\IdentificationFormType'] = new \App\Form\Type\Prospect\IdentificationFormType();
  11276.     }
  11277.     /**
  11278.      * Gets the private 'App\Form\Type\Prospect\RefundFormType' shared autowired service.
  11279.      *
  11280.      * @return \App\Form\Type\Prospect\RefundFormType
  11281.      */
  11282.     protected function getRefundFormTypeService()
  11283.     {
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11286.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/RefundFormType.php';
  11287.         return $this->privates['App\\Form\\Type\\Prospect\\RefundFormType'] = new \App\Form\Type\Prospect\RefundFormType();
  11288.     }
  11289.     /**
  11290.      * Gets the private 'App\Form\Type\Prospect\SurveyFormType' shared autowired service.
  11291.      *
  11292.      * @return \App\Form\Type\Prospect\SurveyFormType
  11293.      */
  11294.     protected function getSurveyFormTypeService()
  11295.     {
  11296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11298.         include_once \dirname(__DIR__4).'/src/Form/Type/Prospect/SurveyFormType.php';
  11299.         return $this->privates['App\\Form\\Type\\Prospect\\SurveyFormType'] = new \App\Form\Type\Prospect\SurveyFormType();
  11300.     }
  11301.     /**
  11302.      * Gets the private 'App\Form\Type\ReadOnly\ReadOnlyFormType' shared autowired service.
  11303.      *
  11304.      * @return \App\Form\Type\ReadOnly\ReadOnlyFormType
  11305.      */
  11306.     protected function getReadOnlyFormTypeService()
  11307.     {
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11310.         include_once \dirname(__DIR__4).'/src/Form/Type/ReadOnly/ReadOnlyFormType.php';
  11311.         return $this->privates['App\\Form\\Type\\ReadOnly\\ReadOnlyFormType'] = new \App\Form\Type\ReadOnly\ReadOnlyFormType();
  11312.     }
  11313.     /**
  11314.      * Gets the private 'App\Form\Type\ReceptionFormType' shared autowired service.
  11315.      *
  11316.      * @return \App\Form\Type\ReceptionFormType
  11317.      */
  11318.     protected function getReceptionFormTypeService()
  11319.     {
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11322.         include_once \dirname(__DIR__4).'/src/Form/Type/ReceptionFormType.php';
  11323.         return $this->privates['App\\Form\\Type\\ReceptionFormType'] = new \App\Form\Type\ReceptionFormType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  11324.     }
  11325.     /**
  11326.      * Gets the private 'App\Form\Type\ReceptionTransfertFormType' shared autowired service.
  11327.      *
  11328.      * @return \App\Form\Type\ReceptionTransfertFormType
  11329.      */
  11330.     protected function getReceptionTransfertFormTypeService()
  11331.     {
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11334.         include_once \dirname(__DIR__4).'/src/Form/Type/ReceptionTransfertFormType.php';
  11335.         return $this->privates['App\\Form\\Type\\ReceptionTransfertFormType'] = new \App\Form\Type\ReceptionTransfertFormType();
  11336.     }
  11337.     /**
  11338.      * Gets the private 'App\Form\Type\RecommendedDeviceFormType' shared autowired service.
  11339.      *
  11340.      * @return \App\Form\Type\RecommendedDeviceFormType
  11341.      */
  11342.     protected function getRecommendedDeviceFormTypeService()
  11343.     {
  11344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11346.         include_once \dirname(__DIR__4).'/src/Form/Type/RecommendedDeviceFormType.php';
  11347.         return $this->privates['App\\Form\\Type\\RecommendedDeviceFormType'] = new \App\Form\Type\RecommendedDeviceFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11348.     }
  11349.     /**
  11350.      * Gets the private 'App\Form\Type\RegularisationFormType' shared autowired service.
  11351.      *
  11352.      * @return \App\Form\Type\RegularisationFormType
  11353.      */
  11354.     protected function getRegularisationFormTypeService()
  11355.     {
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11358.         include_once \dirname(__DIR__4).'/src/Form/Type/RegularisationFormType.php';
  11359.         return $this->privates['App\\Form\\Type\\RegularisationFormType'] = new \App\Form\Type\RegularisationFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11360.     }
  11361.     /**
  11362.      * Gets the private 'App\Form\Type\SatisfactionFormType' shared autowired service.
  11363.      *
  11364.      * @return \App\Form\Type\SatisfactionFormType
  11365.      */
  11366.     protected function getSatisfactionFormTypeService()
  11367.     {
  11368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11370.         include_once \dirname(__DIR__4).'/src/Form/Type/SatisfactionFormType.php';
  11371.         return $this->privates['App\\Form\\Type\\SatisfactionFormType'] = new \App\Form\Type\SatisfactionFormType();
  11372.     }
  11373.     /**
  11374.      * Gets the private 'App\Form\Type\SoldFormType' shared autowired service.
  11375.      *
  11376.      * @return \App\Form\Type\SoldFormType
  11377.      */
  11378.     protected function getSoldFormTypeService()
  11379.     {
  11380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11382.         include_once \dirname(__DIR__4).'/src/Form/Type/SoldFormType.php';
  11383.         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);
  11384.     }
  11385.     /**
  11386.      * Gets the private 'App\Form\Type\TransfertFormType' shared autowired service.
  11387.      *
  11388.      * @return \App\Form\Type\TransfertFormType
  11389.      */
  11390.     protected function getTransfertFormTypeService()
  11391.     {
  11392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11394.         include_once \dirname(__DIR__4).'/src/Form/Type/TransfertFormType.php';
  11395.         return $this->privates['App\\Form\\Type\\TransfertFormType'] = new \App\Form\Type\TransfertFormType();
  11396.     }
  11397.     /**
  11398.      * Gets the private 'App\Form\Type\UserCaisseFormType' shared autowired service.
  11399.      *
  11400.      * @return \App\Form\Type\UserCaisseFormType
  11401.      */
  11402.     protected function getUserCaisseFormTypeService()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11406.         include_once \dirname(__DIR__4).'/src/Form/Type/UserCaisseFormType.php';
  11407.         return $this->privates['App\\Form\\Type\\UserCaisseFormType'] = new \App\Form\Type\UserCaisseFormType();
  11408.     }
  11409.     /**
  11410.      * Gets the private 'App\Form\Type\UserPermissionOnAgenceFormType' shared autowired service.
  11411.      *
  11412.      * @return \App\Form\Type\UserPermissionOnAgenceFormType
  11413.      */
  11414.     protected function getUserPermissionOnAgenceFormTypeService()
  11415.     {
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11418.         include_once \dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php';
  11419.         return $this->privates['App\\Form\\Type\\UserPermissionOnAgenceFormType'] = new \App\Form\Type\UserPermissionOnAgenceFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  11420.     }
  11421.     /**
  11422.      * Gets the private 'App\Form\Type\ZoneFormType' shared autowired service.
  11423.      *
  11424.      * @return \App\Form\Type\ZoneFormType
  11425.      */
  11426.     protected function getZoneFormTypeService()
  11427.     {
  11428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11430.         include_once \dirname(__DIR__4).'/src/Form/Type/ZoneFormType.php';
  11431.         return $this->privates['App\\Form\\Type\\ZoneFormType'] = new \App\Form\Type\ZoneFormType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11432.     }
  11433.     /**
  11434.      * Gets the private 'App\Helper\RoleHelper' shared autowired service.
  11435.      *
  11436.      * @return \App\Helper\RoleHelper
  11437.      */
  11438.     protected function getRoleHelperService()
  11439.     {
  11440.         include_once \dirname(__DIR__4).'/src/Helper/RoleHelper.php';
  11441.         return $this->privates['App\\Helper\\RoleHelper'] = new \App\Helper\RoleHelper(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  11442.     }
  11443.     /**
  11444.      * Gets the private 'App\Manager\CustomerManager' shared autowired service.
  11445.      *
  11446.      * @return \App\Manager\CustomerManager
  11447.      */
  11448.     protected function getCustomerManagerService()
  11449.     {
  11450.         include_once \dirname(__DIR__4).'/src/Manager/CustomerManager.php';
  11451.         include_once \dirname(__DIR__4).'/src/Utils/Base64FileUploader.php';
  11452.         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()));
  11453.     }
  11454.     /**
  11455.      * Gets the private 'App\Manager\DashboardManager' shared autowired service.
  11456.      *
  11457.      * @return \App\Manager\DashboardManager
  11458.      */
  11459.     protected function getDashboardManagerService()
  11460.     {
  11461.         include_once \dirname(__DIR__4).'/src/Manager/DashboardManager.php';
  11462.         return $this->privates['App\\Manager\\DashboardManager'] = new \App\Manager\DashboardManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11463.     }
  11464.     /**
  11465.      * Gets the private 'App\Manager\KoboDataManager' shared autowired service.
  11466.      *
  11467.      * @return \App\Manager\KoboDataManager
  11468.      */
  11469.     protected function getKoboDataManagerService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/src/Manager/KoboDataManager.php';
  11472.         include_once \dirname(__DIR__4).'/src/Http/Client/KoboPicture.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  11475.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  11479.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  11480.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  11481.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  11482.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php';
  11483.         include_once \dirname(__DIR__4).'/src/Http/Client/KoboApi.php';
  11484.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  11485.         if (isset($this->privates['App\\Manager\\KoboDataManager'])) {
  11486.             return $this->privates['App\\Manager\\KoboDataManager'];
  11487.         }
  11488.         $b = new \GuzzleHttp\Client();
  11489.         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()));
  11490.     }
  11491.     /**
  11492.      * Gets the private 'App\Manager\MoveRequestManager' shared autowired service.
  11493.      *
  11494.      * @return \App\Manager\MoveRequestManager
  11495.      */
  11496.     protected function getMoveRequestManagerService()
  11497.     {
  11498.         include_once \dirname(__DIR__4).'/src/Manager/MoveRequestManager.php';
  11499.         return $this->privates['App\\Manager\\MoveRequestManager'] = new \App\Manager\MoveRequestManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  11500.     }
  11501.     /**
  11502.      * Gets the private 'App\Manager\NetworkManager' shared autowired service.
  11503.      *
  11504.      * @return \App\Manager\NetworkManager
  11505.      */
  11506.     protected function getNetworkManagerService()
  11507.     {
  11508.         include_once \dirname(__DIR__4).'/src/Manager/NetworkManager.php';
  11509.         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()));
  11510.     }
  11511.     /**
  11512.      * Gets the private 'App\Manager\ProjectManager' shared autowired service.
  11513.      *
  11514.      * @return \App\Manager\ProjectManager
  11515.      */
  11516.     protected function getProjectManagerService()
  11517.     {
  11518.         include_once \dirname(__DIR__4).'/src/Manager/ProjectManager.php';
  11519.         return $this->privates['App\\Manager\\ProjectManager'] = new \App\Manager\ProjectManager($this);
  11520.     }
  11521.     /**
  11522.      * Gets the private 'App\Manager\SatisfactionManager' shared autowired service.
  11523.      *
  11524.      * @return \App\Manager\SatisfactionManager
  11525.      */
  11526.     protected function getSatisfactionManagerService()
  11527.     {
  11528.         include_once \dirname(__DIR__4).'/src/Manager/SatisfactionManager.php';
  11529.         return $this->privates['App\\Manager\\SatisfactionManager'] = new \App\Manager\SatisfactionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  11530.     }
  11531.     /**
  11532.      * Gets the private 'App\Manager\SynchroOdooManager' shared autowired service.
  11533.      *
  11534.      * @return \App\Manager\SynchroOdooManager
  11535.      */
  11536.     protected function getSynchroOdooManagerService()
  11537.     {
  11538.         include_once \dirname(__DIR__4).'/src/Manager/SynchroOdooManager.php';
  11539.         include_once \dirname(__DIR__4).'/src/Http/Unirest/UnirestMashape.php';
  11540.         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()));
  11541.     }
  11542.     /**
  11543.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  11544.      *
  11545.      * @return \App\Manager\UserManager
  11546.      */
  11547.     protected function getUserManagerService()
  11548.     {
  11549.         include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  11550.         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()));
  11551.     }
  11552.     /**
  11553.      * Gets the private 'App\Manager\ZoneManager' shared autowired service.
  11554.      *
  11555.      * @return \App\Manager\ZoneManager
  11556.      */
  11557.     protected function getZoneManagerService()
  11558.     {
  11559.         include_once \dirname(__DIR__4).'/src/Manager/ZoneManager.php';
  11560.         return $this->privates['App\\Manager\\ZoneManager'] = new \App\Manager\ZoneManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  11561.     }
  11562.     /**
  11563.      * Gets the private 'App\Processor\CodeMassUploadProcessor' shared autowired service.
  11564.      *
  11565.      * @return \App\Processor\CodeMassUploadProcessor
  11566.      */
  11567.     protected function getCodeMassUploadProcessorService()
  11568.     {
  11569.         include_once \dirname(__DIR__4).'/src/Processor/CodeMassUploadProcessor.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11571.         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())));
  11572.     }
  11573.     /**
  11574.      * Gets the private 'App\Processor\CodeProcessor' shared autowired service.
  11575.      *
  11576.      * @return \App\Processor\CodeProcessor
  11577.      */
  11578.     protected function getCodeProcessorService()
  11579.     {
  11580.         include_once \dirname(__DIR__4).'/src/Processor/CodeProcessor.php';
  11581.         return $this->privates['App\\Processor\\CodeProcessor'] = new \App\Processor\CodeProcessor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11582.     }
  11583.     /**
  11584.      * Gets the private 'App\Processor\ProjectWorkflowProcessor' shared autowired service.
  11585.      *
  11586.      * @return \App\Processor\ProjectWorkflowProcessor
  11587.      */
  11588.     protected function getProjectWorkflowProcessorService()
  11589.     {
  11590.         include_once \dirname(__DIR__4).'/src/Processor/ProjectWorkflowProcessor.php';
  11591.         $a = ($this->services['.container.private.state_machine.network_validation'] ?? $this->get_Container_Private_StateMachine_NetworkValidationService());
  11592.         if (isset($this->privates['App\\Processor\\ProjectWorkflowProcessor'])) {
  11593.             return $this->privates['App\\Processor\\ProjectWorkflowProcessor'];
  11594.         }
  11595.         return $this->privates['App\\Processor\\ProjectWorkflowProcessor'] = new \App\Processor\ProjectWorkflowProcessor($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11596.     }
  11597.     /**
  11598.      * Gets the private 'App\Processor\ProspectMassUploadProcessor' shared autowired service.
  11599.      *
  11600.      * @return \App\Processor\ProspectMassUploadProcessor
  11601.      */
  11602.     protected function getProspectMassUploadProcessorService()
  11603.     {
  11604.         include_once \dirname(__DIR__4).'/src/Processor/ProspectMassUploadProcessor.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11606.         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())));
  11607.     }
  11608.     /**
  11609.      * Gets the private 'App\Processor\ProspectWorkflowProcessor' shared autowired service.
  11610.      *
  11611.      * @return \App\Processor\ProspectWorkflowProcessor
  11612.      */
  11613.     protected function getProspectWorkflowProcessorService()
  11614.     {
  11615.         include_once \dirname(__DIR__4).'/src/Processor/ProspectWorkflowProcessor.php';
  11616.         $a = ($this->services['.container.private.state_machine.prospect_validation'] ?? $this->get_Container_Private_StateMachine_ProspectValidationService());
  11617.         if (isset($this->privates['App\\Processor\\ProspectWorkflowProcessor'])) {
  11618.             return $this->privates['App\\Processor\\ProspectWorkflowProcessor'];
  11619.         }
  11620.         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()));
  11621.     }
  11622.     /**
  11623.      * Gets the private 'App\Repository\AgenceRepository' shared autowired service.
  11624.      *
  11625.      * @return \App\Repository\AgenceRepository
  11626.      */
  11627.     protected function getAgenceRepositoryService()
  11628.     {
  11629.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11630.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11634.         include_once \dirname(__DIR__4).'/src/Repository/AgenceRepository.php';
  11635.         return $this->privates['App\\Repository\\AgenceRepository'] = new \App\Repository\AgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11636.     }
  11637.     /**
  11638.      * Gets the private 'App\Repository\ArticleClientRepository' shared autowired service.
  11639.      *
  11640.      * @return \App\Repository\ArticleClientRepository
  11641.      */
  11642.     protected function getArticleClientRepositoryService()
  11643.     {
  11644.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11649.         include_once \dirname(__DIR__4).'/src/Repository/ArticleClientRepository.php';
  11650.         return $this->privates['App\\Repository\\ArticleClientRepository'] = new \App\Repository\ArticleClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11651.     }
  11652.     /**
  11653.      * Gets the private 'App\Repository\CaracteristiqueCommercialeRepository' shared autowired service.
  11654.      *
  11655.      * @return \App\Repository\CaracteristiqueCommercialeRepository
  11656.      */
  11657.     protected function getCaracteristiqueCommercialeRepositoryService()
  11658.     {
  11659.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11660.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11664.         include_once \dirname(__DIR__4).'/src/Repository/CaracteristiqueCommercialeRepository.php';
  11665.         return $this->privates['App\\Repository\\CaracteristiqueCommercialeRepository'] = new \App\Repository\CaracteristiqueCommercialeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11666.     }
  11667.     /**
  11668.      * Gets the private 'App\Repository\CaracteristiqueTechniqueRepository' shared autowired service.
  11669.      *
  11670.      * @return \App\Repository\CaracteristiqueTechniqueRepository
  11671.      */
  11672.     protected function getCaracteristiqueTechniqueRepositoryService()
  11673.     {
  11674.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11675.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11679.         include_once \dirname(__DIR__4).'/src/Repository/CaracteristiqueTechniqueRepository.php';
  11680.         return $this->privates['App\\Repository\\CaracteristiqueTechniqueRepository'] = new \App\Repository\CaracteristiqueTechniqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11681.     }
  11682.     /**
  11683.      * Gets the private 'App\Repository\EmplacementRepository' shared autowired service.
  11684.      *
  11685.      * @return \App\Repository\EmplacementRepository
  11686.      */
  11687.     protected function getEmplacementRepositoryService()
  11688.     {
  11689.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11694.         include_once \dirname(__DIR__4).'/src/Repository/EmplacementRepository.php';
  11695.         return $this->privates['App\\Repository\\EmplacementRepository'] = new \App\Repository\EmplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11696.     }
  11697.     /**
  11698.      * Gets the private 'App\Repository\EtatMaterielRepository' shared autowired service.
  11699.      *
  11700.      * @return \App\Repository\EtatMaterielRepository
  11701.      */
  11702.     protected function getEtatMaterielRepositoryService()
  11703.     {
  11704.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11709.         include_once \dirname(__DIR__4).'/src/Repository/EtatMaterielRepository.php';
  11710.         return $this->privates['App\\Repository\\EtatMaterielRepository'] = new \App\Repository\EtatMaterielRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11711.     }
  11712.     /**
  11713.      * Gets the private 'App\Repository\FabricationRepository' shared autowired service.
  11714.      *
  11715.      * @return \App\Repository\FabricationRepository
  11716.      */
  11717.     protected function getFabricationRepositoryService()
  11718.     {
  11719.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11720.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11724.         include_once \dirname(__DIR__4).'/src/Repository/FabricationRepository.php';
  11725.         return $this->privates['App\\Repository\\FabricationRepository'] = new \App\Repository\FabricationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11726.     }
  11727.     /**
  11728.      * Gets the private 'App\Repository\FacturationRepository' shared autowired service.
  11729.      *
  11730.      * @return \App\Repository\FacturationRepository
  11731.      */
  11732.     protected function getFacturationRepositoryService()
  11733.     {
  11734.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11735.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11739.         include_once \dirname(__DIR__4).'/src/Repository/FacturationRepository.php';
  11740.         return $this->privates['App\\Repository\\FacturationRepository'] = new \App\Repository\FacturationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11741.     }
  11742.     /**
  11743.      * Gets the private 'App\Repository\FournisseurRepository' shared autowired service.
  11744.      *
  11745.      * @return \App\Repository\FournisseurRepository
  11746.      */
  11747.     protected function getFournisseurRepositoryService()
  11748.     {
  11749.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11754.         include_once \dirname(__DIR__4).'/src/Repository/FournisseurRepository.php';
  11755.         return $this->privates['App\\Repository\\FournisseurRepository'] = new \App\Repository\FournisseurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11756.     }
  11757.     /**
  11758.      * Gets the private 'App\Repository\HistoriquePrixVenteArticleRepository' shared autowired service.
  11759.      *
  11760.      * @return \App\Repository\HistoriquePrixVenteArticleRepository
  11761.      */
  11762.     protected function getHistoriquePrixVenteArticleRepositoryService()
  11763.     {
  11764.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11769.         include_once \dirname(__DIR__4).'/src/Repository/HistoriquePrixVenteArticleRepository.php';
  11770.         return $this->privates['App\\Repository\\HistoriquePrixVenteArticleRepository'] = new \App\Repository\HistoriquePrixVenteArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11771.     }
  11772.     /**
  11773.      * Gets the private 'App\Repository\IdentifiantRepository' shared autowired service.
  11774.      *
  11775.      * @return \App\Repository\IdentifiantRepository
  11776.      */
  11777.     protected function getIdentifiantRepositoryService()
  11778.     {
  11779.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11784.         include_once \dirname(__DIR__4).'/src/Repository/IdentifiantRepository.php';
  11785.         return $this->privates['App\\Repository\\IdentifiantRepository'] = new \App\Repository\IdentifiantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11786.     }
  11787.     /**
  11788.      * Gets the private 'App\Repository\IdentificationRepository' shared autowired service.
  11789.      *
  11790.      * @return \App\Repository\IdentificationRepository
  11791.      */
  11792.     protected function getIdentificationRepositoryService()
  11793.     {
  11794.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11795.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11799.         include_once \dirname(__DIR__4).'/src/Repository/IdentificationRepository.php';
  11800.         return $this->privates['App\\Repository\\IdentificationRepository'] = new \App\Repository\IdentificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11801.     }
  11802.     /**
  11803.      * Gets the private 'App\Repository\InspectionRepository' shared autowired service.
  11804.      *
  11805.      * @return \App\Repository\InspectionRepository
  11806.      */
  11807.     protected function getInspectionRepositoryService()
  11808.     {
  11809.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11810.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11813.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11814.         include_once \dirname(__DIR__4).'/src/Repository/InspectionRepository.php';
  11815.         return $this->privates['App\\Repository\\InspectionRepository'] = new \App\Repository\InspectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11816.     }
  11817.     /**
  11818.      * Gets the private 'App\Repository\LocalAgenceRepository' shared autowired service.
  11819.      *
  11820.      * @return \App\Repository\LocalAgenceRepository
  11821.      */
  11822.     protected function getLocalAgenceRepositoryService()
  11823.     {
  11824.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11825.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11829.         include_once \dirname(__DIR__4).'/src/Repository/LocalAgenceRepository.php';
  11830.         return $this->privates['App\\Repository\\LocalAgenceRepository'] = new \App\Repository\LocalAgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11831.     }
  11832.     /**
  11833.      * Gets the private 'App\Repository\LotRepository' shared autowired service.
  11834.      *
  11835.      * @return \App\Repository\LotRepository
  11836.      */
  11837.     protected function getLotRepositoryService()
  11838.     {
  11839.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11840.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11844.         include_once \dirname(__DIR__4).'/src/Repository/LotRepository.php';
  11845.         return $this->privates['App\\Repository\\LotRepository'] = new \App\Repository\LotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11846.     }
  11847.     /**
  11848.      * Gets the private 'App\Repository\MaterielAssocieRepository' shared autowired service.
  11849.      *
  11850.      * @return \App\Repository\MaterielAssocieRepository
  11851.      */
  11852.     protected function getMaterielAssocieRepositoryService()
  11853.     {
  11854.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11855.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11859.         include_once \dirname(__DIR__4).'/src/Repository/MaterielAssocieRepository.php';
  11860.         return $this->privates['App\\Repository\\MaterielAssocieRepository'] = new \App\Repository\MaterielAssocieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11861.     }
  11862.     /**
  11863.      * Gets the private 'App\Repository\MaterielFabriqueModelPreEnregistreRepository' shared autowired service.
  11864.      *
  11865.      * @return \App\Repository\MaterielFabriqueModelPreEnregistreRepository
  11866.      */
  11867.     protected function getMaterielFabriqueModelPreEnregistreRepositoryService()
  11868.     {
  11869.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11870.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11874.         include_once \dirname(__DIR__4).'/src/Repository/MaterielFabriqueModelPreEnregistreRepository.php';
  11875.         return $this->privates['App\\Repository\\MaterielFabriqueModelPreEnregistreRepository'] = new \App\Repository\MaterielFabriqueModelPreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11876.     }
  11877.     /**
  11878.      * Gets the private 'App\Repository\MaterielFacturationRepository' shared autowired service.
  11879.      *
  11880.      * @return \App\Repository\MaterielFacturationRepository
  11881.      */
  11882.     protected function getMaterielFacturationRepositoryService()
  11883.     {
  11884.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11885.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11886.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11889.         include_once \dirname(__DIR__4).'/src/Repository/MaterielFacturationRepository.php';
  11890.         return $this->privates['App\\Repository\\MaterielFacturationRepository'] = new \App\Repository\MaterielFacturationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11891.     }
  11892.     /**
  11893.      * Gets the private 'App\Repository\MaterielInspectionRepository' shared autowired service.
  11894.      *
  11895.      * @return \App\Repository\MaterielInspectionRepository
  11896.      */
  11897.     protected function getMaterielInspectionRepositoryService()
  11898.     {
  11899.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11900.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11904.         include_once \dirname(__DIR__4).'/src/Repository/MaterielInspectionRepository.php';
  11905.         return $this->privates['App\\Repository\\MaterielInspectionRepository'] = new \App\Repository\MaterielInspectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11906.     }
  11907.     /**
  11908.      * Gets the private 'App\Repository\MaterielModelPreEnregistreRepository' shared autowired service.
  11909.      *
  11910.      * @return \App\Repository\MaterielModelPreEnregistreRepository
  11911.      */
  11912.     protected function getMaterielModelPreEnregistreRepositoryService()
  11913.     {
  11914.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11915.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11916.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11918.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11919.         include_once \dirname(__DIR__4).'/src/Repository/MaterielModelPreEnregistreRepository.php';
  11920.         return $this->privates['App\\Repository\\MaterielModelPreEnregistreRepository'] = new \App\Repository\MaterielModelPreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11921.     }
  11922.     /**
  11923.      * Gets the private 'App\Repository\MaterielMouvementRepository' shared autowired service.
  11924.      *
  11925.      * @return \App\Repository\MaterielMouvementRepository
  11926.      */
  11927.     protected function getMaterielMouvementRepositoryService()
  11928.     {
  11929.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11930.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11931.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11934.         include_once \dirname(__DIR__4).'/src/Repository/MaterielMouvementRepository.php';
  11935.         return $this->privates['App\\Repository\\MaterielMouvementRepository'] = new \App\Repository\MaterielMouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11936.     }
  11937.     /**
  11938.      * Gets the private 'App\Repository\MaterielTransfertRepository' shared autowired service.
  11939.      *
  11940.      * @return \App\Repository\MaterielTransfertRepository
  11941.      */
  11942.     protected function getMaterielTransfertRepositoryService()
  11943.     {
  11944.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11949.         include_once \dirname(__DIR__4).'/src/Repository/MaterielTransfertRepository.php';
  11950.         return $this->privates['App\\Repository\\MaterielTransfertRepository'] = new \App\Repository\MaterielTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11951.     }
  11952.     /**
  11953.      * Gets the private 'App\Repository\ModelRepository' shared autowired service.
  11954.      *
  11955.      * @return \App\Repository\ModelRepository
  11956.      */
  11957.     protected function getModelRepositoryService()
  11958.     {
  11959.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11960.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11963.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11964.         include_once \dirname(__DIR__4).'/src/Repository/ModelRepository.php';
  11965.         return $this->privates['App\\Repository\\ModelRepository'] = new \App\Repository\ModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11966.     }
  11967.     /**
  11968.      * Gets the private 'App\Repository\ModelePreEnregistreRepository' shared autowired service.
  11969.      *
  11970.      * @return \App\Repository\ModelePreEnregistreRepository
  11971.      */
  11972.     protected function getModelePreEnregistreRepositoryService()
  11973.     {
  11974.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11979.         include_once \dirname(__DIR__4).'/src/Repository/ModelePreEnregistreRepository.php';
  11980.         return $this->privates['App\\Repository\\ModelePreEnregistreRepository'] = new \App\Repository\ModelePreEnregistreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11981.     }
  11982.     /**
  11983.      * Gets the private 'App\Repository\MotifMouvementRepository' shared autowired service.
  11984.      *
  11985.      * @return \App\Repository\MotifMouvementRepository
  11986.      */
  11987.     protected function getMotifMouvementRepositoryService()
  11988.     {
  11989.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  11991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  11992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  11993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  11994.         include_once \dirname(__DIR__4).'/src/Repository/MotifMouvementRepository.php';
  11995.         return $this->privates['App\\Repository\\MotifMouvementRepository'] = new \App\Repository\MotifMouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11996.     }
  11997.     /**
  11998.      * Gets the private 'App\Repository\MouvementRepository' shared autowired service.
  11999.      *
  12000.      * @return \App\Repository\MouvementRepository
  12001.      */
  12002.     protected function getMouvementRepositoryService()
  12003.     {
  12004.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12009.         include_once \dirname(__DIR__4).'/src/Repository/MouvementRepository.php';
  12010.         return $this->privates['App\\Repository\\MouvementRepository'] = new \App\Repository\MouvementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12011.     }
  12012.     /**
  12013.      * Gets the private 'App\Repository\PreparationTransfertRepository' shared autowired service.
  12014.      *
  12015.      * @return \App\Repository\PreparationTransfertRepository
  12016.      */
  12017.     protected function getPreparationTransfertRepositoryService()
  12018.     {
  12019.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12020.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12024.         include_once \dirname(__DIR__4).'/src/Repository/PreparationTransfertRepository.php';
  12025.         return $this->privates['App\\Repository\\PreparationTransfertRepository'] = new \App\Repository\PreparationTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12026.     }
  12027.     /**
  12028.      * Gets the private 'App\Repository\ProduitRepository' shared autowired service.
  12029.      *
  12030.      * @return \App\Repository\ProduitRepository
  12031.      */
  12032.     protected function getProduitRepositoryService()
  12033.     {
  12034.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12035.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12037.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12039.         include_once \dirname(__DIR__4).'/src/Repository/ProduitRepository.php';
  12040.         return $this->privates['App\\Repository\\ProduitRepository'] = new \App\Repository\ProduitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12041.     }
  12042.     /**
  12043.      * Gets the private 'App\Repository\ReceptionRepository' shared autowired service.
  12044.      *
  12045.      * @return \App\Repository\ReceptionRepository
  12046.      */
  12047.     protected function getReceptionRepositoryService()
  12048.     {
  12049.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12054.         include_once \dirname(__DIR__4).'/src/Repository/ReceptionRepository.php';
  12055.         return $this->privates['App\\Repository\\ReceptionRepository'] = new \App\Repository\ReceptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12056.     }
  12057.     /**
  12058.      * Gets the private 'App\Repository\ReceptionTransfertRepository' shared autowired service.
  12059.      *
  12060.      * @return \App\Repository\ReceptionTransfertRepository
  12061.      */
  12062.     protected function getReceptionTransfertRepositoryService()
  12063.     {
  12064.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12067.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12068.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12069.         include_once \dirname(__DIR__4).'/src/Repository/ReceptionTransfertRepository.php';
  12070.         return $this->privates['App\\Repository\\ReceptionTransfertRepository'] = new \App\Repository\ReceptionTransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12071.     }
  12072.     /**
  12073.      * Gets the private 'App\Repository\StockRepository' shared autowired service.
  12074.      *
  12075.      * @return \App\Repository\StockRepository
  12076.      */
  12077.     protected function getStockRepositoryService()
  12078.     {
  12079.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12080.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12084.         include_once \dirname(__DIR__4).'/src/Repository/StockRepository.php';
  12085.         return $this->privates['App\\Repository\\StockRepository'] = new \App\Repository\StockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12086.     }
  12087.     /**
  12088.      * Gets the private 'App\Repository\TransfertRepository' shared autowired service.
  12089.      *
  12090.      * @return \App\Repository\TransfertRepository
  12091.      */
  12092.     protected function getTransfertRepositoryService()
  12093.     {
  12094.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12095.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12097.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12099.         include_once \dirname(__DIR__4).'/src/Repository/TransfertRepository.php';
  12100.         return $this->privates['App\\Repository\\TransfertRepository'] = new \App\Repository\TransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12101.     }
  12102.     /**
  12103.      * Gets the private 'App\Repository\TypeEmplacementRepository' shared autowired service.
  12104.      *
  12105.      * @return \App\Repository\TypeEmplacementRepository
  12106.      */
  12107.     protected function getTypeEmplacementRepositoryService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12110.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12114.         include_once \dirname(__DIR__4).'/src/Repository/TypeEmplacementRepository.php';
  12115.         return $this->privates['App\\Repository\\TypeEmplacementRepository'] = new \App\Repository\TypeEmplacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12116.     }
  12117.     /**
  12118.      * Gets the private 'App\Repository\UserPermissionOnAgenceRepository' shared autowired service.
  12119.      *
  12120.      * @return \App\Repository\UserPermissionOnAgenceRepository
  12121.      */
  12122.     protected function getUserPermissionOnAgenceRepositoryService()
  12123.     {
  12124.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12125.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12127.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12128.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12129.         include_once \dirname(__DIR__4).'/src/Repository/UserPermissionOnAgenceRepository.php';
  12130.         return $this->privates['App\\Repository\\UserPermissionOnAgenceRepository'] = new \App\Repository\UserPermissionOnAgenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12131.     }
  12132.     /**
  12133.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  12134.      *
  12135.      * @return \App\Repository\UserRepository
  12136.      */
  12137.     protected function getUserRepositoryService()
  12138.     {
  12139.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  12140.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  12141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  12142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  12143.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  12144.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  12145.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository();
  12146.     }
  12147.     /**
  12148.      * Gets the private 'App\Service\Dashboard\DashboardService' shared autowired service.
  12149.      *
  12150.      * @return \App\Service\Dashboard\DashboardService
  12151.      */
  12152.     protected function getDashboardServiceService()
  12153.     {
  12154.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/DashboardServiceInterface.php';
  12155.         include_once \dirname(__DIR__4).'/src/Service/Dashboard/DashboardService.php';
  12156.         return $this->privates['App\\Service\\Dashboard\\DashboardService'] = new \App\Service\Dashboard\DashboardService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12157.     }
  12158.     /**
  12159.      * Gets the private 'App\Service\Historic\HistoricService' shared autowired service.
  12160.      *
  12161.      * @return \App\Service\Historic\HistoricService
  12162.      */
  12163.     protected function getHistoricServiceService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/src/Service/Historic/HistoricServiceInterface.php';
  12166.         include_once \dirname(__DIR__4).'/src/Service/Historic/HistoricService.php';
  12167.         return $this->privates['App\\Service\\Historic\\HistoricService'] = new \App\Service\Historic\HistoricService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12168.     }
  12169.     /**
  12170.      * Gets the private 'App\Service\MailerService' shared autowired service.
  12171.      *
  12172.      * @return \App\Service\MailerService
  12173.      */
  12174.     protected function getMailerServiceService()
  12175.     {
  12176.         include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  12177.         $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  12178.         if (isset($this->privates['App\\Service\\MailerService'])) {
  12179.             return $this->privates['App\\Service\\MailerService'];
  12180.         }
  12181.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12182.         if (isset($this->privates['App\\Service\\MailerService'])) {
  12183.             return $this->privates['App\\Service\\MailerService'];
  12184.         }
  12185.         return $this->privates['App\\Service\\MailerService'] = new \App\Service\MailerService($a, ($this->services['router'] ?? $this->getRouterService()), $b);
  12186.     }
  12187.     /**
  12188.      * Gets the private 'App\Service\MailjetMailerService' shared autowired service.
  12189.      *
  12190.      * @return \App\Service\MailjetMailerService
  12191.      */
  12192.     protected function getMailjetMailerServiceService()
  12193.     {
  12194.         include_once \dirname(__DIR__4).'/src/Service/MailjetMailerService.php';
  12195.         return $this->privates['App\\Service\\MailjetMailerService'] = new \App\Service\MailjetMailerService(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12196.     }
  12197.     /**
  12198.      * Gets the private 'App\Symfony\Form\Uploader' shared autowired service.
  12199.      *
  12200.      * @return \App\Symfony\Form\Uploader
  12201.      */
  12202.     protected function getUploaderService()
  12203.     {
  12204.         include_once \dirname(__DIR__4).'/src/Symfony/Form/Uploader.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12206.         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())));
  12207.     }
  12208.     /**
  12209.      * Gets the private 'App\Validator\Constraints\UniqueCodeCaisseValidator' shared autowired service.
  12210.      *
  12211.      * @return \App\Validator\Constraints\UniqueCodeCaisseValidator
  12212.      */
  12213.     protected function getUniqueCodeCaisseValidatorService()
  12214.     {
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12217.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/UniqueCodeCaisseValidator.php';
  12218.         return $this->privates['App\\Validator\\Constraints\\UniqueCodeCaisseValidator'] = new \App\Validator\Constraints\UniqueCodeCaisseValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12219.     }
  12220.     /**
  12221.      * Gets the private 'App\Validator\Constraints\UniqueProspectInProjectValidator' shared autowired service.
  12222.      *
  12223.      * @return \App\Validator\Constraints\UniqueProspectInProjectValidator
  12224.      */
  12225.     protected function getUniqueProspectInProjectValidatorService()
  12226.     {
  12227.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12229.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/UniqueProspectInProjectValidator.php';
  12230.         return $this->privates['App\\Validator\\Constraints\\UniqueProspectInProjectValidator'] = new \App\Validator\Constraints\UniqueProspectInProjectValidator();
  12231.     }
  12232.     /**
  12233.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  12234.      *
  12235.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  12236.      */
  12237.     protected function getManagerRegistryAwareConnectionProviderService()
  12238.     {
  12239.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  12240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  12241.         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'));
  12242.     }
  12243.     /**
  12244.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  12245.      *
  12246.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  12247.      */
  12248.     protected function getRunSqlCommandService()
  12249.     {
  12250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  12252.         $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()));
  12253.         $instance->setName('dbal:run-sql');
  12254.         return $instance;
  12255.     }
  12256.     /**
  12257.      * Gets the private 'Gedmo\Blameable\BlameableListener' shared service.
  12258.      *
  12259.      * @return \Gedmo\Blameable\BlameableListener
  12260.      */
  12261.     protected function getBlameableListenerService()
  12262.     {
  12263.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12264.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  12265.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  12266.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  12267.         $this->privates['Gedmo\\Blameable\\BlameableListener'] = $instance = new \Gedmo\Blameable\BlameableListener();
  12268.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12269.         return $instance;
  12270.     }
  12271.     /**
  12272.      * Gets the private 'Gedmo\Loggable\LoggableListener' shared service.
  12273.      *
  12274.      * @return \Gedmo\Loggable\LoggableListener
  12275.      */
  12276.     protected function getLoggableListenerService()
  12277.     {
  12278.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12279.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  12280.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  12281.         $this->privates['Gedmo\\Loggable\\LoggableListener'] = $instance = new \Gedmo\Loggable\LoggableListener();
  12282.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12283.         return $instance;
  12284.     }
  12285.     /**
  12286.      * Gets the private 'Gedmo\Translatable\TranslatableListener' shared service.
  12287.      *
  12288.      * @return \Gedmo\Translatable\TranslatableListener
  12289.      */
  12290.     protected function getTranslatableListenerService()
  12291.     {
  12292.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12293.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  12294.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  12295.         $this->privates['Gedmo\\Translatable\\TranslatableListener'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  12296.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12297.         $instance->setDefaultLocale('en');
  12298.         $instance->setTranslationFallback(false);
  12299.         return $instance;
  12300.     }
  12301.     /**
  12302.      * Gets the private 'SensioLabs\Security\Command\SecurityCheckerCommand' shared autowired service.
  12303.      *
  12304.      * @return \SensioLabs\Security\Command\SecurityCheckerCommand
  12305.      */
  12306.     protected function getSecurityCheckerCommandService()
  12307.     {
  12308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12309.         include_once \dirname(__DIR__4).'/vendor/sensiolabs/security-checker/SensioLabs/Security/Command/SecurityCheckerCommand.php';
  12310.         include_once \dirname(__DIR__4).'/vendor/sensiolabs/security-checker/SensioLabs/Security/SecurityChecker.php';
  12311.         $this->privates['SensioLabs\\Security\\Command\\SecurityCheckerCommand'] = $instance = new \SensioLabs\Security\Command\SecurityCheckerCommand(new \SensioLabs\Security\SecurityChecker());
  12312.         $instance->setName('security:check');
  12313.         return $instance;
  12314.     }
  12315.     /**
  12316.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  12317.      *
  12318.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  12319.      */
  12320.     protected function getResetAssetsEventListenerService()
  12321.     {
  12322.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  12323.     }
  12324.     /**
  12325.      * Gets the private 'annotations.cache_adapter' shared service.
  12326.      *
  12327.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  12328.      */
  12329.     protected function getAnnotations_CacheAdapterService()
  12330.     {
  12331.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  12332.     }
  12333.     /**
  12334.      * Gets the private 'annotations.cache_warmer' shared service.
  12335.      *
  12336.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  12337.      */
  12338.     protected function getAnnotations_CacheWarmerService()
  12339.     {
  12340.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  12343.         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);
  12344.     }
  12345.     /**
  12346.      * Gets the private 'annotations.cached_reader' shared service.
  12347.      *
  12348.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  12349.      */
  12350.     protected function getAnnotations_CachedReaderService()
  12351.     {
  12352.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  12353.     }
  12354.     /**
  12355.      * Gets the private 'annotations.reader' shared service.
  12356.      *
  12357.      * @return \Doctrine\Common\Annotations\AnnotationReader
  12358.      */
  12359.     protected function getAnnotations_ReaderService()
  12360.     {
  12361.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  12362.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  12363.         $a->registerUniqueLoader('class_exists');
  12364.         $instance->addGlobalIgnoredName('required'$a);
  12365.         return $instance;
  12366.     }
  12367.     /**
  12368.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  12369.      *
  12370.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12371.      */
  12372.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  12373.     {
  12374.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xzclSJM9lz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12375.     }
  12376.     /**
  12377.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  12378.      *
  12379.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12380.      */
  12381.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  12382.     {
  12383.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DYumGz8y89'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12384.     }
  12385.     /**
  12386.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  12387.      *
  12388.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12389.      */
  12390.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  12391.     {
  12392.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('P6X4u0WDvr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12393.     }
  12394.     /**
  12395.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  12396.      *
  12397.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12398.      */
  12399.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  12400.     {
  12401.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vo4+tYG7Xm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12402.     }
  12403.     /**
  12404.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  12405.      *
  12406.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12407.      */
  12408.     protected function getApiPlatform_Cache_RouteNameResolverService()
  12409.     {
  12410.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v0MVLxVZ7P'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12411.     }
  12412.     /**
  12413.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  12414.      *
  12415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12416.      */
  12417.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  12418.     {
  12419.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ak-BmNAzGc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  12420.     }
  12421.     /**
  12422.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  12423.      *
  12424.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  12425.      */
  12426.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  12427.     {
  12428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  12429.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12430.     }
  12431.     /**
  12432.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  12433.      *
  12434.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  12435.      */
  12436.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  12437.     {
  12438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  12439.         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 () {
  12440.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  12441.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  12442.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  12443.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  12444.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  12445.         }, 5));
  12446.     }
  12447.     /**
  12448.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  12449.      *
  12450.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  12451.      */
  12452.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  12453.     {
  12454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  12455.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  12457.         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 () {
  12458.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  12459.         }, 1), NULL);
  12460.     }
  12461.     /**
  12462.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  12463.      *
  12464.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  12465.      */
  12466.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  12467.     {
  12468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  12470.         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 () {
  12471.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  12472.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  12473.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  12474.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  12475.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  12476.         }, 5), new RewindableGenerator(function () {
  12477.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  12478.         }, 1), NULL);
  12479.     }
  12480.     /**
  12481.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  12482.      *
  12483.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  12484.      */
  12485.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  12486.     {
  12487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  12489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  12490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  12491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  12492.         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()));
  12493.     }
  12494.     /**
  12495.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  12496.      *
  12497.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  12498.      */
  12499.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  12500.     {
  12501.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12502.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  12504.         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, [], []))));
  12505.     }
  12506.     /**
  12507.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  12508.      *
  12509.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  12510.      */
  12511.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  12512.     {
  12513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12514.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  12515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  12516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  12517.         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()));
  12518.     }
  12519.     /**
  12520.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  12521.      *
  12522.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  12523.      */
  12524.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  12525.     {
  12526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  12528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  12529.         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()));
  12530.     }
  12531.     /**
  12532.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  12533.      *
  12534.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  12535.      */
  12536.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  12537.     {
  12538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  12540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  12541.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  12542.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  12543.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  12544.         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']));
  12545.     }
  12546.     /**
  12547.      * Gets the private 'api_platform.fos_user.event_listener' shared service.
  12548.      *
  12549.      * @return \ApiPlatform\Core\Bridge\FosUser\EventListener
  12550.      */
  12551.     protected function getApiPlatform_FosUser_EventListenerService()
  12552.     {
  12553.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/FosUser/EventListener.php';
  12554.         return $this->privates['api_platform.fos_user.event_listener'] = new \ApiPlatform\Core\Bridge\FosUser\EventListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  12555.     }
  12556.     /**
  12557.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  12558.      *
  12559.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  12560.      */
  12561.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  12562.     {
  12563.         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()));
  12564.     }
  12565.     /**
  12566.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  12567.      *
  12568.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  12569.      */
  12570.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  12571.     {
  12572.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  12573.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  12574.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  12575.         }
  12576.         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())));
  12577.     }
  12578.     /**
  12579.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  12580.      *
  12581.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  12582.      */
  12583.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  12584.     {
  12585.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  12586.     }
  12587.     /**
  12588.      * Gets the private 'api_platform.identifier.converter' shared service.
  12589.      *
  12590.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  12591.      */
  12592.     protected function getApiPlatform_Identifier_ConverterService()
  12593.     {
  12594.         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 () {
  12595.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  12596.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  12597.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  12598.         }, 3));
  12599.     }
  12600.     /**
  12601.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  12602.      *
  12603.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  12604.      *
  12605.      * @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.
  12606.      */
  12607.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  12608.     {
  12609.         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.');
  12610.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  12611.     }
  12612.     /**
  12613.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  12614.      *
  12615.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  12616.      */
  12617.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  12618.     {
  12619.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  12620.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  12621.         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);
  12622.     }
  12623.     /**
  12624.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  12625.      *
  12626.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  12627.      *
  12628.      * @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.
  12629.      */
  12630.     protected function getApiPlatform_IriConverter_LegacyService()
  12631.     {
  12632.         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.');
  12633.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  12635.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  12636.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  12637.         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()));
  12638.     }
  12639.     /**
  12640.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  12641.      *
  12642.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  12643.      */
  12644.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  12645.     {
  12646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  12648.         $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']);
  12649.         $instance->setName('api:json-schema:generate');
  12650.         return $instance;
  12651.     }
  12652.     /**
  12653.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  12654.      *
  12655.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  12656.      */
  12657.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  12658.     {
  12659.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  12660.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  12661.         return $instance;
  12662.     }
  12663.     /**
  12664.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  12665.      *
  12666.      * @return \ApiPlatform\JsonLd\ContextBuilder
  12667.      */
  12668.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  12669.     {
  12670.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  12671.         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));
  12672.     }
  12673.     /**
  12674.      * Gets the private 'api_platform.listener.exception' shared service.
  12675.      *
  12676.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  12677.      */
  12678.     protected function getApiPlatform_Listener_ExceptionService()
  12679.     {
  12680.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  12681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  12682.         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));
  12683.     }
  12684.     /**
  12685.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  12686.      *
  12687.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  12688.      */
  12689.     protected function getApiPlatform_Listener_Exception_ValidationService()
  12690.     {
  12691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  12692.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12693.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  12694.             return $this->privates['api_platform.listener.exception.validation'];
  12695.         }
  12696.         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']);
  12697.     }
  12698.     /**
  12699.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  12700.      *
  12701.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  12702.      */
  12703.     protected function getApiPlatform_Listener_Request_AddFormatService()
  12704.     {
  12705.         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']);
  12706.     }
  12707.     /**
  12708.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  12709.      *
  12710.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  12711.      */
  12712.     protected function getApiPlatform_Listener_Request_DeserializeService()
  12713.     {
  12714.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12715.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  12716.             return $this->privates['api_platform.listener.request.deserialize'];
  12717.         }
  12718.         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()));
  12719.     }
  12720.     /**
  12721.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  12722.      *
  12723.      * @return \ApiPlatform\Core\EventListener\ReadListener
  12724.      */
  12725.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  12726.     {
  12727.         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()));
  12728.     }
  12729.     /**
  12730.      * Gets the private 'api_platform.listener.view.respond' shared service.
  12731.      *
  12732.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  12733.      */
  12734.     protected function getApiPlatform_Listener_View_RespondService()
  12735.     {
  12736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  12737.         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);
  12738.     }
  12739.     /**
  12740.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  12741.      *
  12742.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  12743.      */
  12744.     protected function getApiPlatform_Listener_View_SerializeService()
  12745.     {
  12746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  12747.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  12748.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  12749.             return $this->privates['api_platform.listener.view.serialize'];
  12750.         }
  12751.         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()));
  12752.     }
  12753.     /**
  12754.      * Gets the private 'api_platform.listener.view.validate' shared service.
  12755.      *
  12756.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  12757.      */
  12758.     protected function getApiPlatform_Listener_View_ValidateService()
  12759.     {
  12760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  12761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  12762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  12763.         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()));
  12764.     }
  12765.     /**
  12766.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  12767.      *
  12768.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  12769.      */
  12770.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  12771.     {
  12772.         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);
  12773.     }
  12774.     /**
  12775.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  12776.      *
  12777.      * @return \ApiPlatform\Core\EventListener\WriteListener
  12778.      */
  12779.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  12780.     {
  12781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  12782.         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()));
  12783.     }
  12784.     /**
  12785.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  12786.      *
  12787.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  12788.      */
  12789.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  12790.     {
  12791.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  12792.         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 () {
  12793.             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()));
  12794.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  12795.             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()));
  12796.             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()));
  12797.             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()));
  12798.             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()));
  12799.             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()));
  12800.             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()));
  12801.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  12802.             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()));
  12803.             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()));
  12804.             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()));
  12805.             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()));
  12806.         }, 13)));
  12807.     }
  12808.     /**
  12809.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  12810.      *
  12811.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  12812.      */
  12813.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  12814.     {
  12815.         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()))));
  12816.     }
  12817.     /**
  12818.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  12819.      *
  12820.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  12821.      */
  12822.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  12823.     {
  12824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  12825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  12826.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  12827.             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()));
  12828.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  12829.             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()));
  12830.             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()));
  12831.             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()));
  12832.             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()));
  12833.             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()));
  12834.             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()));
  12835.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  12836.             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()));
  12837.             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()));
  12838.             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()));
  12839.             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()));
  12840.         }, 13));
  12841.     }
  12842.     /**
  12843.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  12844.      *
  12845.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  12846.      */
  12847.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  12848.     {
  12849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  12850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  12851.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  12852.             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()));
  12853.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  12854.             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()));
  12855.             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()));
  12856.             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()));
  12857.             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()));
  12858.             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()));
  12859.             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()));
  12860.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  12861.             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()));
  12862.             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()));
  12863.             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()));
  12864.             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()));
  12865.         }, 13));
  12866.     }
  12867.     /**
  12868.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  12869.      *
  12870.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  12871.      */
  12872.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  12873.     {
  12874.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  12875.         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']));
  12876.     }
  12877.     /**
  12878.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  12879.      *
  12880.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  12881.      */
  12882.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  12883.     {
  12884.         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)))))));
  12885.     }
  12886.     /**
  12887.      * Gets the private 'api_platform.openapi.command' shared service.
  12888.      *
  12889.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  12890.      */
  12891.     protected function getApiPlatform_Openapi_CommandService()
  12892.     {
  12893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12894.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  12895.         $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()));
  12896.         $instance->setName('api:openapi:export');
  12897.         return $instance;
  12898.     }
  12899.     /**
  12900.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  12901.      *
  12902.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  12903.      */
  12904.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  12905.     {
  12906.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  12907.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  12908.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  12909.         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'));
  12910.     }
  12911.     /**
  12912.      * Gets the private 'api_platform.openapi.options' shared service.
  12913.      *
  12914.      * @return \ApiPlatform\OpenApi\Options
  12915.      */
  12916.     protected function getApiPlatform_Openapi_OptionsService()
  12917.     {
  12918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  12919.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  12920.     }
  12921.     /**
  12922.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  12923.      *
  12924.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  12925.      */
  12926.     protected function getApiPlatform_OperationPathResolver_CustomService()
  12927.     {
  12928.         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()))));
  12929.     }
  12930.     /**
  12931.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  12932.      *
  12933.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  12934.      */
  12935.     protected function getApiPlatform_OperationPathResolver_RouterService()
  12936.     {
  12937.         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()));
  12938.     }
  12939.     /**
  12940.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  12941.      *
  12942.      * @return \ApiPlatform\Api\ResourceClassResolver
  12943.      */
  12944.     protected function getApiPlatform_ResourceClassResolverService()
  12945.     {
  12946.         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()));
  12947.     }
  12948.     /**
  12949.      * Gets the private 'api_platform.router' shared service.
  12950.      *
  12951.      * @return \ApiPlatform\Symfony\Routing\Router
  12952.      */
  12953.     protected function getApiPlatform_RouterService()
  12954.     {
  12955.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  12956.     }
  12957.     /**
  12958.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  12959.      *
  12960.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  12961.      */
  12962.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  12963.     {
  12964.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  12965.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  12966.             return $this->privates['api_platform.security.listener.request.deny_access'];
  12967.         }
  12968.         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);
  12969.     }
  12970.     /**
  12971.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  12972.      *
  12973.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  12974.      */
  12975.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  12976.     {
  12977.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12978.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  12979.             return $this->privates['api_platform.security.resource_access_checker'];
  12980.         }
  12981.         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);
  12982.     }
  12983.     /**
  12984.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  12985.      *
  12986.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  12987.      */
  12988.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  12989.     {
  12990.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  12991.         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));
  12992.     }
  12993.     /**
  12994.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  12995.      *
  12996.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  12997.      */
  12998.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  12999.     {
  13000.         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()))])));
  13001.     }
  13002.     /**
  13003.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  13004.      *
  13005.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  13006.      */
  13007.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  13008.     {
  13009.         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())));
  13010.     }
  13011.     /**
  13012.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  13013.      *
  13014.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  13015.      */
  13016.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  13017.     {
  13018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  13020.         $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);
  13021.         $instance->setName('api:swagger:export');
  13022.         return $instance;
  13023.     }
  13024.     /**
  13025.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  13026.      *
  13027.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  13028.      */
  13029.     protected function getApiPlatform_UpgradeResource_CommandService()
  13030.     {
  13031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13032.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  13033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  13034.         $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()));
  13035.         $instance->setName('api:upgrade-resource');
  13036.         return $instance;
  13037.     }
  13038.     /**
  13039.      * Gets the private 'assets.packages' shared service.
  13040.      *
  13041.      * @return \Symfony\Component\Asset\Packages
  13042.      */
  13043.     protected function getAssets_PackagesService()
  13044.     {
  13045.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  13046.         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 () {
  13047.             return new \EmptyIterator();
  13048.         }, 0));
  13049.     }
  13050.     /**
  13051.      * Gets the private 'cache.annotations' shared service.
  13052.      *
  13053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13054.      */
  13055.     protected function getCache_AnnotationsService()
  13056.     {
  13057.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gSxucGJmBV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13058.     }
  13059.     /**
  13060.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  13061.      *
  13062.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13063.      */
  13064.     protected function getCache_Doctrine_Orm_Default_QueryService()
  13065.     {
  13066.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  13067.     }
  13068.     /**
  13069.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  13070.      *
  13071.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13072.      */
  13073.     protected function getCache_Doctrine_Orm_Default_ResultService()
  13074.     {
  13075.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  13076.     }
  13077.     /**
  13078.      * Gets the private 'cache.property_info' shared service.
  13079.      *
  13080.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13081.      */
  13082.     protected function getCache_PropertyInfoService()
  13083.     {
  13084.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8zB5cj4qJC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13085.     }
  13086.     /**
  13087.      * Gets the private 'cache.security_expression_language' shared service.
  13088.      *
  13089.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13090.      */
  13091.     protected function getCache_SecurityExpressionLanguageService()
  13092.     {
  13093.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G3L7ADZeRU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13094.     }
  13095.     /**
  13096.      * Gets the private 'cache.serializer' shared service.
  13097.      *
  13098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13099.      */
  13100.     protected function getCache_SerializerService()
  13101.     {
  13102.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lA1rx8iWdP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13103.     }
  13104.     /**
  13105.      * Gets the private 'cache.validator' shared service.
  13106.      *
  13107.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13108.      */
  13109.     protected function getCache_ValidatorService()
  13110.     {
  13111.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6x699Sf5Os'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13112.     }
  13113.     /**
  13114.      * Gets the private 'cache.webpack_encore' shared service.
  13115.      *
  13116.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  13117.      */
  13118.     protected function getCache_WebpackEncoreService()
  13119.     {
  13120.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9SZkf9fBnW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  13121.     }
  13122.     /**
  13123.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  13124.      *
  13125.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  13126.      */
  13127.     protected function getCachePoolClearer_CacheWarmerService()
  13128.     {
  13129.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  13131.         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']);
  13132.     }
  13133.     /**
  13134.      * Gets the private 'config_builder.warmer' shared service.
  13135.      *
  13136.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  13137.      */
  13138.     protected function getConfigBuilder_WarmerService()
  13139.     {
  13140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  13142.         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()));
  13143.     }
  13144.     /**
  13145.      * Gets the private 'config_cache_factory' shared service.
  13146.      *
  13147.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  13148.      */
  13149.     protected function getConfigCacheFactoryService()
  13150.     {
  13151.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  13152.             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)));
  13153.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  13154.         }, 2));
  13155.     }
  13156.     /**
  13157.      * Gets the private 'console.command.about' shared service.
  13158.      *
  13159.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  13160.      */
  13161.     protected function getConsole_Command_AboutService()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  13165.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  13166.         $instance->setName('about');
  13167.         $instance->setDescription('Display information about the current project');
  13168.         return $instance;
  13169.     }
  13170.     /**
  13171.      * Gets the private 'console.command.assets_install' shared service.
  13172.      *
  13173.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  13174.      */
  13175.     protected function getConsole_Command_AssetsInstallService()
  13176.     {
  13177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  13180.         $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));
  13181.         $instance->setName('assets:install');
  13182.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  13183.         return $instance;
  13184.     }
  13185.     /**
  13186.      * Gets the private 'console.command.cache_clear' shared service.
  13187.      *
  13188.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  13189.      */
  13190.     protected function getConsole_Command_CacheClearService()
  13191.     {
  13192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  13195.         $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())));
  13196.         $instance->setName('cache:clear');
  13197.         $instance->setDescription('Clear the cache');
  13198.         return $instance;
  13199.     }
  13200.     /**
  13201.      * Gets the private 'console.command.cache_pool_clear' shared service.
  13202.      *
  13203.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  13204.      */
  13205.     protected function getConsole_Command_CachePoolClearService()
  13206.     {
  13207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  13209.         $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']);
  13210.         $instance->setName('cache:pool:clear');
  13211.         $instance->setDescription('Clear cache pools');
  13212.         return $instance;
  13213.     }
  13214.     /**
  13215.      * Gets the private 'console.command.cache_pool_delete' shared service.
  13216.      *
  13217.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  13218.      */
  13219.     protected function getConsole_Command_CachePoolDeleteService()
  13220.     {
  13221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  13223.         $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']);
  13224.         $instance->setName('cache:pool:delete');
  13225.         $instance->setDescription('Delete an item from a cache pool');
  13226.         return $instance;
  13227.     }
  13228.     /**
  13229.      * Gets the private 'console.command.cache_pool_list' shared service.
  13230.      *
  13231.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  13232.      */
  13233.     protected function getConsole_Command_CachePoolListService()
  13234.     {
  13235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  13237.         $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']);
  13238.         $instance->setName('cache:pool:list');
  13239.         $instance->setDescription('List available cache pools');
  13240.         return $instance;
  13241.     }
  13242.     /**
  13243.      * Gets the private 'console.command.cache_pool_prune' shared service.
  13244.      *
  13245.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  13246.      */
  13247.     protected function getConsole_Command_CachePoolPruneService()
  13248.     {
  13249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  13251.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  13252.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  13253.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  13254.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  13255.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  13256.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  13257.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  13258.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  13259.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  13260.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  13261.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  13262.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  13263.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  13264.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  13265.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  13266.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  13267.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  13268.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  13269.         }, 17));
  13270.         $instance->setName('cache:pool:prune');
  13271.         $instance->setDescription('Prune cache pools');
  13272.         return $instance;
  13273.     }
  13274.     /**
  13275.      * Gets the private 'console.command.cache_warmup' shared service.
  13276.      *
  13277.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  13278.      */
  13279.     protected function getConsole_Command_CacheWarmupService()
  13280.     {
  13281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  13283.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  13284.         $instance->setName('cache:warmup');
  13285.         $instance->setDescription('Warm up an empty cache');
  13286.         return $instance;
  13287.     }
  13288.     /**
  13289.      * Gets the private 'console.command.config_debug' shared service.
  13290.      *
  13291.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  13292.      */
  13293.     protected function getConsole_Command_ConfigDebugService()
  13294.     {
  13295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  13300.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  13301.         $instance->setName('debug:config');
  13302.         $instance->setDescription('Dump the current configuration for an extension');
  13303.         return $instance;
  13304.     }
  13305.     /**
  13306.      * Gets the private 'console.command.config_dump_reference' shared service.
  13307.      *
  13308.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  13309.      */
  13310.     protected function getConsole_Command_ConfigDumpReferenceService()
  13311.     {
  13312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  13316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  13317.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  13318.         $instance->setName('config:dump-reference');
  13319.         $instance->setDescription('Dump the default configuration for an extension');
  13320.         return $instance;
  13321.     }
  13322.     /**
  13323.      * Gets the private 'console.command.container_debug' shared service.
  13324.      *
  13325.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  13326.      */
  13327.     protected function getConsole_Command_ContainerDebugService()
  13328.     {
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13332.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  13333.         $instance->setName('debug:container');
  13334.         $instance->setDescription('Display current services for an application');
  13335.         return $instance;
  13336.     }
  13337.     /**
  13338.      * Gets the private 'console.command.container_lint' shared service.
  13339.      *
  13340.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  13341.      */
  13342.     protected function getConsole_Command_ContainerLintService()
  13343.     {
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  13346.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  13347.         $instance->setName('lint:container');
  13348.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  13349.         return $instance;
  13350.     }
  13351.     /**
  13352.      * Gets the private 'console.command.debug_autowiring' shared service.
  13353.      *
  13354.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  13355.      */
  13356.     protected function getConsole_Command_DebugAutowiringService()
  13357.     {
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  13361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  13362.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  13363.         $instance->setName('debug:autowiring');
  13364.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  13365.         return $instance;
  13366.     }
  13367.     /**
  13368.      * Gets the private 'console.command.dotenv_debug' shared service.
  13369.      *
  13370.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  13371.      */
  13372.     protected function getConsole_Command_DotenvDebugService()
  13373.     {
  13374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13375.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  13376.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  13377.         $instance->setName('debug:dotenv');
  13378.         $instance->setDescription('Lists all dotenv files with variables and values');
  13379.         return $instance;
  13380.     }
  13381.     /**
  13382.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  13383.      *
  13384.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  13385.      */
  13386.     protected function getConsole_Command_EventDispatcherDebugService()
  13387.     {
  13388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13389.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  13390.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.VmBnF5P'] ?? $this->get_ServiceLocator_VmBnF5PService()));
  13391.         $instance->setName('debug:event-dispatcher');
  13392.         $instance->setDescription('Display configured listeners for an application');
  13393.         return $instance;
  13394.     }
  13395.     /**
  13396.      * Gets the private 'console.command.form_debug' shared service.
  13397.      *
  13398.      * @return \Symfony\Component\Form\Command\DebugCommand
  13399.      */
  13400.     protected function getConsole_Command_FormDebugService()
  13401.     {
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  13404.         $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\\ClientFormType'12 => 'App\\Form\\Type\\CodeGenerationWithPaymentFormType'13 => 'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType'14 => 'App\\Form\\Type\\CodeMassUploadFormType'15 => 'App\\Form\\Type\\CommissionFormType'16 => 'App\\Form\\Type\\CommissionNanoEntrepreneurFormType'17 => 'App\\Form\\Type\\DeviceCustomerFormType'18 => 'App\\Form\\Type\\DeviceDimensionFormType'19 => 'App\\Form\\Type\\DeviceFormType'20 => 'App\\Form\\Type\\EntrepreneurChangeFormType'21 => 'App\\Form\\Type\\FabricationFormType'22 => 'App\\Form\\Type\\FacturationFormType'23 => 'App\\Form\\Type\\FournisseurFormType'24 => 'App\\Form\\Type\\GestionnaireFormType'25 => 'App\\Form\\Type\\IdentificationFormType'26 => 'App\\Form\\Type\\InspectionFormType'27 => 'App\\Form\\Type\\Intervention\\FixFormType'28 => 'App\\Form\\Type\\Intervention\\MaintenanceFormType'29 => 'App\\Form\\Type\\Intervention\\RecordFormType'30 => 'App\\Form\\Type\\Intervention\\TaskFormType'31 => 'App\\Form\\Type\\InterventionChoiceFormType'32 => 'App\\Form\\Type\\KoboFormType'33 => 'App\\Form\\Type\\LocalAgenceFormType'34 => 'App\\Form\\Type\\LocalizationFormType'35 => 'App\\Form\\Type\\MaintenanceFrequencyFormType'36 => 'App\\Form\\Type\\MaterielAssocieFormType'37 => 'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType'38 => 'App\\Form\\Type\\MaterielFacturationFormType'39 => 'App\\Form\\Type\\MaterielInspectionFormType'40 => 'App\\Form\\Type\\MaterielModelPreEnregistreFormType'41 => 'App\\Form\\Type\\MaterielMouvementFormType'42 => 'App\\Form\\Type\\MaterielPreparationTransfertFormType'43 => 'App\\Form\\Type\\MaterielTransfertFormType'44 => 'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType'45 => 'App\\Form\\Type\\ModelFormType'46 => 'App\\Form\\Type\\ModelePreEnregistreFormType'47 => 'App\\Form\\Type\\MouvementFormType'48 => 'App\\Form\\Type\\NetworkDeviceFormType'49 => 'App\\Form\\Type\\NetworkFormType'50 => 'App\\Form\\Type\\OfferFormType'51 => 'App\\Form\\Type\\PlanifiedMaintenanceFormType'52 => 'App\\Form\\Type\\PreparationTransfertFormType'53 => 'App\\Form\\Type\\PriceOfferFormType'54 => 'App\\Form\\Type\\ProduitFormType'55 => 'App\\Form\\Type\\ProfileFormType'56 => 'App\\Form\\Type\\Project\\ConstructionFormType'57 => 'App\\Form\\Type\\Project\\ContractFormType'58 => 'App\\Form\\Type\\Project\\DefinitionFormType'59 => 'App\\Form\\Type\\Project\\GenerateCodeClairFormType'60 => 'App\\Form\\Type\\Project\\NetworkDevicesFormType'61 => 'App\\Form\\Type\\Project\\NetworkFromCustomerFormType'62 => 'App\\Form\\Type\\Project\\SizingFormType'63 => 'App\\Form\\Type\\Project\\generationCodeFormType'64 => 'App\\Form\\Type\\ProjectWorkflowFormType'65 => 'App\\Form\\Type\\Prospect\\ChangementForfaitFormType'66 => 'App\\Form\\Type\\Prospect\\DoorToDoorFormType'67 => 'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType'68 => 'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType'69 => 'App\\Form\\Type\\Prospect\\IdentificationFormType'70 => 'App\\Form\\Type\\Prospect\\RefundFormType'71 => 'App\\Form\\Type\\Prospect\\SurveyFormType'72 => 'App\\Form\\Type\\ProspectContractFormType'73 => 'App\\Form\\Type\\ProspectDateJoinFormType'74 => 'App\\Form\\Type\\ProspectDevicesFormType'75 => 'App\\Form\\Type\\ProspectDistancesFormType'76 => 'App\\Form\\Type\\ProspectMassUploadFormType'77 => 'App\\Form\\Type\\ProspectOffersConsumptionFormType'78 => 'App\\Form\\Type\\ProspectSubscriptionFeesFormType'79 => 'App\\Form\\Type\\ProspectTotalPriceEstimationFormType'80 => 'App\\Form\\Type\\ProspectWorkflowFormType'81 => 'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType'82 => 'App\\Form\\Type\\ReceptionFormType'83 => 'App\\Form\\Type\\ReceptionTransfertFormType'84 => 'App\\Form\\Type\\RecommendedDeviceFormType'85 => 'App\\Form\\Type\\RegularisationFormType'86 => 'App\\Form\\Type\\SatisfactionFormType'87 => 'App\\Form\\Type\\SoldFormType'88 => 'App\\Form\\Type\\TransfertFormType'89 => 'App\\Form\\Type\\UserCaisseFormType'90 => 'App\\Form\\Type\\UserPermissionOnAgenceFormType'91 => 'App\\Form\\Type\\ZoneFormType'92 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'93 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'94 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'95 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'96 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'97 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'98 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'99 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'100 => '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()));
  13405.         $instance->setName('debug:form');
  13406.         $instance->setDescription('Display form type information');
  13407.         return $instance;
  13408.     }
  13409.     /**
  13410.      * Gets the private 'console.command.router_debug' shared service.
  13411.      *
  13412.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  13413.      */
  13414.     protected function getConsole_Command_RouterDebugService()
  13415.     {
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  13418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  13419.         $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()));
  13420.         $instance->setName('debug:router');
  13421.         $instance->setDescription('Display current routes for an application');
  13422.         return $instance;
  13423.     }
  13424.     /**
  13425.      * Gets the private 'console.command.router_match' shared service.
  13426.      *
  13427.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  13428.      */
  13429.     protected function getConsole_Command_RouterMatchService()
  13430.     {
  13431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  13433.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  13434.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  13435.         }, 1));
  13436.         $instance->setName('router:match');
  13437.         $instance->setDescription('Help debug routes by simulating a path info match');
  13438.         return $instance;
  13439.     }
  13440.     /**
  13441.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  13442.      *
  13443.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  13444.      */
  13445.     protected function getConsole_Command_SecretsDecryptToLocalService()
  13446.     {
  13447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13451.         $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')))));
  13452.         $instance->setName('secrets:decrypt-to-local');
  13453.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  13454.         return $instance;
  13455.     }
  13456.     /**
  13457.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  13458.      *
  13459.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  13460.      */
  13461.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  13462.     {
  13463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  13465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13467.         $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')))));
  13468.         $instance->setName('secrets:encrypt-from-local');
  13469.         $instance->setDescription('Encrypt all local secrets to the vault');
  13470.         return $instance;
  13471.     }
  13472.     /**
  13473.      * Gets the private 'console.command.secrets_generate_key' shared service.
  13474.      *
  13475.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  13476.      */
  13477.     protected function getConsole_Command_SecretsGenerateKeyService()
  13478.     {
  13479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  13481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13483.         $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')))));
  13484.         $instance->setName('secrets:generate-keys');
  13485.         $instance->setDescription('Generate new encryption keys');
  13486.         return $instance;
  13487.     }
  13488.     /**
  13489.      * Gets the private 'console.command.secrets_list' shared service.
  13490.      *
  13491.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  13492.      */
  13493.     protected function getConsole_Command_SecretsListService()
  13494.     {
  13495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  13497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13499.         $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')))));
  13500.         $instance->setName('secrets:list');
  13501.         $instance->setDescription('List all secrets');
  13502.         return $instance;
  13503.     }
  13504.     /**
  13505.      * Gets the private 'console.command.secrets_remove' shared service.
  13506.      *
  13507.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  13508.      */
  13509.     protected function getConsole_Command_SecretsRemoveService()
  13510.     {
  13511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  13513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13515.         $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')))));
  13516.         $instance->setName('secrets:remove');
  13517.         $instance->setDescription('Remove a secret from the vault');
  13518.         return $instance;
  13519.     }
  13520.     /**
  13521.      * Gets the private 'console.command.secrets_set' shared service.
  13522.      *
  13523.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  13524.      */
  13525.     protected function getConsole_Command_SecretsSetService()
  13526.     {
  13527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  13529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  13531.         $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')))));
  13532.         $instance->setName('secrets:set');
  13533.         $instance->setDescription('Set a secret in the vault');
  13534.         return $instance;
  13535.     }
  13536.     /**
  13537.      * Gets the private 'console.command.translation_debug' shared service.
  13538.      *
  13539.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  13540.      */
  13541.     protected function getConsole_Command_TranslationDebugService()
  13542.     {
  13543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  13545.         $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).'/templates'), => (\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'), 10 => (\dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php'), 11 => (\dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php'), 12 => (\dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php'), 13 => (\dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php'), 14 => (\dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php'), 15 => (\dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormType.php'), 16 => (\dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php'), 17 => (\dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php'), 18 => (\dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php'), 19 => (\dirname(__DIR__4).'/src/Form/Type/ModelFormType.php'), 20 => (\dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php'), 21 => (\dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php'), 22 => (\dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 24 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13546.         $instance->setName('debug:translation');
  13547.         $instance->setDescription('Display translation messages information');
  13548.         return $instance;
  13549.     }
  13550.     /**
  13551.      * Gets the private 'console.command.translation_extract' shared service.
  13552.      *
  13553.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  13554.      */
  13555.     protected function getConsole_Command_TranslationExtractService()
  13556.     {
  13557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  13559.         $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).'/templates'), => (\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'), 10 => (\dirname(__DIR__4).'/src/Form/Type/CaracteristiqueGeneraleFormType.php'), 11 => (\dirname(__DIR__4).'/src/Form/Type/CategorieFormType.php'), 12 => (\dirname(__DIR__4).'/src/Form/Type/DeviceFormType.php'), 13 => (\dirname(__DIR__4).'/src/Form/Type/GestionnaireFormType.php'), 14 => (\dirname(__DIR__4).'/src/Form/Type/LocalAgenceFormType.php'), 15 => (\dirname(__DIR__4).'/src/Form/Type/MaterielAssocieFormType.php'), 16 => (\dirname(__DIR__4).'/src/Form/Type/MaterielFabriqueModelPreEnregistreFormType.php'), 17 => (\dirname(__DIR__4).'/src/Form/Type/MaterielModelPreEnregistreFormType.php'), 18 => (\dirname(__DIR__4).'/src/Form/Type/MaterielUtiliseModelPreEnregistreFormType.php'), 19 => (\dirname(__DIR__4).'/src/Form/Type/ModelFormType.php'), 20 => (\dirname(__DIR__4).'/src/Form/Type/ModelePreEnregistreFormType.php'), 21 => (\dirname(__DIR__4).'/src/Form/Type/ProduitFormType.php'), 22 => (\dirname(__DIR__4).'/src/Form/Type/UserPermissionOnAgenceFormType.php'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 24 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  13560.         $instance->setName('translation:extract');
  13561.         $instance->setAliases([=> 'translation:update']);
  13562.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  13563.         return $instance;
  13564.     }
  13565.     /**
  13566.      * Gets the private 'console.command.translation_pull' shared service.
  13567.      *
  13568.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  13569.      */
  13570.     protected function getConsole_Command_TranslationPullService()
  13571.     {
  13572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  13575.         $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', [], []);
  13576.         $instance->setName('translation:pull');
  13577.         $instance->setDescription('Pull translations from a given provider.');
  13578.         return $instance;
  13579.     }
  13580.     /**
  13581.      * Gets the private 'console.command.translation_push' shared service.
  13582.      *
  13583.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  13584.      */
  13585.     protected function getConsole_Command_TranslationPushService()
  13586.     {
  13587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13588.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  13589.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  13590.         $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()), [], []);
  13591.         $instance->setName('translation:push');
  13592.         $instance->setDescription('Push translations to a given provider.');
  13593.         return $instance;
  13594.     }
  13595.     /**
  13596.      * Gets the private 'console.command.validator_debug' shared service.
  13597.      *
  13598.      * @return \Symfony\Component\Validator\Command\DebugCommand
  13599.      */
  13600.     protected function getConsole_Command_ValidatorDebugService()
  13601.     {
  13602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13603.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  13604.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  13605.         $instance->setName('debug:validator');
  13606.         $instance->setDescription('Display validation constraints for classes');
  13607.         return $instance;
  13608.     }
  13609.     /**
  13610.      * Gets the private 'console.command.workflow_dump' shared service.
  13611.      *
  13612.      * @return \Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand
  13613.      */
  13614.     protected function getConsole_Command_WorkflowDumpService()
  13615.     {
  13616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/WorkflowDumpCommand.php';
  13618.         $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()))]);
  13619.         $instance->setName('workflow:dump');
  13620.         $instance->setDescription('Dump a workflow');
  13621.         return $instance;
  13622.     }
  13623.     /**
  13624.      * Gets the private 'console.command.xliff_lint' shared service.
  13625.      *
  13626.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  13627.      */
  13628.     protected function getConsole_Command_XliffLintService()
  13629.     {
  13630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  13632.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  13633.         $instance->setName('lint:xliff');
  13634.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  13635.         return $instance;
  13636.     }
  13637.     /**
  13638.      * Gets the private 'console.command.yaml_lint' shared service.
  13639.      *
  13640.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  13641.      */
  13642.     protected function getConsole_Command_YamlLintService()
  13643.     {
  13644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13645.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  13646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  13647.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  13648.         $instance->setName('lint:yaml');
  13649.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  13650.         return $instance;
  13651.     }
  13652.     /**
  13653.      * Gets the private 'console.error_listener' shared service.
  13654.      *
  13655.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  13656.      */
  13657.     protected function getConsole_ErrorListenerService()
  13658.     {
  13659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  13660.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  13661.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13662.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13663.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  13664.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  13665.     }
  13666.     /**
  13667.      * Gets the private 'container.env_var_processor' shared service.
  13668.      *
  13669.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  13670.      */
  13671.     protected function getContainer_EnvVarProcessorService()
  13672.     {
  13673.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  13674.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  13675.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  13676.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  13677.         }, 1));
  13678.     }
  13679.     /**
  13680.      * Gets the private 'container.getenv' shared service.
  13681.      *
  13682.      * @return \Closure
  13683.      */
  13684.     protected function getContainer_GetenvService()
  13685.     {
  13686.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  13687.     }
  13688.     /**
  13689.      * Gets the private 'data_collector.form' shared service.
  13690.      *
  13691.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  13692.      */
  13693.     protected function getDataCollector_FormService()
  13694.     {
  13695.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  13696.     }
  13697.     /**
  13698.      * Gets the private 'data_collector.request' shared service.
  13699.      *
  13700.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  13701.      */
  13702.     protected function getDataCollector_RequestService()
  13703.     {
  13704.         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())));
  13705.     }
  13706.     /**
  13707.      * Gets the private 'data_collector.request.session_collector' shared service.
  13708.      *
  13709.      * @return \Closure
  13710.      */
  13711.     protected function getDataCollector_Request_SessionCollectorService()
  13712.     {
  13713.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  13714.     }
  13715.     /**
  13716.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  13717.      *
  13718.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  13719.      */
  13720.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  13721.     {
  13722.         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 () {
  13723.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  13724.         }, 1)));
  13725.     }
  13726.     /**
  13727.      * Gets the private 'debug.api_platform.data_persister' shared service.
  13728.      *
  13729.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  13730.      */
  13731.     protected function getDebug_ApiPlatform_DataPersisterService()
  13732.     {
  13733.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  13734.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  13735.         }, 1)));
  13736.     }
  13737.     /**
  13738.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  13739.      *
  13740.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  13741.      */
  13742.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  13743.     {
  13744.         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 () {
  13745.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  13746.         }, 1)));
  13747.     }
  13748.     /**
  13749.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  13750.      *
  13751.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  13752.      */
  13753.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  13754.     {
  13755.         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 () {
  13756.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  13757.         }, 1)));
  13758.     }
  13759.     /**
  13760.      * Gets the private 'debug.argument_resolver.default' shared service.
  13761.      *
  13762.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13763.      */
  13764.     protected function getDebug_ArgumentResolver_DefaultService()
  13765.     {
  13766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  13769.         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))));
  13770.     }
  13771.     /**
  13772.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  13773.      *
  13774.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13775.      */
  13776.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  13777.     {
  13778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  13781.         $a = ($this->privates['.service_locator.R_pg7TJ'] ?? $this->get_ServiceLocator_RPg7TJService());
  13782.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  13783.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  13784.         }
  13785.         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))));
  13786.     }
  13787.     /**
  13788.      * Gets the private 'debug.argument_resolver.request' shared service.
  13789.      *
  13790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13791.      */
  13792.     protected function getDebug_ArgumentResolver_RequestService()
  13793.     {
  13794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  13797.         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))));
  13798.     }
  13799.     /**
  13800.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  13801.      *
  13802.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13803.      */
  13804.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  13805.     {
  13806.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13807.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  13809.         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))));
  13810.     }
  13811.     /**
  13812.      * Gets the private 'debug.argument_resolver.service' shared service.
  13813.      *
  13814.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13815.      */
  13816.     protected function getDebug_ArgumentResolver_ServiceService()
  13817.     {
  13818.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  13821.         $a = ($this->privates['.service_locator.R_pg7TJ'] ?? $this->get_ServiceLocator_RPg7TJService());
  13822.         if (isset($this->privates['debug.argument_resolver.service'])) {
  13823.             return $this->privates['debug.argument_resolver.service'];
  13824.         }
  13825.         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))));
  13826.     }
  13827.     /**
  13828.      * Gets the private 'debug.argument_resolver.session' shared service.
  13829.      *
  13830.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13831.      */
  13832.     protected function getDebug_ArgumentResolver_SessionService()
  13833.     {
  13834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  13837.         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))));
  13838.     }
  13839.     /**
  13840.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  13841.      *
  13842.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13843.      */
  13844.     protected function getDebug_ArgumentResolver_VariadicService()
  13845.     {
  13846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  13849.         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))));
  13850.     }
  13851.     /**
  13852.      * Gets the private 'debug.debug_handlers_listener' shared service.
  13853.      *
  13854.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  13855.      */
  13856.     protected function getDebug_DebugHandlersListenerService()
  13857.     {
  13858.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  13859.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13860.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13861.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13862.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  13863.         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()));
  13864.     }
  13865.     /**
  13866.      * Gets the private 'debug.file_link_formatter' shared service.
  13867.      *
  13868.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  13869.      */
  13870.     protected function getDebug_FileLinkFormatterService()
  13871.     {
  13872.         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 () {
  13873.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  13874.         });
  13875.     }
  13876.     /**
  13877.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  13878.      *
  13879.      * @return \string
  13880.      */
  13881.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  13882.     {
  13883.         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');
  13884.     }
  13885.     /**
  13886.      * Gets the private 'debug.log_processor' shared service.
  13887.      *
  13888.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  13889.      */
  13890.     protected function getDebug_LogProcessorService()
  13891.     {
  13892.         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())));
  13893.     }
  13894.     /**
  13895.      * Gets the private 'debug.security.access.decision_manager' shared service.
  13896.      *
  13897.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  13898.      */
  13899.     protected function getDebug_Security_Access_DecisionManagerService()
  13900.     {
  13901.         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 () {
  13902.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  13903.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  13904.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  13905.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  13906.     }
  13907.     /**
  13908.      * Gets the private 'debug.security.firewall' shared service.
  13909.      *
  13910.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  13911.      */
  13912.     protected function getDebug_Security_FirewallService()
  13913.     {
  13914.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  13915.         if (isset($this->privates['debug.security.firewall'])) {
  13916.             return $this->privates['debug.security.firewall'];
  13917.         }
  13918.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13919.         if (isset($this->privates['debug.security.firewall'])) {
  13920.             return $this->privates['debug.security.firewall'];
  13921.         }
  13922.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  13923.     }
  13924.     /**
  13925.      * Gets the private 'debug.security.user_value_resolver' shared service.
  13926.      *
  13927.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13928.      */
  13929.     protected function getDebug_Security_UserValueResolverService()
  13930.     {
  13931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  13934.         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))));
  13935.     }
  13936.     /**
  13937.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  13938.      *
  13939.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13940.      */
  13941.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  13942.     {
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  13947.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13948.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  13949.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  13950.         }
  13951.         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);
  13952.     }
  13953.     /**
  13954.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  13955.      *
  13956.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13957.      */
  13958.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  13959.     {
  13960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  13964.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13965.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13966.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13967.         }
  13968.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13969.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  13970.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  13971.         }
  13972.         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);
  13973.     }
  13974.     /**
  13975.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  13976.      *
  13977.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13978.      */
  13979.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  13980.     {
  13981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  13985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  13986.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13987.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  13988.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  13989.         }
  13990.         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);
  13991.     }
  13992.     /**
  13993.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  13994.      *
  13995.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  13996.      */
  13997.     protected function getDebug_Security_Voter_VoteListenerService()
  13998.     {
  13999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  14000.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14001.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  14002.             return $this->privates['debug.security.voter.vote_listener'];
  14003.         }
  14004.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  14005.     }
  14006.     /**
  14007.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  14008.      *
  14009.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  14010.      */
  14011.     protected function getDoctrine_CacheClearMetadataCommandService()
  14012.     {
  14013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  14017.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  14018.         $instance->setName('doctrine:cache:clear-metadata');
  14019.         return $instance;
  14020.     }
  14021.     /**
  14022.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  14023.      *
  14024.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  14025.      */
  14026.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  14027.     {
  14028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  14031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  14032.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  14033.         $instance->setName('doctrine:cache:clear-query');
  14034.         return $instance;
  14035.     }
  14036.     /**
  14037.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  14038.      *
  14039.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  14040.      */
  14041.     protected function getDoctrine_CacheClearResultCommandService()
  14042.     {
  14043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  14046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  14047.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  14048.         $instance->setName('doctrine:cache:clear-result');
  14049.         return $instance;
  14050.     }
  14051.     /**
  14052.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  14053.      *
  14054.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  14055.      */
  14056.     protected function getDoctrine_CacheCollectionRegionCommandService()
  14057.     {
  14058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  14061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  14062.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  14063.         $instance->setName('doctrine:cache:clear-collection-region');
  14064.         return $instance;
  14065.     }
  14066.     /**
  14067.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  14068.      *
  14069.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  14070.      */
  14071.     protected function getDoctrine_ClearEntityRegionCommandService()
  14072.     {
  14073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  14076.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  14077.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  14078.         $instance->setName('doctrine:cache:clear-entity-region');
  14079.         return $instance;
  14080.     }
  14081.     /**
  14082.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  14083.      *
  14084.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  14085.      */
  14086.     protected function getDoctrine_ClearQueryRegionCommandService()
  14087.     {
  14088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  14091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  14092.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  14093.         $instance->setName('doctrine:cache:clear-query-region');
  14094.         return $instance;
  14095.     }
  14096.     /**
  14097.      * Gets the private 'doctrine.database_create_command' shared service.
  14098.      *
  14099.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  14100.      */
  14101.     protected function getDoctrine_DatabaseCreateCommandService()
  14102.     {
  14103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  14106.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14107.         $instance->setName('doctrine:database:create');
  14108.         return $instance;
  14109.     }
  14110.     /**
  14111.      * Gets the private 'doctrine.database_drop_command' shared service.
  14112.      *
  14113.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  14114.      */
  14115.     protected function getDoctrine_DatabaseDropCommandService()
  14116.     {
  14117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  14120.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14121.         $instance->setName('doctrine:database:drop');
  14122.         return $instance;
  14123.     }
  14124.     /**
  14125.      * Gets the private 'doctrine.database_import_command' shared service.
  14126.      *
  14127.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  14128.      */
  14129.     protected function getDoctrine_DatabaseImportCommandService()
  14130.     {
  14131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14132.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  14133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  14134.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  14135.         $instance->setName('doctrine:database:import');
  14136.         return $instance;
  14137.     }
  14138.     /**
  14139.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  14140.      *
  14141.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  14142.      */
  14143.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  14144.     {
  14145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  14148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  14149.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  14150.         $instance->setName('doctrine:ensure-production-settings');
  14151.         return $instance;
  14152.     }
  14153.     /**
  14154.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  14155.      *
  14156.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  14157.      */
  14158.     protected function getDoctrine_FixturesLoadCommandService()
  14159.     {
  14160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14161.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14162.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  14163.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  14164.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  14165.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  14166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  14167.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  14168.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  14169.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  14170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  14171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  14172.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  14173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  14174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  14175.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  14176.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  14177.         $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()]);
  14178.         $instance->setName('doctrine:fixtures:load');
  14179.         return $instance;
  14180.     }
  14181.     /**
  14182.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  14183.      *
  14184.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  14185.      */
  14186.     protected function getDoctrine_MappingConvertCommandService()
  14187.     {
  14188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14189.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  14191.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  14192.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  14193.         $instance->setName('doctrine:mapping:convert');
  14194.         return $instance;
  14195.     }
  14196.     /**
  14197.      * Gets the private 'doctrine.mapping_import_command' shared service.
  14198.      *
  14199.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  14200.      */
  14201.     protected function getDoctrine_MappingImportCommandService()
  14202.     {
  14203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  14205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  14206.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  14207.         $instance->setName('doctrine:mapping:import');
  14208.         return $instance;
  14209.     }
  14210.     /**
  14211.      * Gets the private 'doctrine.mapping_info_command' shared service.
  14212.      *
  14213.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  14214.      */
  14215.     protected function getDoctrine_MappingInfoCommandService()
  14216.     {
  14217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  14220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  14221.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  14222.         $instance->setName('doctrine:mapping:info');
  14223.         return $instance;
  14224.     }
  14225.     /**
  14226.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  14227.      *
  14228.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  14229.      */
  14230.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  14231.     {
  14232.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  14233.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  14234.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  14235.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  14236.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  14237.         }
  14238.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  14239.     }
  14240.     /**
  14241.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  14242.      *
  14243.      * @return \Doctrine\Migrations\DependencyFactory
  14244.      */
  14245.     protected function getDoctrine_Migrations_DependencyFactoryService()
  14246.     {
  14247.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  14248.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  14249.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  14250.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  14251.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  14252.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  14253.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  14254.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  14255.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  14256.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  14257.         $b->setTableName('migration_versions');
  14258.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  14259.         $a->setAllOrNothing(false);
  14260.         $a->setCheckDatabasePlatform(true);
  14261.         $a->setTransactional(true);
  14262.         $a->setMetadataStorageConfiguration($b);
  14263.         $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()));
  14264.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  14265.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  14266.         });
  14267.         return $instance;
  14268.     }
  14269.     /**
  14270.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  14271.      *
  14272.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  14273.      */
  14274.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  14275.     {
  14276.         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')]);
  14277.     }
  14278.     /**
  14279.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  14280.      *
  14281.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  14282.      */
  14283.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  14284.     {
  14285.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  14286.         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()));
  14287.     }
  14288.     /**
  14289.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  14290.      *
  14291.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  14292.      */
  14293.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  14294.     {
  14295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  14296.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  14297.     }
  14298.     /**
  14299.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  14300.      *
  14301.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  14302.      */
  14303.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  14304.     {
  14305.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14306.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  14307.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  14308.     }
  14309.     /**
  14310.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  14311.      *
  14312.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  14313.      */
  14314.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  14315.     {
  14316.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14317.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  14318.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  14319.             return new \EmptyIterator();
  14320.         }, 0));
  14321.     }
  14322.     /**
  14323.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  14324.      *
  14325.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  14326.      */
  14327.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  14328.     {
  14329.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  14330.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  14331.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  14332.     }
  14333.     /**
  14334.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  14335.      *
  14336.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  14337.      */
  14338.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  14339.     {
  14340.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14341.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  14342.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14343.     }
  14344.     /**
  14345.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  14346.      *
  14347.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  14348.      */
  14349.     protected function getDoctrine_Orm_Validator_UniqueService()
  14350.     {
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  14354.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14355.     }
  14356.     /**
  14357.      * Gets the private 'doctrine.query_dql_command' shared service.
  14358.      *
  14359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  14360.      */
  14361.     protected function getDoctrine_QueryDqlCommandService()
  14362.     {
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  14366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  14367.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  14368.         $instance->setName('doctrine:query:dql');
  14369.         return $instance;
  14370.     }
  14371.     /**
  14372.      * Gets the private 'doctrine.query_sql_command' shared service.
  14373.      *
  14374.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  14375.      */
  14376.     protected function getDoctrine_QuerySqlCommandService()
  14377.     {
  14378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14379.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  14381.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  14382.         $instance->setName('doctrine:query:sql');
  14383.         return $instance;
  14384.     }
  14385.     /**
  14386.      * Gets the private 'doctrine.schema_create_command' shared service.
  14387.      *
  14388.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  14389.      */
  14390.     protected function getDoctrine_SchemaCreateCommandService()
  14391.     {
  14392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  14396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  14397.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  14398.         $instance->setName('doctrine:schema:create');
  14399.         return $instance;
  14400.     }
  14401.     /**
  14402.      * Gets the private 'doctrine.schema_drop_command' shared service.
  14403.      *
  14404.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  14405.      */
  14406.     protected function getDoctrine_SchemaDropCommandService()
  14407.     {
  14408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  14412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  14413.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  14414.         $instance->setName('doctrine:schema:drop');
  14415.         return $instance;
  14416.     }
  14417.     /**
  14418.      * Gets the private 'doctrine.schema_update_command' shared service.
  14419.      *
  14420.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  14421.      */
  14422.     protected function getDoctrine_SchemaUpdateCommandService()
  14423.     {
  14424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14425.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14427.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  14428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  14429.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  14430.         $instance->setName('doctrine:schema:update');
  14431.         return $instance;
  14432.     }
  14433.     /**
  14434.      * Gets the private 'doctrine.schema_validate_command' shared service.
  14435.      *
  14436.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  14437.      */
  14438.     protected function getDoctrine_SchemaValidateCommandService()
  14439.     {
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  14443.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  14444.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  14445.         $instance->setName('doctrine:schema:validate');
  14446.         return $instance;
  14447.     }
  14448.     /**
  14449.      * Gets the private 'doctrine.ulid_generator' shared service.
  14450.      *
  14451.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  14452.      */
  14453.     protected function getDoctrine_UlidGeneratorService()
  14454.     {
  14455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14456.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  14457.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  14458.     }
  14459.     /**
  14460.      * Gets the private 'doctrine.uuid_generator' shared service.
  14461.      *
  14462.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  14463.      */
  14464.     protected function getDoctrine_UuidGeneratorService()
  14465.     {
  14466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14467.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  14468.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  14469.     }
  14470.     /**
  14471.      * Gets the private 'doctrine_migrations.current_command' shared service.
  14472.      *
  14473.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  14474.      */
  14475.     protected function getDoctrineMigrations_CurrentCommandService()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14478.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14479.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  14480.         $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');
  14481.         $instance->setName('doctrine:migrations:current');
  14482.         return $instance;
  14483.     }
  14484.     /**
  14485.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  14486.      *
  14487.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  14488.      */
  14489.     protected function getDoctrineMigrations_DiffCommandService()
  14490.     {
  14491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  14494.         $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');
  14495.         $instance->setName('doctrine:migrations:diff');
  14496.         return $instance;
  14497.     }
  14498.     /**
  14499.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  14500.      *
  14501.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  14502.      */
  14503.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  14504.     {
  14505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14506.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  14508.         $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');
  14509.         $instance->setName('doctrine:migrations:dump-schema');
  14510.         return $instance;
  14511.     }
  14512.     /**
  14513.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  14514.      *
  14515.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  14516.      */
  14517.     protected function getDoctrineMigrations_ExecuteCommandService()
  14518.     {
  14519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14520.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  14522.         $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');
  14523.         $instance->setName('doctrine:migrations:execute');
  14524.         return $instance;
  14525.     }
  14526.     /**
  14527.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  14528.      *
  14529.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  14530.      */
  14531.     protected function getDoctrineMigrations_GenerateCommandService()
  14532.     {
  14533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14534.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14535.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  14536.         $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');
  14537.         $instance->setName('doctrine:migrations:generate');
  14538.         return $instance;
  14539.     }
  14540.     /**
  14541.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  14542.      *
  14543.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  14544.      */
  14545.     protected function getDoctrineMigrations_LatestCommandService()
  14546.     {
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14548.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14549.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  14550.         $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');
  14551.         $instance->setName('doctrine:migrations:latest');
  14552.         return $instance;
  14553.     }
  14554.     /**
  14555.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  14556.      *
  14557.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  14558.      */
  14559.     protected function getDoctrineMigrations_MigrateCommandService()
  14560.     {
  14561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14562.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14563.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  14564.         $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');
  14565.         $instance->setName('doctrine:migrations:migrate');
  14566.         return $instance;
  14567.     }
  14568.     /**
  14569.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  14570.      *
  14571.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  14572.      */
  14573.     protected function getDoctrineMigrations_RollupCommandService()
  14574.     {
  14575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14577.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  14578.         $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');
  14579.         $instance->setName('doctrine:migrations:rollup');
  14580.         return $instance;
  14581.     }
  14582.     /**
  14583.      * Gets the private 'doctrine_migrations.status_command' shared service.
  14584.      *
  14585.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  14586.      */
  14587.     protected function getDoctrineMigrations_StatusCommandService()
  14588.     {
  14589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14590.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14591.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  14592.         $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');
  14593.         $instance->setName('doctrine:migrations:status');
  14594.         return $instance;
  14595.     }
  14596.     /**
  14597.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  14598.      *
  14599.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  14600.      */
  14601.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  14602.     {
  14603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14604.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14605.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  14606.         $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');
  14607.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  14608.         return $instance;
  14609.     }
  14610.     /**
  14611.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  14612.      *
  14613.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  14614.      */
  14615.     protected function getDoctrineMigrations_UpToDateCommandService()
  14616.     {
  14617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14618.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14619.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  14620.         $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');
  14621.         $instance->setName('doctrine:migrations:up-to-date');
  14622.         return $instance;
  14623.     }
  14624.     /**
  14625.      * Gets the private 'doctrine_migrations.version_command' shared service.
  14626.      *
  14627.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  14628.      */
  14629.     protected function getDoctrineMigrations_VersionCommandService()
  14630.     {
  14631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14632.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14633.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  14634.         $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');
  14635.         $instance->setName('doctrine:migrations:version');
  14636.         return $instance;
  14637.     }
  14638.     /**
  14639.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  14640.      *
  14641.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  14642.      */
  14643.     protected function getDoctrineMigrations_VersionsCommandService()
  14644.     {
  14645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14646.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14647.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  14648.         $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');
  14649.         $instance->setName('doctrine:migrations:list');
  14650.         return $instance;
  14651.     }
  14652.     /**
  14653.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  14654.      *
  14655.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  14656.      */
  14657.     protected function getEightPointsGuzzle_DataCollectorService()
  14658.     {
  14659.         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);
  14660.     }
  14661.     /**
  14662.      * Gets the private 'error_handler.error_renderer.html' shared service.
  14663.      *
  14664.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  14665.      */
  14666.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  14667.     {
  14668.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14669.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14670.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14671.         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()));
  14672.     }
  14673.     /**
  14674.      * Gets the private 'evence.softdeletale.listener.softdelete' shared service.
  14675.      *
  14676.      * @return \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener
  14677.      */
  14678.     protected function getEvence_Softdeletale_Listener_SoftdeleteService()
  14679.     {
  14680.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  14681.         include_once \dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/EventListener/SoftDeleteListener.php';
  14682.         $this->privates['evence.softdeletale.listener.softdelete'] = $instance = new \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14683.         $instance->setContainer($this);
  14684.         return $instance;
  14685.     }
  14686.     /**
  14687.      * Gets the private 'exception_listener' shared service.
  14688.      *
  14689.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  14690.      */
  14691.     protected function getExceptionListenerService()
  14692.     {
  14693.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  14694.     }
  14695.     /**
  14696.      * Gets the private 'form.choice_list_factory.cached' shared service.
  14697.      *
  14698.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  14699.      */
  14700.     protected function getForm_ChoiceListFactory_CachedService()
  14701.     {
  14702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  14704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  14705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14706.         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())));
  14707.     }
  14708.     /**
  14709.      * Gets the private 'form.registry' shared service.
  14710.      *
  14711.      * @return \Symfony\Component\Form\FormRegistry
  14712.      */
  14713.     protected function getForm_RegistryService()
  14714.     {
  14715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  14716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  14717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  14718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  14719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  14720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  14721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  14722.         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, [
  14723.             'App\\Form\\StockType' => ['privates''App\\Form\\StockType''getStockTypeService'false],
  14724.             'App\\Form\\Type\\AgenceFormType' => ['privates''App\\Form\\Type\\AgenceFormType''getAgenceFormTypeService'false],
  14725.             'App\\Form\\Type\\ArticleClientEditFormType' => ['privates''App\\Form\\Type\\ArticleClientEditFormType''getArticleClientEditFormTypeService'false],
  14726.             'App\\Form\\Type\\ArticleClientFormType' => ['privates''App\\Form\\Type\\ArticleClientFormType''getArticleClientFormTypeService'false],
  14727.             'App\\Form\\Type\\AttachedFileFormType' => ['privates''App\\Form\\Type\\AttachedFileFormType''getAttachedFileFormTypeService'false],
  14728.             'App\\Form\\Type\\BuildingFormType' => ['privates''App\\Form\\Type\\BuildingFormType''getBuildingFormTypeService'false],
  14729.             'App\\Form\\Type\\CaisseFormType' => ['privates''App\\Form\\Type\\CaisseFormType''getCaisseFormTypeService'false],
  14730.             'App\\Form\\Type\\CaracteristiqueCommercialeFormType' => ['privates''App\\Form\\Type\\CaracteristiqueCommercialeFormType''getCaracteristiqueCommercialeFormTypeService'false],
  14731.             'App\\Form\\Type\\CaracteristiqueGeneraleFormType' => ['privates''App\\Form\\Type\\CaracteristiqueGeneraleFormType''getCaracteristiqueGeneraleFormTypeService'false],
  14732.             'App\\Form\\Type\\CaracteristiqueTechniqueFormType' => ['privates''App\\Form\\Type\\CaracteristiqueTechniqueFormType''getCaracteristiqueTechniqueFormTypeService'false],
  14733.             'App\\Form\\Type\\CategorieFormType' => ['privates''App\\Form\\Type\\CategorieFormType''getCategorieFormTypeService'false],
  14734.             'App\\Form\\Type\\ClientFormType' => ['privates''App\\Form\\Type\\ClientFormType''getClientFormTypeService'false],
  14735.             'App\\Form\\Type\\CodeGenerationWithPaymentFormType' => ['privates''App\\Form\\Type\\CodeGenerationWithPaymentFormType''getCodeGenerationWithPaymentFormTypeService'false],
  14736.             'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType' => ['privates''App\\Form\\Type\\CodeGenerationWithoutPaymentFormType''getCodeGenerationWithoutPaymentFormTypeService'false],
  14737.             'App\\Form\\Type\\CodeMassUploadFormType' => ['privates''App\\Form\\Type\\CodeMassUploadFormType''getCodeMassUploadFormTypeService'false],
  14738.             'App\\Form\\Type\\CommissionFormType' => ['privates''App\\Form\\Type\\CommissionFormType''getCommissionFormTypeService'false],
  14739.             'App\\Form\\Type\\CommissionNanoEntrepreneurFormType' => ['privates''App\\Form\\Type\\CommissionNanoEntrepreneurFormType''getCommissionNanoEntrepreneurFormTypeService'false],
  14740.             'App\\Form\\Type\\DeviceCustomerFormType' => ['privates''App\\Form\\Type\\DeviceCustomerFormType''getDeviceCustomerFormTypeService'false],
  14741.             'App\\Form\\Type\\DeviceDimensionFormType' => ['privates''App\\Form\\Type\\DeviceDimensionFormType''getDeviceDimensionFormTypeService'false],
  14742.             'App\\Form\\Type\\DeviceFormType' => ['privates''App\\Form\\Type\\DeviceFormType''getDeviceFormTypeService'false],
  14743.             'App\\Form\\Type\\EntrepreneurChangeFormType' => ['privates''App\\Form\\Type\\EntrepreneurChangeFormType''getEntrepreneurChangeFormTypeService'false],
  14744.             'App\\Form\\Type\\FabricationFormType' => ['privates''App\\Form\\Type\\FabricationFormType''getFabricationFormTypeService'false],
  14745.             'App\\Form\\Type\\FacturationFormType' => ['privates''App\\Form\\Type\\FacturationFormType''getFacturationFormTypeService'false],
  14746.             'App\\Form\\Type\\FournisseurFormType' => ['privates''App\\Form\\Type\\FournisseurFormType''getFournisseurFormTypeService'false],
  14747.             'App\\Form\\Type\\GestionnaireFormType' => ['privates''App\\Form\\Type\\GestionnaireFormType''getGestionnaireFormTypeService'false],
  14748.             'App\\Form\\Type\\IdentificationFormType' => ['privates''App\\Form\\Type\\IdentificationFormType''getIdentificationFormTypeService'false],
  14749.             'App\\Form\\Type\\InspectionFormType' => ['privates''App\\Form\\Type\\InspectionFormType''getInspectionFormTypeService'false],
  14750.             'App\\Form\\Type\\InterventionChoiceFormType' => ['privates''App\\Form\\Type\\InterventionChoiceFormType''getInterventionChoiceFormTypeService'false],
  14751.             'App\\Form\\Type\\Intervention\\FixFormType' => ['privates''App\\Form\\Type\\Intervention\\FixFormType''getFixFormTypeService'false],
  14752.             'App\\Form\\Type\\Intervention\\MaintenanceFormType' => ['privates''App\\Form\\Type\\Intervention\\MaintenanceFormType''getMaintenanceFormTypeService'false],
  14753.             'App\\Form\\Type\\Intervention\\RecordFormType' => ['privates''App\\Form\\Type\\Intervention\\RecordFormType''getRecordFormTypeService'false],
  14754.             'App\\Form\\Type\\Intervention\\TaskFormType' => ['privates''App\\Form\\Type\\Intervention\\TaskFormType''getTaskFormTypeService'false],
  14755.             'App\\Form\\Type\\KoboFormType' => ['privates''App\\Form\\Type\\KoboFormType''getKoboFormTypeService'false],
  14756.             'App\\Form\\Type\\LocalAgenceFormType' => ['privates''App\\Form\\Type\\LocalAgenceFormType''getLocalAgenceFormTypeService'false],
  14757.             'App\\Form\\Type\\LocalizationFormType' => ['privates''App\\Form\\Type\\LocalizationFormType''getLocalizationFormTypeService'false],
  14758.             'App\\Form\\Type\\MaintenanceFrequencyFormType' => ['privates''App\\Form\\Type\\MaintenanceFrequencyFormType''getMaintenanceFrequencyFormTypeService'false],
  14759.             'App\\Form\\Type\\MaterielAssocieFormType' => ['privates''App\\Form\\Type\\MaterielAssocieFormType''getMaterielAssocieFormTypeService'false],
  14760.             'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType''getMaterielFabriqueModelPreEnregistreFormTypeService'false],
  14761.             'App\\Form\\Type\\MaterielFacturationFormType' => ['privates''App\\Form\\Type\\MaterielFacturationFormType''getMaterielFacturationFormTypeService'false],
  14762.             'App\\Form\\Type\\MaterielInspectionFormType' => ['privates''App\\Form\\Type\\MaterielInspectionFormType''getMaterielInspectionFormTypeService'false],
  14763.             'App\\Form\\Type\\MaterielModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielModelPreEnregistreFormType''getMaterielModelPreEnregistreFormTypeService'false],
  14764.             'App\\Form\\Type\\MaterielMouvementFormType' => ['privates''App\\Form\\Type\\MaterielMouvementFormType''getMaterielMouvementFormTypeService'false],
  14765.             'App\\Form\\Type\\MaterielPreparationTransfertFormType' => ['privates''App\\Form\\Type\\MaterielPreparationTransfertFormType''getMaterielPreparationTransfertFormTypeService'false],
  14766.             'App\\Form\\Type\\MaterielTransfertFormType' => ['privates''App\\Form\\Type\\MaterielTransfertFormType''getMaterielTransfertFormTypeService'false],
  14767.             'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType' => ['privates''App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType''getMaterielUtiliseModelPreEnregistreFormTypeService'false],
  14768.             'App\\Form\\Type\\ModelFormType' => ['privates''App\\Form\\Type\\ModelFormType''getModelFormTypeService'false],
  14769.             'App\\Form\\Type\\ModelePreEnregistreFormType' => ['privates''App\\Form\\Type\\ModelePreEnregistreFormType''getModelePreEnregistreFormTypeService'false],
  14770.             'App\\Form\\Type\\MouvementFormType' => ['privates''App\\Form\\Type\\MouvementFormType''getMouvementFormTypeService'false],
  14771.             'App\\Form\\Type\\NetworkDeviceFormType' => ['privates''App\\Form\\Type\\NetworkDeviceFormType''getNetworkDeviceFormTypeService'false],
  14772.             'App\\Form\\Type\\NetworkFormType' => ['privates''App\\Form\\Type\\NetworkFormType''getNetworkFormTypeService'false],
  14773.             'App\\Form\\Type\\OfferFormType' => ['privates''App\\Form\\Type\\OfferFormType''getOfferFormTypeService'false],
  14774.             'App\\Form\\Type\\PlanifiedMaintenanceFormType' => ['privates''App\\Form\\Type\\PlanifiedMaintenanceFormType''getPlanifiedMaintenanceFormTypeService'false],
  14775.             'App\\Form\\Type\\PreparationTransfertFormType' => ['privates''App\\Form\\Type\\PreparationTransfertFormType''getPreparationTransfertFormTypeService'false],
  14776.             'App\\Form\\Type\\PriceOfferFormType' => ['privates''App\\Form\\Type\\PriceOfferFormType''getPriceOfferFormTypeService'false],
  14777.             'App\\Form\\Type\\ProduitFormType' => ['privates''App\\Form\\Type\\ProduitFormType''getProduitFormTypeService'false],
  14778.             'App\\Form\\Type\\ProfileFormType' => ['privates''App\\Form\\Type\\ProfileFormType''getProfileFormTypeService'false],
  14779.             'App\\Form\\Type\\ProjectWorkflowFormType' => ['privates''App\\Form\\Type\\ProjectWorkflowFormType''getProjectWorkflowFormTypeService'false],
  14780.             'App\\Form\\Type\\Project\\ConstructionFormType' => ['privates''App\\Form\\Type\\Project\\ConstructionFormType''getConstructionFormTypeService'false],
  14781.             'App\\Form\\Type\\Project\\ContractFormType' => ['privates''App\\Form\\Type\\Project\\ContractFormType''getContractFormTypeService'false],
  14782.             'App\\Form\\Type\\Project\\DefinitionFormType' => ['privates''App\\Form\\Type\\Project\\DefinitionFormType''getDefinitionFormTypeService'false],
  14783.             'App\\Form\\Type\\Project\\GenerateCodeClairFormType' => ['privates''App\\Form\\Type\\Project\\GenerateCodeClairFormType''getGenerateCodeClairFormTypeService'false],
  14784.             'App\\Form\\Type\\Project\\NetworkDevicesFormType' => ['privates''App\\Form\\Type\\Project\\NetworkDevicesFormType''getNetworkDevicesFormTypeService'false],
  14785.             'App\\Form\\Type\\Project\\NetworkFromCustomerFormType' => ['privates''App\\Form\\Type\\Project\\NetworkFromCustomerFormType''getNetworkFromCustomerFormTypeService'false],
  14786.             'App\\Form\\Type\\Project\\SizingFormType' => ['privates''App\\Form\\Type\\Project\\SizingFormType''getSizingFormTypeService'false],
  14787.             'App\\Form\\Type\\Project\\generationCodeFormType' => ['privates''App\\Form\\Type\\Project\\generationCodeFormType''getGenerationCodeFormTypeService'false],
  14788.             'App\\Form\\Type\\ProspectContractFormType' => ['privates''App\\Form\\Type\\ProspectContractFormType''getProspectContractFormTypeService'false],
  14789.             'App\\Form\\Type\\ProspectDateJoinFormType' => ['privates''App\\Form\\Type\\ProspectDateJoinFormType''getProspectDateJoinFormTypeService'false],
  14790.             'App\\Form\\Type\\ProspectDevicesFormType' => ['privates''App\\Form\\Type\\ProspectDevicesFormType''getProspectDevicesFormTypeService'false],
  14791.             'App\\Form\\Type\\ProspectDistancesFormType' => ['privates''App\\Form\\Type\\ProspectDistancesFormType''getProspectDistancesFormTypeService'false],
  14792.             'App\\Form\\Type\\ProspectMassUploadFormType' => ['privates''App\\Form\\Type\\ProspectMassUploadFormType''getProspectMassUploadFormTypeService'false],
  14793.             'App\\Form\\Type\\ProspectOffersConsumptionFormType' => ['privates''App\\Form\\Type\\ProspectOffersConsumptionFormType''getProspectOffersConsumptionFormTypeService'false],
  14794.             'App\\Form\\Type\\ProspectSubscriptionFeesFormType' => ['privates''App\\Form\\Type\\ProspectSubscriptionFeesFormType''getProspectSubscriptionFeesFormTypeService'false],
  14795.             'App\\Form\\Type\\ProspectTotalPriceEstimationFormType' => ['privates''App\\Form\\Type\\ProspectTotalPriceEstimationFormType''getProspectTotalPriceEstimationFormTypeService'false],
  14796.             'App\\Form\\Type\\ProspectWorkflowFormType' => ['privates''App\\Form\\Type\\ProspectWorkflowFormType''getProspectWorkflowFormTypeService'false],
  14797.             'App\\Form\\Type\\Prospect\\ChangementForfaitFormType' => ['privates''App\\Form\\Type\\Prospect\\ChangementForfaitFormType''getChangementForfaitFormTypeService'false],
  14798.             'App\\Form\\Type\\Prospect\\DoorToDoorFormType' => ['privates''App\\Form\\Type\\Prospect\\DoorToDoorFormType''getDoorToDoorFormTypeService'false],
  14799.             'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType' => ['privates''App\\Form\\Type\\Prospect\\ElectricEquipmentFormType''getElectricEquipmentFormTypeService'false],
  14800.             'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType' => ['privates''App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType''getElectricProductionEquipmentFormTypeService'false],
  14801.             'App\\Form\\Type\\Prospect\\IdentificationFormType' => ['privates''App\\Form\\Type\\Prospect\\IdentificationFormType''getIdentificationFormType2Service'false],
  14802.             'App\\Form\\Type\\Prospect\\RefundFormType' => ['privates''App\\Form\\Type\\Prospect\\RefundFormType''getRefundFormTypeService'false],
  14803.             'App\\Form\\Type\\Prospect\\SurveyFormType' => ['privates''App\\Form\\Type\\Prospect\\SurveyFormType''getSurveyFormTypeService'false],
  14804.             'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType' => ['privates''App\\Form\\Type\\ReadOnly\\ReadOnlyFormType''getReadOnlyFormTypeService'false],
  14805.             'App\\Form\\Type\\ReceptionFormType' => ['privates''App\\Form\\Type\\ReceptionFormType''getReceptionFormTypeService'false],
  14806.             'App\\Form\\Type\\ReceptionTransfertFormType' => ['privates''App\\Form\\Type\\ReceptionTransfertFormType''getReceptionTransfertFormTypeService'false],
  14807.             'App\\Form\\Type\\RecommendedDeviceFormType' => ['privates''App\\Form\\Type\\RecommendedDeviceFormType''getRecommendedDeviceFormTypeService'false],
  14808.             'App\\Form\\Type\\RegularisationFormType' => ['privates''App\\Form\\Type\\RegularisationFormType''getRegularisationFormTypeService'false],
  14809.             'App\\Form\\Type\\SatisfactionFormType' => ['privates''App\\Form\\Type\\SatisfactionFormType''getSatisfactionFormTypeService'false],
  14810.             'App\\Form\\Type\\SoldFormType' => ['privates''App\\Form\\Type\\SoldFormType''getSoldFormTypeService'false],
  14811.             'App\\Form\\Type\\TransfertFormType' => ['privates''App\\Form\\Type\\TransfertFormType''getTransfertFormTypeService'false],
  14812.             'App\\Form\\Type\\UserCaisseFormType' => ['privates''App\\Form\\Type\\UserCaisseFormType''getUserCaisseFormTypeService'false],
  14813.             'App\\Form\\Type\\UserPermissionOnAgenceFormType' => ['privates''App\\Form\\Type\\UserPermissionOnAgenceFormType''getUserPermissionOnAgenceFormTypeService'false],
  14814.             'App\\Form\\Type\\ZoneFormType' => ['privates''App\\Form\\Type\\ZoneFormType''getZoneFormTypeService'false],
  14815.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  14816.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  14817.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  14818.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  14819.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  14820.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  14821.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  14822.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  14823.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  14824.         ], [
  14825.             'App\\Form\\StockType' => '?',
  14826.             'App\\Form\\Type\\AgenceFormType' => '?',
  14827.             'App\\Form\\Type\\ArticleClientEditFormType' => '?',
  14828.             'App\\Form\\Type\\ArticleClientFormType' => '?',
  14829.             'App\\Form\\Type\\AttachedFileFormType' => '?',
  14830.             'App\\Form\\Type\\BuildingFormType' => '?',
  14831.             'App\\Form\\Type\\CaisseFormType' => '?',
  14832.             'App\\Form\\Type\\CaracteristiqueCommercialeFormType' => '?',
  14833.             'App\\Form\\Type\\CaracteristiqueGeneraleFormType' => '?',
  14834.             'App\\Form\\Type\\CaracteristiqueTechniqueFormType' => '?',
  14835.             'App\\Form\\Type\\CategorieFormType' => '?',
  14836.             'App\\Form\\Type\\ClientFormType' => '?',
  14837.             'App\\Form\\Type\\CodeGenerationWithPaymentFormType' => '?',
  14838.             'App\\Form\\Type\\CodeGenerationWithoutPaymentFormType' => '?',
  14839.             'App\\Form\\Type\\CodeMassUploadFormType' => '?',
  14840.             'App\\Form\\Type\\CommissionFormType' => '?',
  14841.             'App\\Form\\Type\\CommissionNanoEntrepreneurFormType' => '?',
  14842.             'App\\Form\\Type\\DeviceCustomerFormType' => '?',
  14843.             'App\\Form\\Type\\DeviceDimensionFormType' => '?',
  14844.             'App\\Form\\Type\\DeviceFormType' => '?',
  14845.             'App\\Form\\Type\\EntrepreneurChangeFormType' => '?',
  14846.             'App\\Form\\Type\\FabricationFormType' => '?',
  14847.             'App\\Form\\Type\\FacturationFormType' => '?',
  14848.             'App\\Form\\Type\\FournisseurFormType' => '?',
  14849.             'App\\Form\\Type\\GestionnaireFormType' => '?',
  14850.             'App\\Form\\Type\\IdentificationFormType' => '?',
  14851.             'App\\Form\\Type\\InspectionFormType' => '?',
  14852.             'App\\Form\\Type\\InterventionChoiceFormType' => '?',
  14853.             'App\\Form\\Type\\Intervention\\FixFormType' => '?',
  14854.             'App\\Form\\Type\\Intervention\\MaintenanceFormType' => '?',
  14855.             'App\\Form\\Type\\Intervention\\RecordFormType' => '?',
  14856.             'App\\Form\\Type\\Intervention\\TaskFormType' => '?',
  14857.             'App\\Form\\Type\\KoboFormType' => '?',
  14858.             'App\\Form\\Type\\LocalAgenceFormType' => '?',
  14859.             'App\\Form\\Type\\LocalizationFormType' => '?',
  14860.             'App\\Form\\Type\\MaintenanceFrequencyFormType' => '?',
  14861.             'App\\Form\\Type\\MaterielAssocieFormType' => '?',
  14862.             'App\\Form\\Type\\MaterielFabriqueModelPreEnregistreFormType' => '?',
  14863.             'App\\Form\\Type\\MaterielFacturationFormType' => '?',
  14864.             'App\\Form\\Type\\MaterielInspectionFormType' => '?',
  14865.             'App\\Form\\Type\\MaterielModelPreEnregistreFormType' => '?',
  14866.             'App\\Form\\Type\\MaterielMouvementFormType' => '?',
  14867.             'App\\Form\\Type\\MaterielPreparationTransfertFormType' => '?',
  14868.             'App\\Form\\Type\\MaterielTransfertFormType' => '?',
  14869.             'App\\Form\\Type\\MaterielUtiliseModelPreEnregistreFormType' => '?',
  14870.             'App\\Form\\Type\\ModelFormType' => '?',
  14871.             'App\\Form\\Type\\ModelePreEnregistreFormType' => '?',
  14872.             'App\\Form\\Type\\MouvementFormType' => '?',
  14873.             'App\\Form\\Type\\NetworkDeviceFormType' => '?',
  14874.             'App\\Form\\Type\\NetworkFormType' => '?',
  14875.             'App\\Form\\Type\\OfferFormType' => '?',
  14876.             'App\\Form\\Type\\PlanifiedMaintenanceFormType' => '?',
  14877.             'App\\Form\\Type\\PreparationTransfertFormType' => '?',
  14878.             'App\\Form\\Type\\PriceOfferFormType' => '?',
  14879.             'App\\Form\\Type\\ProduitFormType' => '?',
  14880.             'App\\Form\\Type\\ProfileFormType' => '?',
  14881.             'App\\Form\\Type\\ProjectWorkflowFormType' => '?',
  14882.             'App\\Form\\Type\\Project\\ConstructionFormType' => '?',
  14883.             'App\\Form\\Type\\Project\\ContractFormType' => '?',
  14884.             'App\\Form\\Type\\Project\\DefinitionFormType' => '?',
  14885.             'App\\Form\\Type\\Project\\GenerateCodeClairFormType' => '?',
  14886.             'App\\Form\\Type\\Project\\NetworkDevicesFormType' => '?',
  14887.             'App\\Form\\Type\\Project\\NetworkFromCustomerFormType' => '?',
  14888.             'App\\Form\\Type\\Project\\SizingFormType' => '?',
  14889.             'App\\Form\\Type\\Project\\generationCodeFormType' => '?',
  14890.             'App\\Form\\Type\\ProspectContractFormType' => '?',
  14891.             'App\\Form\\Type\\ProspectDateJoinFormType' => '?',
  14892.             'App\\Form\\Type\\ProspectDevicesFormType' => '?',
  14893.             'App\\Form\\Type\\ProspectDistancesFormType' => '?',
  14894.             'App\\Form\\Type\\ProspectMassUploadFormType' => '?',
  14895.             'App\\Form\\Type\\ProspectOffersConsumptionFormType' => '?',
  14896.             'App\\Form\\Type\\ProspectSubscriptionFeesFormType' => '?',
  14897.             'App\\Form\\Type\\ProspectTotalPriceEstimationFormType' => '?',
  14898.             'App\\Form\\Type\\ProspectWorkflowFormType' => '?',
  14899.             'App\\Form\\Type\\Prospect\\ChangementForfaitFormType' => '?',
  14900.             'App\\Form\\Type\\Prospect\\DoorToDoorFormType' => '?',
  14901.             'App\\Form\\Type\\Prospect\\ElectricEquipmentFormType' => '?',
  14902.             'App\\Form\\Type\\Prospect\\ElectricProductionEquipmentFormType' => '?',
  14903.             'App\\Form\\Type\\Prospect\\IdentificationFormType' => '?',
  14904.             'App\\Form\\Type\\Prospect\\RefundFormType' => '?',
  14905.             'App\\Form\\Type\\Prospect\\SurveyFormType' => '?',
  14906.             'App\\Form\\Type\\ReadOnly\\ReadOnlyFormType' => '?',
  14907.             'App\\Form\\Type\\ReceptionFormType' => '?',
  14908.             'App\\Form\\Type\\ReceptionTransfertFormType' => '?',
  14909.             'App\\Form\\Type\\RecommendedDeviceFormType' => '?',
  14910.             'App\\Form\\Type\\RegularisationFormType' => '?',
  14911.             'App\\Form\\Type\\SatisfactionFormType' => '?',
  14912.             'App\\Form\\Type\\SoldFormType' => '?',
  14913.             'App\\Form\\Type\\TransfertFormType' => '?',
  14914.             'App\\Form\\Type\\UserCaisseFormType' => '?',
  14915.             'App\\Form\\Type\\UserPermissionOnAgenceFormType' => '?',
  14916.             'App\\Form\\Type\\ZoneFormType' => '?',
  14917.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  14918.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  14919.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  14920.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  14921.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  14922.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  14923.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  14924.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  14925.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  14926.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  14927.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  14928.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  14929.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  14930.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  14931.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  14932.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  14933.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  14934.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  14935.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  14936.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  14937.         }, 1)], new RewindableGenerator(function () {
  14938.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  14939.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  14940.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  14941.     }
  14942.     /**
  14943.      * Gets the private 'form.server_params' shared service.
  14944.      *
  14945.      * @return \Symfony\Component\Form\Util\ServerParams
  14946.      */
  14947.     protected function getForm_ServerParamsService()
  14948.     {
  14949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  14950.         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())));
  14951.     }
  14952.     /**
  14953.      * Gets the private 'form.type.choice' shared service.
  14954.      *
  14955.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  14956.      */
  14957.     protected function getForm_Type_ChoiceService()
  14958.     {
  14959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  14962.         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()));
  14963.     }
  14964.     /**
  14965.      * Gets the private 'form.type.color' shared service.
  14966.      *
  14967.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  14968.      */
  14969.     protected function getForm_Type_ColorService()
  14970.     {
  14971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  14974.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  14975.     }
  14976.     /**
  14977.      * Gets the private 'form.type.entity' shared service.
  14978.      *
  14979.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  14980.      */
  14981.     protected function getForm_Type_EntityService()
  14982.     {
  14983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14985.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  14986.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  14987.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14988.     }
  14989.     /**
  14990.      * Gets the private 'form.type.form' shared service.
  14991.      *
  14992.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  14993.      */
  14994.     protected function getForm_Type_FormService()
  14995.     {
  14996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  14999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  15000.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15001.     }
  15002.     /**
  15003.      * Gets the private 'form.type_extension.csrf' shared service.
  15004.      *
  15005.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  15006.      */
  15007.     protected function getForm_TypeExtension_CsrfService()
  15008.     {
  15009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  15012.         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()));
  15013.     }
  15014.     /**
  15015.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  15016.      *
  15017.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  15018.      */
  15019.     protected function getForm_TypeExtension_Form_DataCollectorService()
  15020.     {
  15021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  15024.         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()));
  15025.     }
  15026.     /**
  15027.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  15028.      *
  15029.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  15030.      */
  15031.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  15032.     {
  15033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  15036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  15037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  15038.         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())));
  15039.     }
  15040.     /**
  15041.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  15042.      *
  15043.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  15044.      */
  15045.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  15046.     {
  15047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  15050.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  15051.     }
  15052.     /**
  15053.      * Gets the private 'form.type_extension.form.validator' shared service.
  15054.      *
  15055.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  15056.      */
  15057.     protected function getForm_TypeExtension_Form_ValidatorService()
  15058.     {
  15059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  15062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  15063.         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()));
  15064.     }
  15065.     /**
  15066.      * Gets the private 'form.type_extension.upload.validator' shared service.
  15067.      *
  15068.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  15069.      */
  15070.     protected function getForm_TypeExtension_Upload_ValidatorService()
  15071.     {
  15072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  15075.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  15076.     }
  15077.     /**
  15078.      * Gets the private 'form.type_guesser.doctrine' shared service.
  15079.      *
  15080.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  15081.      */
  15082.     protected function getForm_TypeGuesser_DoctrineService()
  15083.     {
  15084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15085.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  15086.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15087.     }
  15088.     /**
  15089.      * Gets the private 'form.type_guesser.validator' shared service.
  15090.      *
  15091.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  15092.      */
  15093.     protected function getForm_TypeGuesser_ValidatorService()
  15094.     {
  15095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  15097.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15098.     }
  15099.     /**
  15100.      * Gets the private 'fos_js_routing.dump_command' shared service.
  15101.      *
  15102.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  15103.      */
  15104.     protected function getFosJsRouting_DumpCommandService()
  15105.     {
  15106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15107.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  15108.         $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);
  15109.         $instance->setName('fos:js-routing:dump');
  15110.         return $instance;
  15111.     }
  15112.     /**
  15113.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  15114.      *
  15115.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  15116.      */
  15117.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  15118.     {
  15119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15120.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  15121.         $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()));
  15122.         $instance->setName('fos:js-routing:debug');
  15123.         return $instance;
  15124.     }
  15125.     /**
  15126.      * Gets the private 'fos_user.change_password.form.type' shared service.
  15127.      *
  15128.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  15129.      */
  15130.     protected function getFosUser_ChangePassword_Form_TypeService()
  15131.     {
  15132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15134.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  15135.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\Users');
  15136.     }
  15137.     /**
  15138.      * Gets the private 'fos_user.command.activate_user' shared service.
  15139.      *
  15140.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  15141.      */
  15142.     protected function getFosUser_Command_ActivateUserService()
  15143.     {
  15144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15145.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  15146.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15147.         $instance->setName('fos:user:activate');
  15148.         return $instance;
  15149.     }
  15150.     /**
  15151.      * Gets the private 'fos_user.command.change_password' shared service.
  15152.      *
  15153.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  15154.      */
  15155.     protected function getFosUser_Command_ChangePasswordService()
  15156.     {
  15157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15158.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  15159.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15160.         $instance->setName('fos:user:change-password');
  15161.         return $instance;
  15162.     }
  15163.     /**
  15164.      * Gets the private 'fos_user.command.create_user' shared service.
  15165.      *
  15166.      * @return \FOS\UserBundle\Command\CreateUserCommand
  15167.      */
  15168.     protected function getFosUser_Command_CreateUserService()
  15169.     {
  15170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15171.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  15172.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15173.         $instance->setName('fos:user:create');
  15174.         return $instance;
  15175.     }
  15176.     /**
  15177.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  15178.      *
  15179.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  15180.      */
  15181.     protected function getFosUser_Command_DeactivateUserService()
  15182.     {
  15183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15184.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  15185.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15186.         $instance->setName('fos:user:deactivate');
  15187.         return $instance;
  15188.     }
  15189.     /**
  15190.      * Gets the private 'fos_user.command.demote_user' shared service.
  15191.      *
  15192.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  15193.      */
  15194.     protected function getFosUser_Command_DemoteUserService()
  15195.     {
  15196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15197.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  15198.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  15199.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15200.         $instance->setName('fos:user:demote');
  15201.         return $instance;
  15202.     }
  15203.     /**
  15204.      * Gets the private 'fos_user.command.promote_user' shared service.
  15205.      *
  15206.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  15207.      */
  15208.     protected function getFosUser_Command_PromoteUserService()
  15209.     {
  15210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  15212.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  15213.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15214.         $instance->setName('fos:user:promote');
  15215.         return $instance;
  15216.     }
  15217.     /**
  15218.      * Gets the private 'fos_user.listener.authentication' shared service.
  15219.      *
  15220.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  15221.      */
  15222.     protected function getFosUser_Listener_AuthenticationService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  15226.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  15227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15229.         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');
  15230.     }
  15231.     /**
  15232.      * Gets the private 'fos_user.listener.flash' shared service.
  15233.      *
  15234.      * @return \FOS\UserBundle\EventListener\FlashListener
  15235.      */
  15236.     protected function getFosUser_Listener_FlashService()
  15237.     {
  15238.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  15239.         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()));
  15240.     }
  15241.     /**
  15242.      * Gets the private 'fos_user.listener.resetting' shared service.
  15243.      *
  15244.      * @return \FOS\UserBundle\EventListener\ResettingListener
  15245.      */
  15246.     protected function getFosUser_Listener_ResettingService()
  15247.     {
  15248.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  15249.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  15250.     }
  15251.     /**
  15252.      * Gets the private 'fos_user.profile.form.factory' shared service.
  15253.      *
  15254.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15255.      */
  15256.     protected function getFosUser_Profile_Form_FactoryService()
  15257.     {
  15258.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  15259.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  15260.         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']);
  15261.     }
  15262.     /**
  15263.      * Gets the private 'fos_user.profile.form.type' shared service.
  15264.      *
  15265.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  15266.      */
  15267.     protected function getFosUser_Profile_Form_TypeService()
  15268.     {
  15269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15271.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  15272.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\Users');
  15273.     }
  15274.     /**
  15275.      * Gets the private 'fos_user.registration.form.type' shared service.
  15276.      *
  15277.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  15278.      */
  15279.     protected function getFosUser_Registration_Form_TypeService()
  15280.     {
  15281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15283.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  15284.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\Users');
  15285.     }
  15286.     /**
  15287.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  15288.      *
  15289.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15290.      */
  15291.     protected function getFosUser_Resetting_Form_FactoryService()
  15292.     {
  15293.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  15294.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  15295.         return $this->privates['fos_user.resetting.form.factory'] = 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']);
  15296.     }
  15297.     /**
  15298.      * Gets the private 'fos_user.resetting.form.type' shared service.
  15299.      *
  15300.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  15301.      */
  15302.     protected function getFosUser_Resetting_Form_TypeService()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15306.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  15307.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\Users');
  15308.     }
  15309.     /**
  15310.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  15311.      *
  15312.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  15313.      */
  15314.     protected function getFosUser_Security_InteractiveLoginListenerService()
  15315.     {
  15316.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  15317.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  15318.     }
  15319.     /**
  15320.      * Gets the private 'fos_user.user_listener' shared service.
  15321.      *
  15322.      * @return \FOS\UserBundle\Doctrine\UserListener
  15323.      */
  15324.     protected function getFosUser_UserListenerService()
  15325.     {
  15326.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15327.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  15328.         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()));
  15329.     }
  15330.     /**
  15331.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  15332.      *
  15333.      * @return \FOS\UserBundle\Security\EmailUserProvider
  15334.      */
  15335.     protected function getFosUser_UserProvider_UsernameEmailService()
  15336.     {
  15337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  15338.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  15339.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Security/EmailUserProvider.php';
  15340.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  15341.     }
  15342.     /**
  15343.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  15344.      *
  15345.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  15346.      */
  15347.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  15348.     {
  15349.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  15350.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  15351.     }
  15352.     /**
  15353.      * Gets the private 'fos_user.util.password_updater' shared service.
  15354.      *
  15355.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  15356.      */
  15357.     protected function getFosUser_Util_PasswordUpdaterService()
  15358.     {
  15359.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  15360.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  15361.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15362.     }
  15363.     /**
  15364.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  15365.      *
  15366.      * @return \FOS\UserBundle\Util\TokenGenerator
  15367.      */
  15368.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  15369.     {
  15370.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  15371.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  15372.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  15373.     }
  15374.     /**
  15375.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  15376.      *
  15377.      * @return \FOS\UserBundle\Util\UserManipulator
  15378.      */
  15379.     protected function getFosUser_Util_UserManipulatorService()
  15380.     {
  15381.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  15382.         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())));
  15383.     }
  15384.     /**
  15385.      * Gets the private 'fragment.listener' shared service.
  15386.      *
  15387.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  15388.      */
  15389.     protected function getFragment_ListenerService()
  15390.     {
  15391.         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');
  15392.     }
  15393.     /**
  15394.      * Gets the private 'fragment.renderer.hinclude' shared service.
  15395.      *
  15396.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  15397.      */
  15398.     protected function getFragment_Renderer_HincludeService()
  15399.     {
  15400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  15403.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15404.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  15405.             return $this->privates['fragment.renderer.hinclude'];
  15406.         }
  15407.         $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);
  15408.         $instance->setFragmentPath('/_fragment');
  15409.         return $instance;
  15410.     }
  15411.     /**
  15412.      * Gets the private 'fragment.renderer.inline' shared service.
  15413.      *
  15414.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  15415.      */
  15416.     protected function getFragment_Renderer_InlineService()
  15417.     {
  15418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  15421.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  15422.         if (isset($this->privates['fragment.renderer.inline'])) {
  15423.             return $this->privates['fragment.renderer.inline'];
  15424.         }
  15425.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15426.         if (isset($this->privates['fragment.renderer.inline'])) {
  15427.             return $this->privates['fragment.renderer.inline'];
  15428.         }
  15429.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  15430.         $instance->setFragmentPath('/_fragment');
  15431.         return $instance;
  15432.     }
  15433.     /**
  15434.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  15435.      *
  15436.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  15437.      */
  15438.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  15439.     {
  15440.         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())));
  15441.     }
  15442.     /**
  15443.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  15444.      *
  15445.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  15446.      */
  15447.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  15448.     {
  15449.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15450.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  15451.             return $this->privates['framework_extra_bundle.event.is_granted'];
  15452.         }
  15453.         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);
  15454.     }
  15455.     /**
  15456.      * Gets the private 'gedmo.listener.sluggable' shared service.
  15457.      *
  15458.      * @return \Gedmo\Sluggable\SluggableListener
  15459.      */
  15460.     protected function getGedmo_Listener_SluggableService()
  15461.     {
  15462.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15463.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15464.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  15465.         $this->privates['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  15466.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15467.         return $instance;
  15468.     }
  15469.     /**
  15470.      * Gets the private 'gedmo.listener.softdeleteable' shared service.
  15471.      *
  15472.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  15473.      */
  15474.     protected function getGedmo_Listener_SoftdeleteableService()
  15475.     {
  15476.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15477.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15478.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  15479.         $this->privates['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  15480.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15481.         return $instance;
  15482.     }
  15483.     /**
  15484.      * Gets the private 'gedmo.listener.sortable' shared service.
  15485.      *
  15486.      * @return \Gedmo\Sortable\SortableListener
  15487.      */
  15488.     protected function getGedmo_Listener_SortableService()
  15489.     {
  15490.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15491.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15492.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  15493.         $this->privates['gedmo.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  15494.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15495.         return $instance;
  15496.     }
  15497.     /**
  15498.      * Gets the private 'gedmo.listener.timestampable' shared service.
  15499.      *
  15500.      * @return \Gedmo\Timestampable\TimestampableListener
  15501.      */
  15502.     protected function getGedmo_Listener_TimestampableService()
  15503.     {
  15504.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15505.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15506.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  15507.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  15508.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  15509.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15510.         return $instance;
  15511.     }
  15512.     /**
  15513.      * Gets the private 'gedmo.listener.tree' shared service.
  15514.      *
  15515.      * @return \Gedmo\Tree\TreeListener
  15516.      */
  15517.     protected function getGedmo_Listener_TreeService()
  15518.     {
  15519.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15520.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  15521.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  15522.         $this->privates['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  15523.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  15524.         return $instance;
  15525.     }
  15526.     /**
  15527.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  15528.      *
  15529.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  15530.      */
  15531.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  15532.     {
  15533.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15534.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  15535.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  15536.     }
  15537.     /**
  15538.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  15539.      *
  15540.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  15541.      */
  15542.     protected function getJmsSerializer_Cache_CacheClearerService()
  15543.     {
  15544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  15545.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  15546.         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')))));
  15547.     }
  15548.     /**
  15549.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  15550.      *
  15551.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  15552.      */
  15553.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  15554.     {
  15555.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15556.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  15557.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  15558.     }
  15559.     /**
  15560.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  15561.      *
  15562.      * @return \JMS\Serializer\Handler\DateHandler
  15563.      */
  15564.     protected function getJmsSerializer_DatetimeHandlerService()
  15565.     {
  15566.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15567.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  15568.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Berlin'true);
  15569.     }
  15570.     /**
  15571.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  15572.      *
  15573.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  15574.      */
  15575.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  15576.     {
  15577.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  15578.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  15579.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  15580.     }
  15581.     /**
  15582.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  15583.      *
  15584.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  15585.      */
  15586.     protected function getJmsSerializer_EventDispatcherService()
  15587.     {
  15588.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15589.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  15590.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  15591.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  15592.         ], [
  15593.             'jms_serializer.stopwatch_subscriber' => '?',
  15594.             'jms_serializer.traceable_runs_listener' => '?',
  15595.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  15596.         ]));
  15597.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  15598.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  15599.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  15600.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  15601.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  15602.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  15603.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  15604.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  15605.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  15606.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  15607.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  15608.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  15609.         return $instance;
  15610.     }
  15611.     /**
  15612.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  15613.      *
  15614.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  15615.      */
  15616.     protected function getJmsSerializer_ExpressionEvaluatorService()
  15617.     {
  15618.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  15619.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  15620.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  15621.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  15622.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  15623.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  15624.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  15625.     }
  15626.     /**
  15627.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  15628.      *
  15629.      * @return \JMS\Serializer\Handler\FormErrorHandler
  15630.      */
  15631.     protected function getJmsSerializer_FormErrorHandlerService()
  15632.     {
  15633.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  15635.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  15636.     }
  15637.     /**
  15638.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  15639.      *
  15640.      * @return \JMS\Serializer\Handler\IteratorHandler
  15641.      */
  15642.     protected function getJmsSerializer_IteratorHandlerService()
  15643.     {
  15644.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15645.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  15646.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  15647.     }
  15648.     /**
  15649.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  15650.      *
  15651.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  15652.      */
  15653.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  15654.     {
  15655.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
  15656.     }
  15657.     /**
  15658.      * Gets the private 'jms_serializer.metadata.typed_properties_driver' shared service.
  15659.      *
  15660.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  15661.      */
  15662.     protected function getJmsSerializer_Metadata_TypedPropertiesDriverService()
  15663.     {
  15664.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  15665.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  15666.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  15667.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  15668.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  15669.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  15670.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  15671.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  15672.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  15673.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  15674.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  15675.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  15676.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  15677.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  15678.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  15679.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  15680.         $a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService());
  15681.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  15682.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  15683.         $d = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  15684.         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);
  15685.     }
  15686.     /**
  15687.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  15688.      *
  15689.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  15690.      */
  15691.     protected function getJmsSerializer_StopwatchSubscriberService()
  15692.     {
  15693.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  15694.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  15695.         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');
  15696.     }
  15697.     /**
  15698.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  15699.      *
  15700.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  15701.      */
  15702.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  15703.     {
  15704.         $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, [
  15705.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  15706.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  15707.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  15708.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  15709.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  15710.         ], [
  15711.             'jms_serializer.array_collection_handler' => '?',
  15712.             'jms_serializer.constraint_violation_handler' => '?',
  15713.             'jms_serializer.datetime_handler' => '?',
  15714.             'jms_serializer.form_error_handler' => '?',
  15715.             'jms_serializer.iterator_handler' => '?',
  15716.         ])));
  15717.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15718.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15719.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15720.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15721.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15722.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15723.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15724.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15725.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15726.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  15727.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  15728.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  15729.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  15730.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  15731.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  15732.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  15733.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  15734.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  15735.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  15736.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  15737.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  15738.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  15739.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  15740.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  15741.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  15742.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  15743.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  15744.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  15745.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15746.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15747.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15748.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15749.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15750.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  15751.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15752.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15753.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15754.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15755.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15756.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15757.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15758.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15759.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15760.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  15761.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  15762.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  15763.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  15764.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  15765.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  15766.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  15767.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  15768.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  15769.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  15770.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  15771.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  15772.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  15773.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  15774.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  15775.         return $instance;
  15776.     }
  15777.     /**
  15778.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  15779.      *
  15780.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  15781.      */
  15782.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  15783.     {
  15784.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15785.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'false],
  15786.         ], [
  15787.             'metadata_driver' => '?',
  15788.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  15789.         $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')))));
  15790.         $a->setIncludeInterfaces(false);
  15791.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  15792.     }
  15793.     /**
  15794.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  15795.      *
  15796.      * @return \JMS\SerializerBundle\Debug\RunsListener
  15797.      */
  15798.     protected function getJmsSerializer_TraceableRunsListenerService()
  15799.     {
  15800.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  15801.     }
  15802.     /**
  15803.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  15804.      *
  15805.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  15806.      */
  15807.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  15808.     {
  15809.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  15810.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  15811.     }
  15812.     /**
  15813.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  15814.      *
  15815.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  15816.      */
  15817.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  15818.     {
  15819.         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]);
  15820.     }
  15821.     /**
  15822.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  15823.      *
  15824.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  15825.      */
  15826.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  15827.     {
  15828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15829.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  15830.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  15831.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  15832.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  15833.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  15834.         $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');
  15835.         $instance->setName('lexik:jwt:check-config');
  15836.         return $instance;
  15837.     }
  15838.     /**
  15839.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  15840.      *
  15841.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  15842.      */
  15843.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  15844.     {
  15845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15846.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  15847.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  15848.         $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');
  15849.         $instance->setName('lexik:jwt:generate-keypair');
  15850.         return $instance;
  15851.     }
  15852.     /**
  15853.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  15854.      *
  15855.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  15856.      */
  15857.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  15858.     {
  15859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  15860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  15861.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  15862.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  15863.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  15864.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  15865.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  15866.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  15867.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  15868.         }
  15869.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15870.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  15871.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  15872.         }
  15873.         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());
  15874.     }
  15875.     /**
  15876.      * Gets the private 'locale_aware_listener' shared service.
  15877.      *
  15878.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  15879.      */
  15880.     protected function getLocaleAwareListenerService()
  15881.     {
  15882.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  15883.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  15884.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  15885.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15886.     }
  15887.     /**
  15888.      * Gets the private 'locale_listener' shared service.
  15889.      *
  15890.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  15891.      */
  15892.     protected function getLocaleListenerService()
  15893.     {
  15894.         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, []);
  15895.     }
  15896.     /**
  15897.      * Gets the private 'mailer.mailer' shared service.
  15898.      *
  15899.      * @return \Symfony\Component\Mailer\Mailer
  15900.      */
  15901.     protected function getMailer_MailerService()
  15902.     {
  15903.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  15904.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  15905.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  15906.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  15908.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15909.         if (isset($this->privates['mailer.mailer'])) {
  15910.             return $this->privates['mailer.mailer'];
  15911.         }
  15912.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  15913.             yield => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->getMailer_TransportFactory_MailjetService());
  15914.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  15915.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  15916.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  15917.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  15918.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  15919.     }
  15920.     /**
  15921.      * Gets the private 'mailer.transport_factory.mailjet' shared service.
  15922.      *
  15923.      * @return \Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory
  15924.      */
  15925.     protected function getMailer_TransportFactory_MailjetService()
  15926.     {
  15927.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15928.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15929.         include_once \dirname(__DIR__4).'/vendor/symfony/mailjet-mailer/Transport/MailjetTransportFactory.php';
  15930.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15931.         if (isset($this->privates['mailer.transport_factory.mailjet'])) {
  15932.             return $this->privates['mailer.transport_factory.mailjet'];
  15933.         }
  15934.         return $this->privates['mailer.transport_factory.mailjet'] = new \Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  15935.     }
  15936.     /**
  15937.      * Gets the private 'mailer.transport_factory.native' shared service.
  15938.      *
  15939.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  15940.      */
  15941.     protected function getMailer_TransportFactory_NativeService()
  15942.     {
  15943.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15944.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15945.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  15946.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15947.         if (isset($this->privates['mailer.transport_factory.native'])) {
  15948.             return $this->privates['mailer.transport_factory.native'];
  15949.         }
  15950.         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()));
  15951.     }
  15952.     /**
  15953.      * Gets the private 'mailer.transport_factory.null' shared service.
  15954.      *
  15955.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  15956.      */
  15957.     protected function getMailer_TransportFactory_NullService()
  15958.     {
  15959.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15960.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15961.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  15962.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15963.         if (isset($this->privates['mailer.transport_factory.null'])) {
  15964.             return $this->privates['mailer.transport_factory.null'];
  15965.         }
  15966.         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()));
  15967.     }
  15968.     /**
  15969.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  15970.      *
  15971.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  15972.      */
  15973.     protected function getMailer_TransportFactory_SendmailService()
  15974.     {
  15975.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15976.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15977.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  15978.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15979.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  15980.             return $this->privates['mailer.transport_factory.sendmail'];
  15981.         }
  15982.         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()));
  15983.     }
  15984.     /**
  15985.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  15986.      *
  15987.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  15988.      */
  15989.     protected function getMailer_TransportFactory_SmtpService()
  15990.     {
  15991.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  15992.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  15993.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  15994.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15995.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  15996.             return $this->privates['mailer.transport_factory.smtp'];
  15997.         }
  15998.         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()));
  15999.     }
  16000.     /**
  16001.      * Gets the private 'maker.auto_command.make_auth' shared service.
  16002.      *
  16003.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16004.      */
  16005.     protected function getMaker_AutoCommand_MakeAuthService()
  16006.     {
  16007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  16012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  16013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  16014.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16015.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  16016.         $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);
  16017.         $instance->setName('make:auth');
  16018.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  16019.         return $instance;
  16020.     }
  16021.     /**
  16022.      * Gets the private 'maker.auto_command.make_command' shared service.
  16023.      *
  16024.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16025.      */
  16026.     protected function getMaker_AutoCommand_MakeCommandService()
  16027.     {
  16028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  16033.         $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()));
  16034.         $instance->setName('make:command');
  16035.         $instance->setDescription('Creates a new console command class');
  16036.         return $instance;
  16037.     }
  16038.     /**
  16039.      * Gets the private 'maker.auto_command.make_controller' shared service.
  16040.      *
  16041.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16042.      */
  16043.     protected function getMaker_AutoCommand_MakeControllerService()
  16044.     {
  16045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  16050.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16051.         $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()));
  16052.         $instance->setName('make:controller');
  16053.         $instance->setDescription('Creates a new controller class');
  16054.         return $instance;
  16055.     }
  16056.     /**
  16057.      * Gets the private 'maker.auto_command.make_crud' shared service.
  16058.      *
  16059.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16060.      */
  16061.     protected function getMaker_AutoCommand_MakeCrudService()
  16062.     {
  16063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  16068.         $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()));
  16069.         $instance->setName('make:crud');
  16070.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  16071.         return $instance;
  16072.     }
  16073.     /**
  16074.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  16075.      *
  16076.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16077.      */
  16078.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  16079.     {
  16080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16084.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  16085.         $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()));
  16086.         $instance->setName('make:data-persister');
  16087.         $instance->setDescription('Creates an API Platform data persister');
  16088.         return $instance;
  16089.     }
  16090.     /**
  16091.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  16092.      *
  16093.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16094.      */
  16095.     protected function getMaker_AutoCommand_MakeDataProviderService()
  16096.     {
  16097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16101.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  16102.         $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()));
  16103.         $instance->setName('make:data-provider');
  16104.         $instance->setDescription('Creates an API Platform data provider');
  16105.         return $instance;
  16106.     }
  16107.     /**
  16108.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  16109.      *
  16110.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16111.      */
  16112.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  16113.     {
  16114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  16119.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16120.         $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()));
  16121.         $instance->setName('make:docker:database');
  16122.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  16123.         return $instance;
  16124.     }
  16125.     /**
  16126.      * Gets the private 'maker.auto_command.make_entity' shared service.
  16127.      *
  16128.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16129.      */
  16130.     protected function getMaker_AutoCommand_MakeEntityService()
  16131.     {
  16132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  16137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  16138.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16139.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  16140.         $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);
  16141.         $instance->setName('make:entity');
  16142.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  16143.         return $instance;
  16144.     }
  16145.     /**
  16146.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  16147.      *
  16148.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16149.      */
  16150.     protected function getMaker_AutoCommand_MakeFixturesService()
  16151.     {
  16152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  16157.         $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()));
  16158.         $instance->setName('make:fixtures');
  16159.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  16160.         return $instance;
  16161.     }
  16162.     /**
  16163.      * Gets the private 'maker.auto_command.make_form' shared service.
  16164.      *
  16165.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16166.      */
  16167.     protected function getMaker_AutoCommand_MakeFormService()
  16168.     {
  16169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  16174.         $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()));
  16175.         $instance->setName('make:form');
  16176.         $instance->setDescription('Creates a new form class');
  16177.         return $instance;
  16178.     }
  16179.     /**
  16180.      * Gets the private 'maker.auto_command.make_message' shared service.
  16181.      *
  16182.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16183.      */
  16184.     protected function getMaker_AutoCommand_MakeMessageService()
  16185.     {
  16186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  16191.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16192.         $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()));
  16193.         $instance->setName('make:message');
  16194.         $instance->setDescription('Creates a new message and handler');
  16195.         return $instance;
  16196.     }
  16197.     /**
  16198.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  16199.      *
  16200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16201.      */
  16202.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  16203.     {
  16204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  16209.         $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()));
  16210.         $instance->setName('make:messenger-middleware');
  16211.         $instance->setDescription('Creates a new messenger middleware');
  16212.         return $instance;
  16213.     }
  16214.     /**
  16215.      * Gets the private 'maker.auto_command.make_migration' shared service.
  16216.      *
  16217.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16218.      */
  16219.     protected function getMaker_AutoCommand_MakeMigrationService()
  16220.     {
  16221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  16226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  16227.         $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()));
  16228.         $instance->setName('make:migration');
  16229.         $instance->setDescription('Creates a new migration based on database changes');
  16230.         return $instance;
  16231.     }
  16232.     /**
  16233.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  16234.      *
  16235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16236.      */
  16237.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  16238.     {
  16239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  16244.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16245.         $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()));
  16246.         $instance->setName('make:registration-form');
  16247.         $instance->setDescription('Creates a new registration form system');
  16248.         return $instance;
  16249.     }
  16250.     /**
  16251.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  16252.      *
  16253.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16254.      */
  16255.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  16262.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16263.         $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()));
  16264.         $instance->setName('make:reset-password');
  16265.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  16266.         return $instance;
  16267.     }
  16268.     /**
  16269.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  16270.      *
  16271.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16272.      */
  16273.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  16274.     {
  16275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  16280.         $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()));
  16281.         $instance->setName('make:serializer:encoder');
  16282.         $instance->setDescription('Creates a new serializer encoder class');
  16283.         return $instance;
  16284.     }
  16285.     /**
  16286.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  16287.      *
  16288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16289.      */
  16290.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  16291.     {
  16292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  16297.         $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()));
  16298.         $instance->setName('make:serializer:normalizer');
  16299.         $instance->setDescription('Creates a new serializer normalizer class');
  16300.         return $instance;
  16301.     }
  16302.     /**
  16303.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  16304.      *
  16305.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16306.      */
  16307.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  16308.     {
  16309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  16314.         $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()));
  16315.         $instance->setName('make:state-processor');
  16316.         $instance->setDescription('Creates an API Platform state processor');
  16317.         return $instance;
  16318.     }
  16319.     /**
  16320.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  16321.      *
  16322.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16323.      */
  16324.     protected function getMaker_AutoCommand_MakeStateProviderService()
  16325.     {
  16326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  16331.         $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()));
  16332.         $instance->setName('make:state-provider');
  16333.         $instance->setDescription('Creates an API Platform state provider');
  16334.         return $instance;
  16335.     }
  16336.     /**
  16337.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  16338.      *
  16339.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16340.      */
  16341.     protected function getMaker_AutoCommand_MakeSubscriberService()
  16342.     {
  16343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  16348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  16349.         $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()));
  16350.         $instance->setName('make:subscriber');
  16351.         $instance->setDescription('Creates a new event subscriber class');
  16352.         return $instance;
  16353.     }
  16354.     /**
  16355.      * Gets the private 'maker.auto_command.make_test' shared service.
  16356.      *
  16357.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16358.      */
  16359.     protected function getMaker_AutoCommand_MakeTestService()
  16360.     {
  16361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  16366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  16367.         $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()));
  16368.         $instance->setName('make:test');
  16369.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  16370.         $instance->setDescription('Creates a new test class');
  16371.         return $instance;
  16372.     }
  16373.     /**
  16374.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  16375.      *
  16376.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16377.      */
  16378.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  16379.     {
  16380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  16385.         $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()));
  16386.         $instance->setName('make:twig-extension');
  16387.         $instance->setDescription('Creates a new Twig extension class');
  16388.         return $instance;
  16389.     }
  16390.     /**
  16391.      * Gets the private 'maker.auto_command.make_user' shared service.
  16392.      *
  16393.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16394.      */
  16395.     protected function getMaker_AutoCommand_MakeUserService()
  16396.     {
  16397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  16402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  16403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  16404.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  16405.         $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()));
  16406.         $instance->setName('make:user');
  16407.         $instance->setDescription('Creates a new security user class');
  16408.         return $instance;
  16409.     }
  16410.     /**
  16411.      * Gets the private 'maker.auto_command.make_validator' shared service.
  16412.      *
  16413.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16414.      */
  16415.     protected function getMaker_AutoCommand_MakeValidatorService()
  16416.     {
  16417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  16422.         $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()));
  16423.         $instance->setName('make:validator');
  16424.         $instance->setDescription('Creates a new validator and constraint class');
  16425.         return $instance;
  16426.     }
  16427.     /**
  16428.      * Gets the private 'maker.auto_command.make_voter' shared service.
  16429.      *
  16430.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16431.      */
  16432.     protected function getMaker_AutoCommand_MakeVoterService()
  16433.     {
  16434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  16439.         $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()));
  16440.         $instance->setName('make:voter');
  16441.         $instance->setDescription('Creates a new security voter class');
  16442.         return $instance;
  16443.     }
  16444.     /**
  16445.      * Gets the private 'maker.doctrine_helper' shared service.
  16446.      *
  16447.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  16448.      */
  16449.     protected function getMaker_DoctrineHelperService()
  16450.     {
  16451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  16452.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  16453.         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~MXofdsc'] ?? $this->get_4DoctrineMetadataDriverMXofdscService())]]]);
  16454.     }
  16455.     /**
  16456.      * Gets the private 'maker.entity_class_generator' shared service.
  16457.      *
  16458.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  16459.      */
  16460.     protected function getMaker_EntityClassGeneratorService()
  16461.     {
  16462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  16463.         $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()));
  16464.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  16465.         return $instance;
  16466.     }
  16467.     /**
  16468.      * Gets the private 'maker.file_manager' shared service.
  16469.      *
  16470.      * @return \Symfony\Bundle\MakerBundle\FileManager
  16471.      */
  16472.     protected function getMaker_FileManagerService()
  16473.     {
  16474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  16475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  16476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  16477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  16478.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  16479.         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'));
  16480.     }
  16481.     /**
  16482.      * Gets the private 'maker.generator' shared service.
  16483.      *
  16484.      * @return \Symfony\Bundle\MakerBundle\Generator
  16485.      */
  16486.     protected function getMaker_GeneratorService()
  16487.     {
  16488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  16489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  16490.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  16491.         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));
  16492.     }
  16493.     /**
  16494.      * Gets the private 'maker.php_compat_util' shared service.
  16495.      *
  16496.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  16497.      */
  16498.     protected function getMaker_PhpCompatUtilService()
  16499.     {
  16500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  16501.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  16502.     }
  16503.     /**
  16504.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  16505.      *
  16506.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  16507.      */
  16508.     protected function getMaker_Renderer_FormTypeRendererService()
  16509.     {
  16510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  16511.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16512.     }
  16513.     /**
  16514.      * Gets the private 'mime_types' shared service.
  16515.      *
  16516.      * @return \Symfony\Component\Mime\MimeTypes
  16517.      */
  16518.     protected function getMimeTypesService()
  16519.     {
  16520.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  16521.         $instance->setDefault($instance);
  16522.         return $instance;
  16523.     }
  16524.     /**
  16525.      * Gets the private 'monolog.handler.console' shared service.
  16526.      *
  16527.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  16528.      */
  16529.     protected function getMonolog_Handler_ConsoleService()
  16530.     {
  16531.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  16532.     }
  16533.     /**
  16534.      * Gets the private 'monolog.handler.main' shared service.
  16535.      *
  16536.      * @return \Monolog\Handler\StreamHandler
  16537.      */
  16538.     protected function getMonolog_Handler_MainService()
  16539.     {
  16540.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  16541.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  16542.         return $instance;
  16543.     }
  16544.     /**
  16545.      * Gets the private 'monolog.logger' shared service.
  16546.      *
  16547.      * @return \Symfony\Bridge\Monolog\Logger
  16548.      */
  16549.     protected function getMonolog_LoggerService()
  16550.     {
  16551.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  16552.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16553.         $instance->useMicrosecondTimestamps(true);
  16554.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16555.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16556.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16557.         return $instance;
  16558.     }
  16559.     /**
  16560.      * Gets the private 'monolog.logger.cache' shared service.
  16561.      *
  16562.      * @return \Symfony\Bridge\Monolog\Logger
  16563.      */
  16564.     protected function getMonolog_Logger_CacheService()
  16565.     {
  16566.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  16567.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16568.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16569.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16570.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16571.         return $instance;
  16572.     }
  16573.     /**
  16574.      * Gets the private 'monolog.logger.mailer' shared service.
  16575.      *
  16576.      * @return \Symfony\Bridge\Monolog\Logger
  16577.      */
  16578.     protected function getMonolog_Logger_MailerService()
  16579.     {
  16580.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  16581.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16582.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16583.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16584.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16585.         return $instance;
  16586.     }
  16587.     /**
  16588.      * Gets the private 'monolog.logger.request' shared service.
  16589.      *
  16590.      * @return \Symfony\Bridge\Monolog\Logger
  16591.      */
  16592.     protected function getMonolog_Logger_RequestService()
  16593.     {
  16594.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  16595.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16596.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16597.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16598.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16599.         return $instance;
  16600.     }
  16601.     /**
  16602.      * Gets the private 'monolog.logger.security' shared service.
  16603.      *
  16604.      * @return \Symfony\Bridge\Monolog\Logger
  16605.      */
  16606.     protected function getMonolog_Logger_SecurityService()
  16607.     {
  16608.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  16609.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16610.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16611.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16612.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16613.         return $instance;
  16614.     }
  16615.     /**
  16616.      * Gets the private 'monolog.logger.snappy' shared service.
  16617.      *
  16618.      * @return \Symfony\Bridge\Monolog\Logger
  16619.      */
  16620.     protected function getMonolog_Logger_SnappyService()
  16621.     {
  16622.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  16623.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16624.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16625.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16626.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  16627.         return $instance;
  16628.     }
  16629.     /**
  16630.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  16631.      *
  16632.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  16633.      */
  16634.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  16635.     {
  16636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  16637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  16638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  16639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  16640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  16641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  16642.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  16643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  16644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  16645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  16646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  16647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  16648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  16649.         $a = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  16650.         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));
  16651.     }
  16652.     /**
  16653.      * Gets the private 'old_sound_rabbit_mq.anon_consumer_command' shared service.
  16654.      *
  16655.      * @return \OldSound\RabbitMqBundle\Command\AnonConsumerCommand
  16656.      */
  16657.     protected function getOldSoundRabbitMq_AnonConsumerCommandService()
  16658.     {
  16659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16660.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16661.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16662.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/AnonConsumerCommand.php';
  16663.         $this->privates['old_sound_rabbit_mq.anon_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\AnonConsumerCommand();
  16664.         $instance->setContainer($this);
  16665.         $instance->setName('rabbitmq:anon-consumer');
  16666.         return $instance;
  16667.     }
  16668.     /**
  16669.      * Gets the private 'old_sound_rabbit_mq.batch_consumer_command' shared service.
  16670.      *
  16671.      * @return \OldSound\RabbitMqBundle\Command\BatchConsumerCommand
  16672.      */
  16673.     protected function getOldSoundRabbitMq_BatchConsumerCommandService()
  16674.     {
  16675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16676.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16677.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BatchConsumerCommand.php';
  16678.         $this->privates['old_sound_rabbit_mq.batch_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\BatchConsumerCommand();
  16679.         $instance->setContainer($this);
  16680.         $instance->setName('rabbitmq:batch:consumer');
  16681.         return $instance;
  16682.     }
  16683.     /**
  16684.      * Gets the private 'old_sound_rabbit_mq.command.rpc_server_command' shared service.
  16685.      *
  16686.      * @return \OldSound\RabbitMqBundle\Command\RpcServerCommand
  16687.      */
  16688.     protected function getOldSoundRabbitMq_Command_RpcServerCommandService()
  16689.     {
  16690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16691.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16692.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/RpcServerCommand.php';
  16693.         $this->privates['old_sound_rabbit_mq.command.rpc_server_command'] = $instance = new \OldSound\RabbitMqBundle\Command\RpcServerCommand();
  16694.         $instance->setContainer($this);
  16695.         $instance->setName('rabbitmq:rpc-server');
  16696.         return $instance;
  16697.     }
  16698.     /**
  16699.      * Gets the private 'old_sound_rabbit_mq.command.setup_fabric_command' shared service.
  16700.      *
  16701.      * @return \OldSound\RabbitMqBundle\Command\SetupFabricCommand
  16702.      */
  16703.     protected function getOldSoundRabbitMq_Command_SetupFabricCommandService()
  16704.     {
  16705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16706.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16707.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/SetupFabricCommand.php';
  16708.         $this->privates['old_sound_rabbit_mq.command.setup_fabric_command'] = $instance = new \OldSound\RabbitMqBundle\Command\SetupFabricCommand();
  16709.         $instance->setContainer($this);
  16710.         $instance->setName('rabbitmq:setup-fabric');
  16711.         return $instance;
  16712.     }
  16713.     /**
  16714.      * Gets the private 'old_sound_rabbit_mq.command.std_in_producer_command' shared service.
  16715.      *
  16716.      * @return \OldSound\RabbitMqBundle\Command\StdInProducerCommand
  16717.      */
  16718.     protected function getOldSoundRabbitMq_Command_StdInProducerCommandService()
  16719.     {
  16720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16721.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16722.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/StdInProducerCommand.php';
  16723.         $this->privates['old_sound_rabbit_mq.command.std_in_producer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\StdInProducerCommand();
  16724.         $instance->setContainer($this);
  16725.         $instance->setName('rabbitmq:stdin-producer');
  16726.         return $instance;
  16727.     }
  16728.     /**
  16729.      * Gets the private 'old_sound_rabbit_mq.consumer_command' shared service.
  16730.      *
  16731.      * @return \OldSound\RabbitMqBundle\Command\ConsumerCommand
  16732.      */
  16733.     protected function getOldSoundRabbitMq_ConsumerCommandService()
  16734.     {
  16735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16736.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16737.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16738.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  16739.         $this->privates['old_sound_rabbit_mq.consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\ConsumerCommand();
  16740.         $instance->setContainer($this);
  16741.         $instance->setName('rabbitmq:consumer');
  16742.         return $instance;
  16743.     }
  16744.     /**
  16745.      * Gets the private 'old_sound_rabbit_mq.delete_command' shared service.
  16746.      *
  16747.      * @return \OldSound\RabbitMqBundle\Command\DeleteCommand
  16748.      */
  16749.     protected function getOldSoundRabbitMq_DeleteCommandService()
  16750.     {
  16751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16752.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16753.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16754.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  16755.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DeleteCommand.php';
  16756.         $this->privates['old_sound_rabbit_mq.delete_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DeleteCommand();
  16757.         $instance->setContainer($this);
  16758.         $instance->setName('rabbitmq:delete');
  16759.         return $instance;
  16760.     }
  16761.     /**
  16762.      * Gets the private 'old_sound_rabbit_mq.dynamic_consumer_command' shared service.
  16763.      *
  16764.      * @return \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand
  16765.      */
  16766.     protected function getOldSoundRabbitMq_DynamicConsumerCommandService()
  16767.     {
  16768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16769.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16770.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16771.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/DynamicConsumerCommand.php';
  16772.         $this->privates['old_sound_rabbit_mq.dynamic_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\DynamicConsumerCommand();
  16773.         $instance->setContainer($this);
  16774.         $instance->setName('rabbitmq:dynamic-consumer');
  16775.         return $instance;
  16776.     }
  16777.     /**
  16778.      * Gets the private 'old_sound_rabbit_mq.multiple_consumer_command' shared service.
  16779.      *
  16780.      * @return \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand
  16781.      */
  16782.     protected function getOldSoundRabbitMq_MultipleConsumerCommandService()
  16783.     {
  16784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16785.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16786.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16787.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/MultipleConsumerCommand.php';
  16788.         $this->privates['old_sound_rabbit_mq.multiple_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\MultipleConsumerCommand();
  16789.         $instance->setContainer($this);
  16790.         $instance->setName('rabbitmq:multiple-consumer');
  16791.         return $instance;
  16792.     }
  16793.     /**
  16794.      * Gets the private 'old_sound_rabbit_mq.purge_consumer_command' shared service.
  16795.      *
  16796.      * @return \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand
  16797.      */
  16798.     protected function getOldSoundRabbitMq_PurgeConsumerCommandService()
  16799.     {
  16800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16801.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseRabbitMqCommand.php';
  16802.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/BaseConsumerCommand.php';
  16803.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/ConsumerCommand.php';
  16804.         include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Command/PurgeConsumerCommand.php';
  16805.         $this->privates['old_sound_rabbit_mq.purge_consumer_command'] = $instance = new \OldSound\RabbitMqBundle\Command\PurgeConsumerCommand();
  16806.         $instance->setContainer($this);
  16807.         $instance->setName('rabbitmq:purge');
  16808.         return $instance;
  16809.     }
  16810.     /**
  16811.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  16812.      *
  16813.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  16814.      */
  16815.     protected function getOneupUploader_Command_ClearChunksService()
  16816.     {
  16817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16818.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  16819.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  16820.         $instance->setName('oneup:uploader:clear-chunks');
  16821.         return $instance;
  16822.     }
  16823.     /**
  16824.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  16825.      *
  16826.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  16827.      */
  16828.     protected function getOneupUploader_Command_ClearOrphansService()
  16829.     {
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16831.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  16832.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  16833.         $instance->setName('oneup:uploader:clear-orphans');
  16834.         return $instance;
  16835.     }
  16836.     /**
  16837.      * Gets the private 'parameter_bag' shared service.
  16838.      *
  16839.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  16840.      */
  16841.     protected function getParameterBagService()
  16842.     {
  16843.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  16844.     }
  16845.     /**
  16846.      * Gets the private 'profiler_listener' shared service.
  16847.      *
  16848.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  16849.      */
  16850.     protected function getProfilerListenerService()
  16851.     {
  16852.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  16853.         if (isset($this->privates['profiler_listener'])) {
  16854.             return $this->privates['profiler_listener'];
  16855.         }
  16856.         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);
  16857.     }
  16858.     /**
  16859.      * Gets the private 'property_accessor' shared service.
  16860.      *
  16861.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  16862.      */
  16863.     protected function getPropertyAccessorService()
  16864.     {
  16865.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16866.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  16867.     }
  16868.     /**
  16869.      * Gets the private 'property_info' shared service.
  16870.      *
  16871.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  16872.      */
  16873.     protected function getPropertyInfoService()
  16874.     {
  16875.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  16876.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  16877.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16878.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16879.         }, 3), new RewindableGenerator(function () {
  16880.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16881.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16882.         }, 2), new RewindableGenerator(function () {
  16883.             return new \EmptyIterator();
  16884.         }, 0), new RewindableGenerator(function () {
  16885.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  16886.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16887.         }, 2), new RewindableGenerator(function () {
  16888.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  16889.         }, 1));
  16890.     }
  16891.     /**
  16892.      * Gets the private 'property_info.serializer_extractor' shared service.
  16893.      *
  16894.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  16895.      */
  16896.     protected function getPropertyInfo_SerializerExtractorService()
  16897.     {
  16898.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  16899.         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()));
  16900.     }
  16901.     /**
  16902.      * Gets the private 'router.cache_warmer' shared service.
  16903.      *
  16904.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  16905.      */
  16906.     protected function getRouter_CacheWarmerService()
  16907.     {
  16908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  16910.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16911.             'router' => ['services''router''getRouterService'false],
  16912.         ], [
  16913.             'router' => '?',
  16914.         ]))->withContext('router.cache_warmer'$this));
  16915.     }
  16916.     /**
  16917.      * Gets the private 'router.expression_language_provider' shared service.
  16918.      *
  16919.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  16920.      */
  16921.     protected function getRouter_ExpressionLanguageProviderService()
  16922.     {
  16923.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16924.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  16925.         ], [
  16926.             'env' => 'Closure',
  16927.         ]));
  16928.     }
  16929.     /**
  16930.      * Gets the private 'router.request_context' shared service.
  16931.      *
  16932.      * @return \Symfony\Component\Routing\RequestContext
  16933.      */
  16934.     protected function getRouter_RequestContextService()
  16935.     {
  16936.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  16937.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  16938.         return $instance;
  16939.     }
  16940.     /**
  16941.      * Gets the private 'router_listener' shared service.
  16942.      *
  16943.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  16944.      */
  16945.     protected function getRouterListenerService()
  16946.     {
  16947.         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);
  16948.     }
  16949.     /**
  16950.      * Gets the private 'secrets.vault' shared service.
  16951.      *
  16952.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  16953.      */
  16954.     protected function getSecrets_VaultService()
  16955.     {
  16956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  16957.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  16958.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  16959.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  16960.         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'));
  16961.     }
  16962.     /**
  16963.      * Gets the private 'security.access_listener' shared service.
  16964.      *
  16965.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  16966.      */
  16967.     protected function getSecurity_AccessListenerService()
  16968.     {
  16969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  16970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  16971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  16972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  16973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  16974.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  16975.         if (isset($this->privates['security.access_listener'])) {
  16976.             return $this->privates['security.access_listener'];
  16977.         }
  16978.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  16979.         if (isset($this->privates['security.access_listener'])) {
  16980.             return $this->privates['security.access_listener'];
  16981.         }
  16982.         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);
  16983.     }
  16984.     /**
  16985.      * Gets the private 'security.authentication.guard_handler' shared service.
  16986.      *
  16987.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  16988.      *
  16989.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  16990.      */
  16991.     protected function getSecurity_Authentication_GuardHandlerService()
  16992.     {
  16993.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  16994.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16995.         if (isset($this->privates['security.authentication.guard_handler'])) {
  16996.             return $this->privates['security.authentication.guard_handler'];
  16997.         }
  16998.         $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']);
  16999.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  17000.         return $instance;
  17001.     }
  17002.     /**
  17003.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  17004.      *
  17005.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  17006.      *
  17007.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  17008.      */
  17009.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  17010.     {
  17011.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  17012.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17013.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  17014.             return $this->privates['security.authentication.listener.anonymous.main'];
  17015.         }
  17016.         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);
  17017.     }
  17018.     /**
  17019.      * Gets the private 'security.authentication.listener.form.login' shared service.
  17020.      *
  17021.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  17022.      *
  17023.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.login" service is deprecated, use the new authenticator system instead.
  17024.      */
  17025.     protected function getSecurity_Authentication_Listener_Form_LoginService()
  17026.     {
  17027.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.login" service is deprecated, use the new authenticator system instead.');
  17028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  17030.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  17031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  17033.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  17034.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17035.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17036.             return $this->privates['security.authentication.listener.form.login'];
  17037.         }
  17038.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  17039.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17040.             return $this->privates['security.authentication.listener.form.login'];
  17041.         }
  17042.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17043.         if (isset($this->privates['security.authentication.listener.form.login'])) {
  17044.             return $this->privates['security.authentication.listener.form.login'];
  17045.         }
  17046.         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);
  17047.     }
  17048.     /**
  17049.      * Gets the private 'security.authentication.listener.form.main' shared service.
  17050.      *
  17051.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  17052.      *
  17053.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  17054.      */
  17055.     protected function getSecurity_Authentication_Listener_Form_MainService()
  17056.     {
  17057.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  17058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  17063.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17064.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  17065.             return $this->privates['security.authentication.listener.form.main'];
  17066.         }
  17067.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17068.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  17069.             return $this->privates['security.authentication.listener.form.main'];
  17070.         }
  17071.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17072.         if (isset($this->privates['security.authentication.listener.form.main'])) {
  17073.             return $this->privates['security.authentication.listener.form.main'];
  17074.         }
  17075.         $d = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17076.         $e = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($d, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17077.         $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]);
  17078.         $e->setFirewallName('main');
  17079.         $f = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  17080.         $g = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($b$d, [], $f);
  17081.         $g->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  17082.         $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()));
  17083.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  17084.         return $instance;
  17085.     }
  17086.     /**
  17087.      * Gets the private 'security.authentication.listener.form.mobile' shared service.
  17088.      *
  17089.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  17090.      *
  17091.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.mobile" service is deprecated, use the new authenticator system instead.
  17092.      */
  17093.     protected function getSecurity_Authentication_Listener_Form_MobileService()
  17094.     {
  17095.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.mobile" service is deprecated, use the new authenticator system instead.');
  17096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  17098.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  17099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  17101.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  17102.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17103.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  17104.             return $this->privates['security.authentication.listener.form.mobile'];
  17105.         }
  17106.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  17107.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  17108.             return $this->privates['security.authentication.listener.form.mobile'];
  17109.         }
  17110.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17111.         if (isset($this->privates['security.authentication.listener.form.mobile'])) {
  17112.             return $this->privates['security.authentication.listener.form.mobile'];
  17113.         }
  17114.         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);
  17115.     }
  17116.     /**
  17117.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  17118.      *
  17119.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  17120.      *
  17121.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  17122.      */
  17123.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  17124.     {
  17125.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  17126.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  17127.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  17128.             return $this->privates['security.authentication.listener.guard.api'];
  17129.         }
  17130.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17131.         if (isset($this->privates['security.authentication.listener.guard.api'])) {
  17132.             return $this->privates['security.authentication.listener.guard.api'];
  17133.         }
  17134.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api', new RewindableGenerator(function () {
  17135.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17136.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  17137.     }
  17138.     /**
  17139.      * Gets the private 'security.authentication.listener.guard.api_mobile' shared service.
  17140.      *
  17141.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  17142.      *
  17143.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api_mobile" service is deprecated, use the new authenticator system instead.
  17144.      */
  17145.     protected function getSecurity_Authentication_Listener_Guard_ApiMobileService()
  17146.     {
  17147.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api_mobile" service is deprecated, use the new authenticator system instead.');
  17148.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  17149.         if (isset($this->privates['security.authentication.listener.guard.api_mobile'])) {
  17150.             return $this->privates['security.authentication.listener.guard.api_mobile'];
  17151.         }
  17152.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17153.         if (isset($this->privates['security.authentication.listener.guard.api_mobile'])) {
  17154.             return $this->privates['security.authentication.listener.guard.api_mobile'];
  17155.         }
  17156.         return $this->privates['security.authentication.listener.guard.api_mobile'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'api_mobile', new RewindableGenerator(function () {
  17157.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17158.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  17159.     }
  17160.     /**
  17161.      * Gets the private 'security.authentication.listener.json.login' shared service.
  17162.      *
  17163.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  17164.      *
  17165.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.
  17166.      */
  17167.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  17168.     {
  17169.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.');
  17170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  17172.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  17173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  17175.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  17176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  17177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  17178.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17179.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  17180.             return $this->privates['security.authentication.listener.json.login'];
  17181.         }
  17182.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  17183.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  17184.             return $this->privates['security.authentication.listener.json.login'];
  17185.         }
  17186.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17187.         if (isset($this->privates['security.authentication.listener.json.login'])) {
  17188.             return $this->privates['security.authentication.listener.json.login'];
  17189.         }
  17190.         $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()));
  17191.         if ($this->has('translator')) {
  17192.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  17193.         }
  17194.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  17195.         return $instance;
  17196.     }
  17197.     /**
  17198.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  17199.      *
  17200.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  17201.      *
  17202.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  17203.      */
  17204.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  17205.     {
  17206.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  17207.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  17208.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  17209.             return $this->privates['security.authentication.listener.rememberme.main'];
  17210.         }
  17211.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17212.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  17213.             return $this->privates['security.authentication.listener.rememberme.main'];
  17214.         }
  17215.         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()));
  17216.     }
  17217.     /**
  17218.      * Gets the private 'security.authentication.manager' shared service.
  17219.      *
  17220.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  17221.      *
  17222.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  17223.      */
  17224.     protected function getSecurity_Authentication_ManagerService()
  17225.     {
  17226.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  17227.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  17228.             yield => ($this->privates['security.authentication.provider.dao.mobile'] ?? $this->getSecurity_Authentication_Provider_Dao_MobileService());
  17229.             yield => ($this->privates['security.authentication.provider.guard.api_mobile'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiMobileService());
  17230.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  17231.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  17232.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  17233.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  17234.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  17235.         }, 7), true);
  17236.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17237.         return $instance;
  17238.     }
  17239.     /**
  17240.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  17241.      *
  17242.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  17243.      *
  17244.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  17245.      */
  17246.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  17247.     {
  17248.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  17249.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  17250.     }
  17251.     /**
  17252.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  17253.      *
  17254.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  17255.      *
  17256.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
  17257.      */
  17258.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  17259.     {
  17260.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');
  17261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17263.         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);
  17264.     }
  17265.     /**
  17266.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  17267.      *
  17268.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  17269.      *
  17270.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  17271.      */
  17272.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  17273.     {
  17274.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  17275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17277.         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);
  17278.     }
  17279.     /**
  17280.      * Gets the private 'security.authentication.provider.dao.mobile' shared service.
  17281.      *
  17282.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  17283.      *
  17284.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.mobile" service is deprecated, use the new authenticator system instead.
  17285.      */
  17286.     protected function getSecurity_Authentication_Provider_Dao_MobileService()
  17287.     {
  17288.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.mobile" service is deprecated, use the new authenticator system instead.');
  17289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17291.         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);
  17292.     }
  17293.     /**
  17294.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  17295.      *
  17296.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  17297.      *
  17298.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  17299.      */
  17300.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  17301.     {
  17302.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  17303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17305.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  17306.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17307.         }, 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()));
  17308.     }
  17309.     /**
  17310.      * Gets the private 'security.authentication.provider.guard.api_mobile' shared service.
  17311.      *
  17312.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  17313.      *
  17314.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api_mobile" service is deprecated, use the new authenticator system instead.
  17315.      */
  17316.     protected function getSecurity_Authentication_Provider_Guard_ApiMobileService()
  17317.     {
  17318.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api_mobile" service is deprecated, use the new authenticator system instead.');
  17319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17320.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17321.         return $this->privates['security.authentication.provider.guard.api_mobile'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  17322.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17323.         }, 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()));
  17324.     }
  17325.     /**
  17326.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  17327.      *
  17328.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  17329.      *
  17330.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  17331.      */
  17332.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  17333.     {
  17334.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  17335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  17337.         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');
  17338.     }
  17339.     /**
  17340.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  17341.      *
  17342.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  17343.      */
  17344.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  17345.     {
  17346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  17347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  17348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  17349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  17350.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  17351.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  17352.         }, 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()));
  17353.     }
  17354.     /**
  17355.      * Gets the private 'security.authentication.session_strategy' shared service.
  17356.      *
  17357.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  17358.      */
  17359.     protected function getSecurity_Authentication_SessionStrategyService()
  17360.     {
  17361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  17362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  17363.         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()));
  17364.     }
  17365.     /**
  17366.      * Gets the private 'security.authentication_utils' shared service.
  17367.      *
  17368.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  17369.      */
  17370.     protected function getSecurity_AuthenticationUtilsService()
  17371.     {
  17372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  17373.         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())));
  17374.     }
  17375.     /**
  17376.      * Gets the private 'security.channel_listener' shared service.
  17377.      *
  17378.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  17379.      */
  17380.     protected function getSecurity_ChannelListenerService()
  17381.     {
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  17384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  17385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  17387.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17388.         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());
  17389.     }
  17390.     /**
  17391.      * Gets the private 'security.command.debug_firewall' shared service.
  17392.      *
  17393.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  17394.      */
  17395.     protected function getSecurity_Command_DebugFirewallService()
  17396.     {
  17397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  17399.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.GN6jNX2'] ?? $this->get_ServiceLocator_GN6jNX2Service()), ($this->privates['.service_locator.VmBnF5P'] ?? $this->get_ServiceLocator_VmBnF5PService()), [], false);
  17400.         $instance->setName('debug:firewall');
  17401.         $instance->setDescription('Display information about your security firewall(s)');
  17402.         return $instance;
  17403.     }
  17404.     /**
  17405.      * Gets the private 'security.command.user_password_encoder' shared service.
  17406.      *
  17407.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  17408.      *
  17409.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  17410.      */
  17411.     protected function getSecurity_Command_UserPasswordEncoderService()
  17412.     {
  17413.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  17414.         $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']);
  17415.         $instance->setName('security:encode-password');
  17416.         $instance->setDescription('Encode a password');
  17417.         return $instance;
  17418.     }
  17419.     /**
  17420.      * Gets the private 'security.command.user_password_hash' shared service.
  17421.      *
  17422.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  17423.      */
  17424.     protected function getSecurity_Command_UserPasswordHashService()
  17425.     {
  17426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17427.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  17428.         $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']);
  17429.         $instance->setName('security:hash-password');
  17430.         $instance->setDescription('Hash a user password');
  17431.         return $instance;
  17432.     }
  17433.     /**
  17434.      * Gets the private 'security.context_listener.0' shared service.
  17435.      *
  17436.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  17437.      */
  17438.     protected function getSecurity_ContextListener_0Service()
  17439.     {
  17440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  17441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  17442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  17443.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17444.         if (isset($this->privates['security.context_listener.0'])) {
  17445.             return $this->privates['security.context_listener.0'];
  17446.         }
  17447.         $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 () {
  17448.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  17449.         }, 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']);
  17450.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  17451.         return $instance;
  17452.     }
  17453.     /**
  17454.      * Gets the private 'security.csrf.token_storage' shared service.
  17455.      *
  17456.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  17457.      */
  17458.     protected function getSecurity_Csrf_TokenStorageService()
  17459.     {
  17460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  17461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  17462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  17463.         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())));
  17464.     }
  17465.     /**
  17466.      * Gets the private 'security.encoder_factory.generic' shared service.
  17467.      *
  17468.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  17469.      *
  17470.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  17471.      */
  17472.     protected function getSecurity_EncoderFactory_GenericService()
  17473.     {
  17474.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  17475.         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']]]);
  17476.     }
  17477.     /**
  17478.      * Gets the private 'security.event_dispatcher.api' shared service.
  17479.      *
  17480.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17481.      */
  17482.     protected function getSecurity_EventDispatcher_ApiService()
  17483.     {
  17484.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17485.         $instance->addListener('security.interactive_login', [=> function () {
  17486.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  17487.         }, => 'onInteractiveLogin'], 0);
  17488.         $instance->addListener('security.interactive_login', [=> function () {
  17489.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  17490.         }, => 'onSecurityInteractiveLogin'], 0);
  17491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17492.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  17493.         }, => 'onLogout'], 0);
  17494.         return $instance;
  17495.     }
  17496.     /**
  17497.      * Gets the private 'security.event_dispatcher.api_mobile' shared service.
  17498.      *
  17499.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17500.      */
  17501.     protected function getSecurity_EventDispatcher_ApiMobileService()
  17502.     {
  17503.         $this->privates['security.event_dispatcher.api_mobile'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17504.         $instance->addListener('security.interactive_login', [=> function () {
  17505.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  17506.         }, => 'onInteractiveLogin'], 0);
  17507.         $instance->addListener('security.interactive_login', [=> function () {
  17508.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  17509.         }, => 'onSecurityInteractiveLogin'], 0);
  17510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17511.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  17512.         }, => 'onLogout'], 0);
  17513.         return $instance;
  17514.     }
  17515.     /**
  17516.      * Gets the private 'security.event_dispatcher.login' shared service.
  17517.      *
  17518.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17519.      */
  17520.     protected function getSecurity_EventDispatcher_LoginService()
  17521.     {
  17522.         $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17523.         $instance->addListener('security.interactive_login', [=> function () {
  17524.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  17525.         }, => 'onInteractiveLogin'], 0);
  17526.         $instance->addListener('security.interactive_login', [=> function () {
  17527.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  17528.         }, => 'onSecurityInteractiveLogin'], 0);
  17529.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17530.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  17531.         }, => 'onLogout'], 0);
  17532.         return $instance;
  17533.     }
  17534.     /**
  17535.      * Gets the private 'security.event_dispatcher.main' shared service.
  17536.      *
  17537.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17538.      */
  17539.     protected function getSecurity_EventDispatcher_MainService()
  17540.     {
  17541.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17542.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17543.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  17544.         }, => 'onLogout'], 64);
  17545.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17546.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  17547.         }, => 'onLogout'], 0);
  17548.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17549.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  17550.         }, => 'onLogout'], 0);
  17551.         $instance->addListener('security.interactive_login', [=> function () {
  17552.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  17553.         }, => 'onInteractiveLogin'], 0);
  17554.         $instance->addListener('security.interactive_login', [=> function () {
  17555.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  17556.         }, => 'onSecurityInteractiveLogin'], 0);
  17557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17558.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  17559.         }, => 'onLogout'], 0);
  17560.         return $instance;
  17561.     }
  17562.     /**
  17563.      * Gets the private 'security.event_dispatcher.mobile' shared service.
  17564.      *
  17565.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  17566.      */
  17567.     protected function getSecurity_EventDispatcher_MobileService()
  17568.     {
  17569.         $this->privates['security.event_dispatcher.mobile'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  17570.         $instance->addListener('security.interactive_login', [=> function () {
  17571.             return ($this->privates['App\\EventSubscriber\\UserLocaleSubscriber'] ?? $this->getUserLocaleSubscriberService());
  17572.         }, => 'onInteractiveLogin'], 0);
  17573.         $instance->addListener('security.interactive_login', [=> function () {
  17574.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  17575.         }, => 'onSecurityInteractiveLogin'], 0);
  17576.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  17577.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  17578.         }, => 'onLogout'], 0);
  17579.         return $instance;
  17580.     }
  17581.     /**
  17582.      * Gets the private 'security.expression_language' shared service.
  17583.      *
  17584.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  17585.      */
  17586.     protected function getSecurity_ExpressionLanguageService()
  17587.     {
  17588.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  17589.         $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())));
  17590.         return $instance;
  17591.     }
  17592.     /**
  17593.      * Gets the private 'security.firewall.map' shared service.
  17594.      *
  17595.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  17596.      */
  17597.     protected function getSecurity_Firewall_MapService()
  17598.     {
  17599.         $a = ($this->privates['.service_locator.GN6jNX2'] ?? $this->get_ServiceLocator_GN6jNX2Service());
  17600.         if (isset($this->privates['security.firewall.map'])) {
  17601.             return $this->privates['security.firewall.map'];
  17602.         }
  17603.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  17604.             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')));
  17605.             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')));
  17606.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.xn.L2.j'] ?? ($this->privates['.security.request_matcher.xn.L2.j'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login''^'.$this->getEnv('string:api_domain').'$')));
  17607.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.GHVX0iT'] ?? ($this->privates['.security.request_matcher.GHVX0iT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/''^'.$this->getEnv('string:api_domain').'$')));
  17608.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  17609.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Jr7kVQR'] ?? ($this->privates['.security.request_matcher.Jr7kVQR'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler))/')));
  17610.         }, 6));
  17611.     }
  17612.     /**
  17613.      * Gets the private 'security.firewall.map.context.api' shared service.
  17614.      *
  17615.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17616.      */
  17617.     protected function getSecurity_Firewall_Map_Context_ApiService()
  17618.     {
  17619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17622.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17623.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17624.         if (isset($this->privates['security.firewall.map.context.api'])) {
  17625.             return $this->privates['security.firewall.map.context.api'];
  17626.         }
  17627.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17628.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17629.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  17630.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17631.         }, 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.GHVX0iT'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  17632.     }
  17633.     /**
  17634.      * Gets the private 'security.firewall.map.context.api_mobile' shared service.
  17635.      *
  17636.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17637.      */
  17638.     protected function getSecurity_Firewall_Map_Context_ApiMobileService()
  17639.     {
  17640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17644.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  17645.         if (isset($this->privates['security.firewall.map.context.api_mobile'])) {
  17646.             return $this->privates['security.firewall.map.context.api_mobile'];
  17647.         }
  17648.         return $this->privates['security.firewall.map.context.api_mobile'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17649.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17650.             yield => ($this->privates['security.authentication.listener.guard.api_mobile'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiMobileService());
  17651.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17652.         }, 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));
  17653.     }
  17654.     /**
  17655.      * Gets the private 'security.firewall.map.context.dev' shared service.
  17656.      *
  17657.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17658.      */
  17659.     protected function getSecurity_Firewall_Map_Context_DevService()
  17660.     {
  17661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17663.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17664.             return new \EmptyIterator();
  17665.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Jr7kVQR'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  17666.     }
  17667.     /**
  17668.      * Gets the private 'security.firewall.map.context.login' shared service.
  17669.      *
  17670.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17671.      */
  17672.     protected function getSecurity_Firewall_Map_Context_LoginService()
  17673.     {
  17674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17676.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  17679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17680.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17681.         if (isset($this->privates['security.firewall.map.context.login'])) {
  17682.             return $this->privates['security.firewall.map.context.login'];
  17683.         }
  17684.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17685.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17686.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17687.             yield => ($this->privates['security.authentication.listener.form.login'] ?? $this->getSecurity_Authentication_Listener_Form_LoginService());
  17688.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  17689.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17690.         }, 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.xn.L2.j'truetrue'fos_user.user_provider.username_email'NULL'security.authentication.form_entry_point.login'NULLNULL, [=> 'form_login'=> 'json_login'], NULL));
  17691.     }
  17692.     /**
  17693.      * Gets the private 'security.firewall.map.context.main' shared service.
  17694.      *
  17695.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17696.      */
  17697.     protected function getSecurity_Firewall_Map_Context_MainService()
  17698.     {
  17699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  17704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  17705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  17706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  17707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17708.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17709.         if (isset($this->privates['security.firewall.map.context.main'])) {
  17710.             return $this->privates['security.firewall.map.context.main'];
  17711.         }
  17712.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  17713.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17714.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17715.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17716.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  17717.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  17718.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  17719.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  17720.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17721.         }, 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));
  17722.     }
  17723.     /**
  17724.      * Gets the private 'security.firewall.map.context.mobile' shared service.
  17725.      *
  17726.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  17727.      */
  17728.     protected function getSecurity_Firewall_Map_Context_MobileService()
  17729.     {
  17730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  17731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  17733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  17735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  17736.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17737.         if (isset($this->privates['security.firewall.map.context.mobile'])) {
  17738.             return $this->privates['security.firewall.map.context.mobile'];
  17739.         }
  17740.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17741.         return $this->privates['security.firewall.map.context.mobile'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  17742.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  17743.             yield => ($this->privates['security.authentication.listener.form.mobile'] ?? $this->getSecurity_Authentication_Listener_Form_MobileService());
  17744.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  17745.         }, 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));
  17746.     }
  17747.     /**
  17748.      * Gets the private 'security.helper' shared service.
  17749.      *
  17750.      * @return \Symfony\Component\Security\Core\Security
  17751.      */
  17752.     protected function getSecurity_HelperService()
  17753.     {
  17754.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  17755.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17756.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  17757.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  17758.         ], [
  17759.             'security.authorization_checker' => '?',
  17760.             'security.token_storage' => '?',
  17761.         ]));
  17762.     }
  17763.     /**
  17764.      * Gets the private 'security.http_utils' shared service.
  17765.      *
  17766.      * @return \Symfony\Component\Security\Http\HttpUtils
  17767.      */
  17768.     protected function getSecurity_HttpUtilsService()
  17769.     {
  17770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  17771.         $a = ($this->services['router'] ?? $this->getRouterService());
  17772.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  17773.     }
  17774.     /**
  17775.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  17776.      *
  17777.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  17778.      */
  17779.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  17780.     {
  17781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  17782.         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()));
  17783.     }
  17784.     /**
  17785.      * Gets the private 'security.logout.listener.default.main' shared service.
  17786.      *
  17787.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  17788.      */
  17789.     protected function getSecurity_Logout_Listener_Default_MainService()
  17790.     {
  17791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  17792.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  17793.     }
  17794.     /**
  17795.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  17796.      *
  17797.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  17798.      */
  17799.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  17800.     {
  17801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  17802.         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()));
  17803.     }
  17804.     /**
  17805.      * Gets the private 'security.logout_url_generator' shared service.
  17806.      *
  17807.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  17808.      */
  17809.     protected function getSecurity_LogoutUrlGeneratorService()
  17810.     {
  17811.         $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()));
  17812.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  17813.         return $instance;
  17814.     }
  17815.     /**
  17816.      * Gets the private 'security.password_hasher_factory' shared service.
  17817.      *
  17818.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  17819.      */
  17820.     protected function getSecurity_PasswordHasherFactoryService()
  17821.     {
  17822.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  17823.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  17824.         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']]]);
  17825.     }
  17826.     /**
  17827.      * Gets the private 'security.role_hierarchy' shared service.
  17828.      *
  17829.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  17830.      */
  17831.     protected function getSecurity_RoleHierarchyService()
  17832.     {
  17833.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  17834.     }
  17835.     /**
  17836.      * Gets the private 'security.user_password_hasher' shared service.
  17837.      *
  17838.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  17839.      */
  17840.     protected function getSecurity_UserPasswordHasherService()
  17841.     {
  17842.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  17843.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  17844.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  17845.     }
  17846.     /**
  17847.      * Gets the private 'security.validator.user_password' shared service.
  17848.      *
  17849.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  17850.      */
  17851.     protected function getSecurity_Validator_UserPasswordService()
  17852.     {
  17853.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17854.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  17856.         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()));
  17857.     }
  17858.     /**
  17859.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  17860.      *
  17861.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  17862.      */
  17863.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  17864.     {
  17865.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  17866.     }
  17867.     /**
  17868.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  17869.      *
  17870.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  17871.      */
  17872.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  17873.     {
  17874.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  17875.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  17876.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  17877.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  17878.     }
  17879.     /**
  17880.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  17881.      *
  17882.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  17883.      */
  17884.     protected function getSensioFrameworkExtra_Security_ListenerService()
  17885.     {
  17886.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  17887.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  17888.             return $this->privates['sensio_framework_extra.security.listener'];
  17889.         }
  17890.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  17891.         $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())));
  17892.         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()));
  17893.     }
  17894.     /**
  17895.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  17896.      *
  17897.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  17898.      */
  17899.     protected function getSensioFrameworkExtra_View_ListenerService()
  17900.     {
  17901.         $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))));
  17902.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17903.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17904.         ], [
  17905.             'twig' => '?',
  17906.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  17907.         return $instance;
  17908.     }
  17909.     /**
  17910.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  17911.      *
  17912.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  17913.      */
  17914.     protected function getSerializer_Mapping_CacheWarmerService()
  17915.     {
  17916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  17919.         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'));
  17920.     }
  17921.     /**
  17922.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  17923.      *
  17924.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  17925.      */
  17926.     protected function getSerializer_NameConverter_MetadataAwareService()
  17927.     {
  17928.         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()));
  17929.     }
  17930.     /**
  17931.      * Gets the private 'session.factory' shared service.
  17932.      *
  17933.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  17934.      */
  17935.     protected function getSession_FactoryService()
  17936.     {
  17937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  17938.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  17939.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  17940.         if (isset($this->privates['session.factory'])) {
  17941.             return $this->privates['session.factory'];
  17942.         }
  17943.         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']);
  17944.     }
  17945.     /**
  17946.      * Gets the private 'session.storage.factory.service' shared service.
  17947.      *
  17948.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  17949.      *
  17950.      * @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.
  17951.      */
  17952.     protected function getSession_Storage_Factory_ServiceService()
  17953.     {
  17954.         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.');
  17955.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  17956.     }
  17957.     /**
  17958.      * Gets the private 'session.storage.metadata_bag' shared service.
  17959.      *
  17960.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  17961.      *
  17962.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  17963.      */
  17964.     protected function getSession_Storage_MetadataBagService()
  17965.     {
  17966.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  17967.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  17968.     }
  17969.     /**
  17970.      * Gets the private 'session.storage.native' shared service.
  17971.      *
  17972.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  17973.      *
  17974.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  17975.      */
  17976.     protected function getSession_Storage_NativeService()
  17977.     {
  17978.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  17979.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  17980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  17981.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  17982.         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());
  17983.     }
  17984.     /**
  17985.      * Gets the private 'session_listener' shared service.
  17986.      *
  17987.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  17988.      */
  17989.     protected function getSessionListenerService()
  17990.     {
  17991.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17992.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  17993.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  17994.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  17995.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  17996.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  17997.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  17998.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  17999.         ], [
  18000.             'initialized_session' => '?',
  18001.             'logger' => '?',
  18002.             'request_stack' => '?',
  18003.             'session' => '?',
  18004.             'session_collector' => '?',
  18005.             'session_factory' => '?',
  18006.             'session_storage' => '?',
  18007.         ]), true$this->parameters['session.storage.options']);
  18008.     }
  18009.     /**
  18010.      * Gets the private 'slugger' shared service.
  18011.      *
  18012.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  18013.      */
  18014.     protected function getSluggerService()
  18015.     {
  18016.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  18017.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  18018.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  18019.     }
  18020.     /**
  18021.      * Gets the private 'state_machine.network_validation.metadata_store' shared service.
  18022.      *
  18023.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  18024.      */
  18025.     protected function getStateMachine_NetworkValidation_MetadataStoreService()
  18026.     {
  18027.         return $this->privates['state_machine.network_validation.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  18028.     }
  18029.     /**
  18030.      * Gets the private 'state_machine.prospect_validation.metadata_store' shared service.
  18031.      *
  18032.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  18033.      */
  18034.     protected function getStateMachine_ProspectValidation_MetadataStoreService()
  18035.     {
  18036.         return $this->privates['state_machine.prospect_validation.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  18037.     }
  18038.     /**
  18039.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  18040.      *
  18041.      * @return \Gedmo\Sluggable\SluggableListener
  18042.      */
  18043.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  18044.     {
  18045.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18046.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18047.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  18048.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  18049.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18050.         return $instance;
  18051.     }
  18052.     /**
  18053.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  18054.      *
  18055.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  18056.      */
  18057.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  18058.     {
  18059.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18060.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18061.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  18062.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  18063.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18064.         return $instance;
  18065.     }
  18066.     /**
  18067.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  18068.      *
  18069.      * @return \Gedmo\Timestampable\TimestampableListener
  18070.      */
  18071.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  18072.     {
  18073.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18074.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18075.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  18076.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  18077.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  18078.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18079.         return $instance;
  18080.     }
  18081.     /**
  18082.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  18083.      *
  18084.      * @return \Gedmo\Tree\TreeListener
  18085.      */
  18086.     protected function getStofDoctrineExtensions_Listener_TreeService()
  18087.     {
  18088.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18089.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18090.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  18091.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  18092.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18093.         return $instance;
  18094.     }
  18095.     /**
  18096.      * Gets the private 'swiftmailer.command.debug' shared service.
  18097.      *
  18098.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  18099.      */
  18100.     protected function getSwiftmailer_Command_DebugService()
  18101.     {
  18102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18103.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  18104.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  18105.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  18106.         $instance->setName('debug:swiftmailer');
  18107.         return $instance;
  18108.     }
  18109.     /**
  18110.      * Gets the private 'swiftmailer.command.new_email' shared service.
  18111.      *
  18112.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  18113.      */
  18114.     protected function getSwiftmailer_Command_NewEmailService()
  18115.     {
  18116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18117.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  18118.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  18119.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  18120.         $instance->setName('swiftmailer:email:send');
  18121.         return $instance;
  18122.     }
  18123.     /**
  18124.      * Gets the private 'swiftmailer.command.send_email' shared service.
  18125.      *
  18126.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  18127.      */
  18128.     protected function getSwiftmailer_Command_SendEmailService()
  18129.     {
  18130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18131.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  18132.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  18133.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  18134.         $instance->setName('swiftmailer:spool:send');
  18135.         return $instance;
  18136.     }
  18137.     /**
  18138.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  18139.      *
  18140.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  18141.      */
  18142.     protected function getSwiftmailer_EmailSender_ListenerService()
  18143.     {
  18144.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  18145.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18146.     }
  18147.     /**
  18148.      * Gets the private 'translation.extractor' shared service.
  18149.      *
  18150.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  18151.      */
  18152.     protected function getTranslation_ExtractorService()
  18153.     {
  18154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  18155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  18156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  18157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  18158.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  18159.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  18160.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  18161.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  18162.         return $instance;
  18163.     }
  18164.     /**
  18165.      * Gets the private 'translation.loader.csv' shared service.
  18166.      *
  18167.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  18168.      */
  18169.     protected function getTranslation_Loader_CsvService()
  18170.     {
  18171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18175.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  18176.     }
  18177.     /**
  18178.      * Gets the private 'translation.loader.dat' shared service.
  18179.      *
  18180.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  18181.      */
  18182.     protected function getTranslation_Loader_DatService()
  18183.     {
  18184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18187.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  18188.     }
  18189.     /**
  18190.      * Gets the private 'translation.loader.ini' shared service.
  18191.      *
  18192.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  18193.      */
  18194.     protected function getTranslation_Loader_IniService()
  18195.     {
  18196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18200.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  18201.     }
  18202.     /**
  18203.      * Gets the private 'translation.loader.json' shared service.
  18204.      *
  18205.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  18206.      */
  18207.     protected function getTranslation_Loader_JsonService()
  18208.     {
  18209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18213.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  18214.     }
  18215.     /**
  18216.      * Gets the private 'translation.loader.mo' shared service.
  18217.      *
  18218.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  18219.      */
  18220.     protected function getTranslation_Loader_MoService()
  18221.     {
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18226.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  18227.     }
  18228.     /**
  18229.      * Gets the private 'translation.loader.php' shared service.
  18230.      *
  18231.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  18232.      */
  18233.     protected function getTranslation_Loader_PhpService()
  18234.     {
  18235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18239.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  18240.     }
  18241.     /**
  18242.      * Gets the private 'translation.loader.po' shared service.
  18243.      *
  18244.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  18245.      */
  18246.     protected function getTranslation_Loader_PoService()
  18247.     {
  18248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18252.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  18253.     }
  18254.     /**
  18255.      * Gets the private 'translation.loader.qt' shared service.
  18256.      *
  18257.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  18258.      */
  18259.     protected function getTranslation_Loader_QtService()
  18260.     {
  18261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18263.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  18264.     }
  18265.     /**
  18266.      * Gets the private 'translation.loader.res' shared service.
  18267.      *
  18268.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  18269.      */
  18270.     protected function getTranslation_Loader_ResService()
  18271.     {
  18272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18274.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  18275.     }
  18276.     /**
  18277.      * Gets the private 'translation.loader.xliff' shared service.
  18278.      *
  18279.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  18280.      */
  18281.     protected function getTranslation_Loader_XliffService()
  18282.     {
  18283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18285.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  18286.     }
  18287.     /**
  18288.      * Gets the private 'translation.loader.yml' shared service.
  18289.      *
  18290.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  18291.      */
  18292.     protected function getTranslation_Loader_YmlService()
  18293.     {
  18294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18298.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  18299.     }
  18300.     /**
  18301.      * Gets the private 'translation.provider_collection' shared service.
  18302.      *
  18303.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  18304.      */
  18305.     protected function getTranslation_ProviderCollectionService()
  18306.     {
  18307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  18308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  18309.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  18310.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  18311.         }, 1), []))->fromConfig([]);
  18312.     }
  18313.     /**
  18314.      * Gets the private 'translation.reader' shared service.
  18315.      *
  18316.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  18317.      */
  18318.     protected function getTranslation_ReaderService()
  18319.     {
  18320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  18321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  18322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18336.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  18337.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  18338.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  18339.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  18340.         $instance->addLoader('yaml'$a);
  18341.         $instance->addLoader('yml'$a);
  18342.         $instance->addLoader('xlf'$b);
  18343.         $instance->addLoader('xliff'$b);
  18344.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  18345.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  18346.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  18347.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  18348.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  18349.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  18350.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  18351.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  18352.         return $instance;
  18353.     }
  18354.     /**
  18355.      * Gets the private 'translation.warmer' shared service.
  18356.      *
  18357.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  18358.      */
  18359.     protected function getTranslation_WarmerService()
  18360.     {
  18361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  18363.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18364.             'translator' => ['services''translator''getTranslatorService'false],
  18365.         ], [
  18366.             'translator' => '?',
  18367.         ]))->withContext('translation.warmer'$this));
  18368.     }
  18369.     /**
  18370.      * Gets the private 'translation.writer' shared service.
  18371.      *
  18372.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  18373.      */
  18374.     protected function getTranslation_WriterService()
  18375.     {
  18376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  18377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  18378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  18379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  18380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  18381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  18382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  18383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  18384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  18385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  18386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  18387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  18388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  18389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  18390.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  18391.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  18392.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  18393.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  18394.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  18395.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  18396.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  18397.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  18398.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  18399.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  18400.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  18401.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  18402.         return $instance;
  18403.     }
  18404.     /**
  18405.      * Gets the private 'translator.default' shared service.
  18406.      *
  18407.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  18408.      */
  18409.     protected function getTranslator_DefaultService()
  18410.     {
  18411.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18412.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  18413.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  18414.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  18415.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  18416.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  18417.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  18418.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  18419.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  18420.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  18421.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  18422.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  18423.         ], [
  18424.             'translation.loader.csv' => '?',
  18425.             'translation.loader.dat' => '?',
  18426.             'translation.loader.ini' => '?',
  18427.             'translation.loader.json' => '?',
  18428.             'translation.loader.mo' => '?',
  18429.             'translation.loader.php' => '?',
  18430.             'translation.loader.po' => '?',
  18431.             'translation.loader.qt' => '?',
  18432.             'translation.loader.res' => '?',
  18433.             'translation.loader.xliff' => '?',
  18434.             'translation.loader.yml' => '?',
  18435.         ]), 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']]], []);
  18436.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  18437.         $instance->setFallbackLocales([=> 'fr']);
  18438.         return $instance;
  18439.     }
  18440.     /**
  18441.      * Gets the private 'twig.command.debug' shared service.
  18442.      *
  18443.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  18444.      */
  18445.     protected function getTwig_Command_DebugService()
  18446.     {
  18447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18448.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  18449.         $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()));
  18450.         $instance->setName('debug:twig');
  18451.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  18452.         return $instance;
  18453.     }
  18454.     /**
  18455.      * Gets the private 'twig.command.lint' shared service.
  18456.      *
  18457.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  18458.      */
  18459.     protected function getTwig_Command_LintService()
  18460.     {
  18461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18462.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  18463.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  18464.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  18465.         $instance->setName('lint:twig');
  18466.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  18467.         return $instance;
  18468.     }
  18469.     /**
  18470.      * Gets the private 'twig.form.engine' shared service.
  18471.      *
  18472.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  18473.      */
  18474.     protected function getTwig_Form_EngineService()
  18475.     {
  18476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  18477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  18478.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  18479.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18480.         if (isset($this->privates['twig.form.engine'])) {
  18481.             return $this->privates['twig.form.engine'];
  18482.         }
  18483.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  18484.     }
  18485.     /**
  18486.      * Gets the private 'twig.form.renderer' shared service.
  18487.      *
  18488.      * @return \Symfony\Component\Form\FormRenderer
  18489.      */
  18490.     protected function getTwig_Form_RendererService()
  18491.     {
  18492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  18493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  18494.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  18495.         if (isset($this->privates['twig.form.renderer'])) {
  18496.             return $this->privates['twig.form.renderer'];
  18497.         }
  18498.         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()));
  18499.     }
  18500.     /**
  18501.      * Gets the private 'twig.mailer.message_listener' shared service.
  18502.      *
  18503.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  18504.      */
  18505.     protected function getTwig_Mailer_MessageListenerService()
  18506.     {
  18507.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  18508.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  18509.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  18510.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18511.         if (isset($this->privates['twig.mailer.message_listener'])) {
  18512.             return $this->privates['twig.mailer.message_listener'];
  18513.         }
  18514.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  18515.     }
  18516.     /**
  18517.      * Gets the private 'twig.runtime.httpkernel' shared service.
  18518.      *
  18519.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  18520.      */
  18521.     protected function getTwig_Runtime_HttpkernelService()
  18522.     {
  18523.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  18524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  18525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  18526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  18527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  18528.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  18529.         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, [
  18530.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  18531.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  18532.         ], [
  18533.             'hinclude' => '?',
  18534.             'inline' => '?',
  18535.         ]), $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));
  18536.     }
  18537.     /**
  18538.      * Gets the private 'twig.runtime.security_csrf' shared service.
  18539.      *
  18540.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  18541.      */
  18542.     protected function getTwig_Runtime_SecurityCsrfService()
  18543.     {
  18544.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  18545.         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()));
  18546.     }
  18547.     /**
  18548.      * Gets the private 'twig.runtime.serializer' shared service.
  18549.      *
  18550.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  18551.      */
  18552.     protected function getTwig_Runtime_SerializerService()
  18553.     {
  18554.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18555.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  18556.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  18557.         if (isset($this->privates['twig.runtime.serializer'])) {
  18558.             return $this->privates['twig.runtime.serializer'];
  18559.         }
  18560.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  18561.     }
  18562.     /**
  18563.      * Gets the private 'twig.template_cache_warmer' shared service.
  18564.      *
  18565.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  18566.      */
  18567.     protected function getTwig_TemplateCacheWarmerService()
  18568.     {
  18569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18570.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  18571.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  18572.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18573.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  18574.         ], [
  18575.             'twig' => '?',
  18576.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/templates') => 'Templates', (\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')));
  18577.     }
  18578.     /**
  18579.      * Gets the private 'validator.builder' shared service.
  18580.      *
  18581.      * @return \Symfony\Component\Validator\ValidatorBuilder
  18582.      */
  18583.     protected function getValidator_BuilderService()
  18584.     {
  18585.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  18586.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  18587.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18588.             'App\\Validator\\Constraints\\UniqueCodeCaisseValidator' => ['privates''App\\Validator\\Constraints\\UniqueCodeCaisseValidator''getUniqueCodeCaisseValidatorService'false],
  18589.             'App\\Validator\\Constraints\\UniqueProspectInProjectValidator' => ['privates''App\\Validator\\Constraints\\UniqueProspectInProjectValidator''getUniqueProspectInProjectValidatorService'false],
  18590.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  18591.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  18592.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  18593.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  18594.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  18595.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  18596.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  18597.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  18598.         ], [
  18599.             'App\\Validator\\Constraints\\UniqueCodeCaisseValidator' => '?',
  18600.             'App\\Validator\\Constraints\\UniqueProspectInProjectValidator' => '?',
  18601.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  18602.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  18603.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  18604.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  18605.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  18606.             'doctrine.orm.validator.unique' => '?',
  18607.             'security.validator.user_password' => '?',
  18608.             'validator.expression' => '?',
  18609.         ])));
  18610.         if ($this->has('translator')) {
  18611.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  18612.         }
  18613.         $instance->setTranslationDomain('validators');
  18614.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  18615.         $instance->enableAnnotationMapping(true);
  18616.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18617.         $instance->addMethodMapping('loadValidatorMetadata');
  18618.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  18619.         $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()))]);
  18620.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  18621.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  18622.         return $instance;
  18623.     }
  18624.     /**
  18625.      * Gets the private 'validator.email' shared service.
  18626.      *
  18627.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  18628.      */
  18629.     protected function getValidator_EmailService()
  18630.     {
  18631.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18632.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18633.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  18634.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  18635.     }
  18636.     /**
  18637.      * Gets the private 'validator.expression' shared service.
  18638.      *
  18639.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  18640.      */
  18641.     protected function getValidator_ExpressionService()
  18642.     {
  18643.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18644.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18645.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  18646.         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())));
  18647.     }
  18648.     /**
  18649.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  18650.      *
  18651.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  18652.      */
  18653.     protected function getValidator_Mapping_CacheWarmerService()
  18654.     {
  18655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  18658.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  18659.     }
  18660.     /**
  18661.      * Gets the private 'validator.not_compromised_password' shared service.
  18662.      *
  18663.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  18664.      */
  18665.     protected function getValidator_NotCompromisedPasswordService()
  18666.     {
  18667.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18668.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18669.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  18670.         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);
  18671.     }
  18672.     /**
  18673.      * Gets the private 'web_profiler.csp.handler' shared service.
  18674.      *
  18675.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  18676.      */
  18677.     protected function getWebProfiler_Csp_HandlerService()
  18678.     {
  18679.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  18680.     }
  18681.     /**
  18682.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  18683.      *
  18684.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  18685.      */
  18686.     protected function getWebProfiler_DebugToolbarService()
  18687.     {
  18688.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18689.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  18690.             return $this->privates['web_profiler.debug_toolbar'];
  18691.         }
  18692.         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);
  18693.     }
  18694.     /**
  18695.      * Gets the private 'web_server.command.server_log' shared service.
  18696.      *
  18697.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  18698.      */
  18699.     protected function getWebServer_Command_ServerLogService()
  18700.     {
  18701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18702.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  18703.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  18704.         $instance->setName('server:log');
  18705.         return $instance;
  18706.     }
  18707.     /**
  18708.      * Gets the private 'web_server.command.server_run' shared service.
  18709.      *
  18710.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  18711.      */
  18712.     protected function getWebServer_Command_ServerRunService()
  18713.     {
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  18716.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  18717.         $instance->setName('server:run');
  18718.         return $instance;
  18719.     }
  18720.     /**
  18721.      * Gets the private 'web_server.command.server_start' shared service.
  18722.      *
  18723.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  18724.      */
  18725.     protected function getWebServer_Command_ServerStartService()
  18726.     {
  18727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18728.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  18729.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  18730.         $instance->setName('server:start');
  18731.         return $instance;
  18732.     }
  18733.     /**
  18734.      * Gets the private 'web_server.command.server_status' shared service.
  18735.      *
  18736.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  18737.      */
  18738.     protected function getWebServer_Command_ServerStatusService()
  18739.     {
  18740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18741.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  18742.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  18743.         $instance->setName('server:status');
  18744.         return $instance;
  18745.     }
  18746.     /**
  18747.      * Gets the private 'web_server.command.server_stop' shared service.
  18748.      *
  18749.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  18750.      */
  18751.     protected function getWebServer_Command_ServerStopService()
  18752.     {
  18753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18754.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  18755.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  18756.         $instance->setName('server:stop');
  18757.         return $instance;
  18758.     }
  18759.     /**
  18760.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  18761.      *
  18762.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  18763.      */
  18764.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  18765.     {
  18766.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  18767.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  18768.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  18769.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  18770.     }
  18771.     /**
  18772.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  18773.      *
  18774.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  18775.      */
  18776.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  18777.     {
  18778.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18779.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  18780.         ], [
  18781.             '_default' => '?',
  18782.         ]), '_default');
  18783.     }
  18784.     /**
  18785.      * Gets the private 'webpack_encore.exception_listener' shared service.
  18786.      *
  18787.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  18788.      */
  18789.     protected function getWebpackEncore_ExceptionListenerService()
  18790.     {
  18791.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  18792.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  18793.     }
  18794.     /**
  18795.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  18796.      *
  18797.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  18798.      */
  18799.     protected function getWebpackEncore_TagRendererService()
  18800.     {
  18801.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  18802.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18803.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  18804.             return $this->privates['webpack_encore.tag_renderer'];
  18805.         }
  18806.         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);
  18807.     }
  18808.     /**
  18809.      * Gets the public 'cache_clearer' alias.
  18810.      *
  18811.      * @return object The ".container.private.cache_clearer" service.
  18812.      */
  18813.     protected function getCacheClearerService()
  18814.     {
  18815.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  18816.         return $this->get('.container.private.cache_clearer');
  18817.     }
  18818.     /**
  18819.      * Gets the public 'filesystem' alias.
  18820.      *
  18821.      * @return object The ".container.private.filesystem" service.
  18822.      */
  18823.     protected function getFilesystemService()
  18824.     {
  18825.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  18826.         return $this->get('.container.private.filesystem');
  18827.     }
  18828.     /**
  18829.      * Gets the public 'state_machine.prospect_validation' alias.
  18830.      *
  18831.      * @return object The ".container.private.state_machine.prospect_validation" service.
  18832.      */
  18833.     protected function getStateMachine_ProspectValidationService()
  18834.     {
  18835.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.prospect_validation" service directly from the container is deprecated, use dependency injection instead.');
  18836.         return $this->get('.container.private.state_machine.prospect_validation');
  18837.     }
  18838.     /**
  18839.      * Gets the public 'state_machine.network_validation' alias.
  18840.      *
  18841.      * @return object The ".container.private.state_machine.network_validation" service.
  18842.      */
  18843.     protected function getStateMachine_NetworkValidationService()
  18844.     {
  18845.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.network_validation" service directly from the container is deprecated, use dependency injection instead.');
  18846.         return $this->get('.container.private.state_machine.network_validation');
  18847.     }
  18848.     /**
  18849.      * Gets the public 'serializer' alias.
  18850.      *
  18851.      * @return object The ".container.private.serializer" service.
  18852.      */
  18853.     protected function getSerializerService()
  18854.     {
  18855.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  18856.         return $this->get('.container.private.serializer');
  18857.     }
  18858.     /**
  18859.      * Gets the public 'security.csrf.token_manager' alias.
  18860.      *
  18861.      * @return object The ".container.private.security.csrf.token_manager" service.
  18862.      */
  18863.     protected function getSecurity_Csrf_TokenManagerService()
  18864.     {
  18865.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  18866.         return $this->get('.container.private.security.csrf.token_manager');
  18867.     }
  18868.     /**
  18869.      * Gets the public 'form.factory' alias.
  18870.      *
  18871.      * @return object The ".container.private.form.factory" service.
  18872.      */
  18873.     protected function getForm_FactoryService()
  18874.     {
  18875.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  18876.         return $this->get('.container.private.form.factory');
  18877.     }
  18878.     /**
  18879.      * Gets the public 'form.type.file' alias.
  18880.      *
  18881.      * @return object The ".container.private.form.type.file" service.
  18882.      */
  18883.     protected function getForm_Type_FileService()
  18884.     {
  18885.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  18886.         return $this->get('.container.private.form.type.file');
  18887.     }
  18888.     /**
  18889.      * Gets the public 'profiler' alias.
  18890.      *
  18891.      * @return object The ".container.private.profiler" service.
  18892.      */
  18893.     protected function getProfilerService()
  18894.     {
  18895.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  18896.         return $this->get('.container.private.profiler');
  18897.     }
  18898.     /**
  18899.      * Gets the public 'twig' alias.
  18900.      *
  18901.      * @return object The ".container.private.twig" service.
  18902.      */
  18903.     protected function getTwigService()
  18904.     {
  18905.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  18906.         return $this->get('.container.private.twig');
  18907.     }
  18908.     /**
  18909.      * Gets the public 'security.authorization_checker' alias.
  18910.      *
  18911.      * @return object The ".container.private.security.authorization_checker" service.
  18912.      */
  18913.     protected function getSecurity_AuthorizationCheckerService()
  18914.     {
  18915.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  18916.         return $this->get('.container.private.security.authorization_checker');
  18917.     }
  18918.     /**
  18919.      * Gets the public 'security.token_storage' alias.
  18920.      *
  18921.      * @return object The ".container.private.security.token_storage" service.
  18922.      */
  18923.     protected function getSecurity_TokenStorageService()
  18924.     {
  18925.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  18926.         return $this->get('.container.private.security.token_storage');
  18927.     }
  18928.     /**
  18929.      * Gets the public 'security.password_encoder' alias.
  18930.      *
  18931.      * @return object The ".container.private.security.password_encoder" service.
  18932.      */
  18933.     protected function getSecurity_PasswordEncoderService()
  18934.     {
  18935.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  18936.         return $this->get('.container.private.security.password_encoder');
  18937.     }
  18938.     /**
  18939.      * Gets the public 'session' alias.
  18940.      *
  18941.      * @return object The ".container.private.session" service.
  18942.      */
  18943.     protected function getSessionService()
  18944.     {
  18945.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  18946.         return $this->get('.container.private.session');
  18947.     }
  18948.     /**
  18949.      * Gets the public 'validator' alias.
  18950.      *
  18951.      * @return object The ".container.private.validator" service.
  18952.      */
  18953.     protected function getValidatorService()
  18954.     {
  18955.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  18956.         return $this->get('.container.private.validator');
  18957.     }
  18958.     /**
  18959.      * @return array|bool|float|int|string|\UnitEnum|null
  18960.      */
  18961.     public function getParameter(string $name)
  18962.     {
  18963.         if (isset($this->buildParameters[$name])) {
  18964.             return $this->buildParameters[$name];
  18965.         }
  18966.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  18967.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  18968.         }
  18969.         if (isset($this->loadedDynamicParameters[$name])) {
  18970.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18971.         }
  18972.         return $this->parameters[$name];
  18973.     }
  18974.     public function hasParameter(string $name): bool
  18975.     {
  18976.         if (isset($this->buildParameters[$name])) {
  18977.             return true;
  18978.         }
  18979.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  18980.     }
  18981.     public function setParameter(string $name$value): void
  18982.     {
  18983.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  18984.     }
  18985.     public function getParameterBag(): ParameterBagInterface
  18986.     {
  18987.         if (null === $this->parameterBag) {
  18988.             $parameters $this->parameters;
  18989.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  18990.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  18991.             }
  18992.             foreach ($this->buildParameters as $name => $value) {
  18993.                 $parameters[$name] = $value;
  18994.             }
  18995.             $this->parameterBag = new FrozenParameterBag($parameters);
  18996.         }
  18997.         return $this->parameterBag;
  18998.     }
  18999.     private $loadedDynamicParameters = [
  19000.         'kernel.runtime_environment' => false,
  19001.         'kernel.build_dir' => false,
  19002.         'kernel.cache_dir' => false,
  19003.         'monnaie' => false,
  19004.         'base_url_odoo' => false,
  19005.         'google_maps_api_key' => false,
  19006.         'code_mass_upload_dir' => false,
  19007.         'prospect_mass_upload_dir' => false,
  19008.         'default_permutation_key' => false,
  19009.         'user_picture_dir' => false,
  19010.         'customer_picture_dir' => false,
  19011.         'device_picture_dir' => false,
  19012.         'device_attached_file_dir' => false,
  19013.         'customer_contract_dir' => false,
  19014.         'upload_dir' => false,
  19015.         'building_picture_dir' => false,
  19016.         'host' => false,
  19017.         'offline_mode' => false,
  19018.         'doctrine.orm.proxy_dir' => false,
  19019.         'knp_snappy.pdf.binary' => false,
  19020.         'knp_snappy.image.binary' => false,
  19021.         'oneup_uploader.chunks' => false,
  19022.         'oneup_uploader.orphanage' => false,
  19023.         'oneup_uploader.config' => false,
  19024.         'swiftmailer.spool.default.memory.path' => false,
  19025.         'kernel.secret' => false,
  19026.         'debug.container.dump' => false,
  19027.         'serializer.mapping.cache.file' => false,
  19028.         'validator.mapping.cache.file' => false,
  19029.         'profiler.storage.dsn' => false,
  19030.         'lexik_jwt_authentication.pass_phrase' => false,
  19031.     ];
  19032.     private $dynamicParameters = [];
  19033.     private function getDynamicParameter(string $name)
  19034.     {
  19035.         switch ($name) {
  19036.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  19037.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  19038.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  19039.             case 'monnaie'$value $this->getEnv('monnaie'); break;
  19040.             case 'base_url_odoo'$value $this->getEnv('base_url_odoo'); break;
  19041.             case 'google_maps_api_key'$value $this->getEnv('google_maps_api_key'); break;
  19042.             case 'code_mass_upload_dir'$value $this->getEnv('code_mass_upload_dir'); break;
  19043.             case 'prospect_mass_upload_dir'$value $this->getEnv('prospect_mass_upload_dir'); break;
  19044.             case 'default_permutation_key'$value $this->getEnv('default_permutation_key'); break;
  19045.             case 'user_picture_dir'$value $this->getEnv('user_picture_dir'); break;
  19046.             case 'customer_picture_dir'$value $this->getEnv('customer_picture_dir'); break;
  19047.             case 'device_picture_dir'$value $this->getEnv('device_picture_dir'); break;
  19048.             case 'device_attached_file_dir'$value $this->getEnv('device_attached_file_dir'); break;
  19049.             case 'customer_contract_dir'$value $this->getEnv('customer_contract_dir'); break;
  19050.             case 'upload_dir'$value $this->getEnv('upload_dir'); break;
  19051.             case 'building_picture_dir'$value $this->getEnv('building_picture_dir'); break;
  19052.             case 'host'$value $this->getEnv('host'); break;
  19053.             case 'offline_mode'$value $this->getEnv('offline_mode'); break;
  19054.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  19055.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  19056.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  19057.             case 'oneup_uploader.chunks'$value = [
  19058.                 'maxage' => 604800,
  19059.                 'storage' => [
  19060.                     'type' => 'filesystem',
  19061.                     'filesystem' => NULL,
  19062.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  19063.                     'stream_wrapper' => NULL,
  19064.                     'sync_buffer_size' => '100K',
  19065.                     'prefix' => 'chunks',
  19066.                 ],
  19067.                 'load_distribution' => true,
  19068.             ]; break;
  19069.             case 'oneup_uploader.orphanage'$value = [
  19070.                 'maxage' => 604800,
  19071.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  19072.             ]; break;
  19073.             case 'oneup_uploader.config'$value = [
  19074.                 'mappings' => [
  19075.                     'gallery' => [
  19076.                         'frontend' => 'dropzone',
  19077.                         'custom_frontend' => [
  19078.                             'name' => NULL,
  19079.                             'class' => NULL,
  19080.                         ],
  19081.                         'storage' => [
  19082.                             'service' => NULL,
  19083.                             'type' => 'filesystem',
  19084.                             'filesystem' => NULL,
  19085.                             'directory' => NULL,
  19086.                             'stream_wrapper' => NULL,
  19087.                             'sync_buffer_size' => '100K',
  19088.                         ],
  19089.                         'route_prefix' => '',
  19090.                         'endpoints' => [
  19091.                             'upload' => NULL,
  19092.                             'progress' => NULL,
  19093.                             'cancel' => NULL,
  19094.                         ],
  19095.                         'allowed_mimetypes' => [
  19096.                         ],
  19097.                         'disallowed_mimetypes' => [
  19098.                         ],
  19099.                         'error_handler' => NULL,
  19100.                         'max_size' => 9223372036854775807,
  19101.                         'use_orphanage' => false,
  19102.                         'enable_progress' => false,
  19103.                         'enable_cancelation' => false,
  19104.                         'namer' => 'oneup_uploader.namer.uniqid',
  19105.                         'root_folder' => false,
  19106.                     ],
  19107.                 ],
  19108.                 'chunks' => [
  19109.                     'maxage' => 604800,
  19110.                     'storage' => [
  19111.                         'type' => 'filesystem',
  19112.                         'filesystem' => NULL,
  19113.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  19114.                         'stream_wrapper' => NULL,
  19115.                         'sync_buffer_size' => '100K',
  19116.                         'prefix' => 'chunks',
  19117.                     ],
  19118.                     'load_distribution' => true,
  19119.                 ],
  19120.                 'orphanage' => [
  19121.                     'maxage' => 604800,
  19122.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  19123.                 ],
  19124.                 'twig' => true,
  19125.             ]; break;
  19126.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  19127.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  19128.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  19129.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  19130.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  19131.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  19132.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  19133.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  19134.         }
  19135.         $this->loadedDynamicParameters[$name] = true;
  19136.         return $this->dynamicParameters[$name] = $value;
  19137.     }
  19138.     protected function getDefaultParameters(): array
  19139.     {
  19140.         return [
  19141.             'kernel.project_dir' => \dirname(__DIR__4),
  19142.             'kernel.environment' => 'dev',
  19143.             'kernel.debug' => true,
  19144.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  19145.             'kernel.bundles' => [
  19146.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  19147.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  19148.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  19149.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  19150.                 'EvenceSoftDeleteableExtensionBundle' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle\\EvenceSoftDeleteableExtensionBundle',
  19151.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  19152.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  19153.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  19154.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  19155.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  19156.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  19157.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  19158.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  19159.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  19160.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  19161.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  19162.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  19163.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  19164.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  19165.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  19166.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  19167.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  19168.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  19169.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  19170.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  19171.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  19172.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  19173.             ],
  19174.             'kernel.bundles_metadata' => [
  19175.                 'ApiPlatformBundle' => [
  19176.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  19177.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  19178.                 ],
  19179.                 'DoctrineBundle' => [
  19180.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  19181.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  19182.                 ],
  19183.                 'DoctrineMigrationsBundle' => [
  19184.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  19185.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  19186.                 ],
  19187.                 'EightPointsGuzzleBundle' => [
  19188.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  19189.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  19190.                 ],
  19191.                 'EvenceSoftDeleteableExtensionBundle' => [
  19192.                     'path' => (\dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle'),
  19193.                     'namespace' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle',
  19194.                 ],
  19195.                 'FOSJsRoutingBundle' => [
  19196.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  19197.                     'namespace' => 'FOS\\JsRoutingBundle',
  19198.                 ],
  19199.                 'FOSUserBundle' => [
  19200.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/src'),
  19201.                     'namespace' => 'FOS\\UserBundle',
  19202.                 ],
  19203.                 'JMSSerializerBundle' => [
  19204.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  19205.                     'namespace' => 'JMS\\SerializerBundle',
  19206.                 ],
  19207.                 'KnpPaginatorBundle' => [
  19208.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  19209.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  19210.                 ],
  19211.                 'KnpSnappyBundle' => [
  19212.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  19213.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  19214.                 ],
  19215.                 'NelmioAliceBundle' => [
  19216.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  19217.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  19218.                 ],
  19219.                 'OneupUploaderBundle' => [
  19220.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  19221.                     'namespace' => 'Oneup\\UploaderBundle',
  19222.                 ],
  19223.                 'OldSoundRabbitMqBundle' => [
  19224.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  19225.                     'namespace' => 'OldSound\\RabbitMqBundle',
  19226.                 ],
  19227.                 'SensioFrameworkExtraBundle' => [
  19228.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  19229.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  19230.                 ],
  19231.                 'StofDoctrineExtensionsBundle' => [
  19232.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  19233.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  19234.                 ],
  19235.                 'MakerBundle' => [
  19236.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  19237.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  19238.                 ],
  19239.                 'MonologBundle' => [
  19240.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  19241.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  19242.                 ],
  19243.                 'SwiftmailerBundle' => [
  19244.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  19245.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  19246.                 ],
  19247.                 'FrameworkBundle' => [
  19248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  19249.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  19250.                 ],
  19251.                 'TwigBundle' => [
  19252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  19253.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  19254.                 ],
  19255.                 'SecurityBundle' => [
  19256.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  19257.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  19258.                 ],
  19259.                 'WebServerBundle' => [
  19260.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  19261.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  19262.                 ],
  19263.                 'LexikJWTAuthenticationBundle' => [
  19264.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  19265.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  19266.                 ],
  19267.                 'TwigExtraBundle' => [
  19268.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  19269.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  19270.                 ],
  19271.                 'WebProfilerBundle' => [
  19272.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  19273.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  19274.                 ],
  19275.                 'DoctrineFixturesBundle' => [
  19276.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  19277.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  19278.                 ],
  19279.                 'WebpackEncoreBundle' => [
  19280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  19281.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  19282.                 ],
  19283.             ],
  19284.             'kernel.charset' => 'UTF-8',
  19285.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  19286.             'container.dumper.inline_class_loader' => true,
  19287.             'container.dumper.inline_factories' => true,
  19288.             'locale' => 'fr',
  19289.             'app.route_prefix' => 'en',
  19290.             'container.autowiring.strict_mode' => true,
  19291.             'minimum_cost_estimation' => 10000,
  19292.             'models_photos' => (\dirname(__DIR__4).'/public/uploads/models_photos'),
  19293.             'models_fiches' => (\dirname(__DIR__4).'/public/uploads/models_fiches'),
  19294.             'factures_version_electronique' => (\dirname(__DIR__4).'/public/uploads/factures_version_electronique'),
  19295.             'cache_type' => 'array',
  19296.             'api_platform.metadata_backward_compatibility_layer' => true,
  19297.             'api_platform.enable_entrypoint' => true,
  19298.             'api_platform.enable_docs' => true,
  19299.             'api_platform.title' => '',
  19300.             'api_platform.description' => '',
  19301.             'api_platform.version' => '0.0.0',
  19302.             'api_platform.show_webby' => true,
  19303.             'api_platform.url_generation_strategy' => 1,
  19304.             'api_platform.exception_to_status' => [
  19305.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  19306.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  19307.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  19308.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  19309.             ],
  19310.             'api_platform.formats' => [
  19311.                 'jsonld' => [
  19312.                     => 'application/ld+json',
  19313.                 ],
  19314.                 'json' => [
  19315.                     => 'application/json',
  19316.                 ],
  19317.                 'html' => [
  19318.                     => 'text/html',
  19319.                 ],
  19320.             ],
  19321.             'api_platform.patch_formats' => [
  19322.                 'json' => [
  19323.                     => 'application/merge-patch+json',
  19324.                 ],
  19325.             ],
  19326.             'api_platform.error_formats' => [
  19327.                 'jsonproblem' => [
  19328.                     => 'application/problem+json',
  19329.                 ],
  19330.                 'jsonld' => [
  19331.                     => 'application/ld+json',
  19332.                 ],
  19333.             ],
  19334.             'api_platform.allow_plain_identifiers' => false,
  19335.             'api_platform.eager_loading.enabled' => true,
  19336.             'api_platform.eager_loading.max_joins' => 30,
  19337.             'api_platform.eager_loading.fetch_partial' => false,
  19338.             'api_platform.eager_loading.force_eager' => true,
  19339.             'api_platform.collection.exists_parameter_name' => 'exists',
  19340.             'api_platform.collection.order' => 'ASC',
  19341.             'api_platform.collection.order_parameter_name' => 'order',
  19342.             'api_platform.collection.order_nulls_comparison' => NULL,
  19343.             'api_platform.collection.pagination.enabled' => true,
  19344.             'api_platform.collection.pagination.partial' => false,
  19345.             'api_platform.collection.pagination.client_enabled' => false,
  19346.             'api_platform.collection.pagination.client_items_per_page' => false,
  19347.             'api_platform.collection.pagination.client_partial' => false,
  19348.             'api_platform.collection.pagination.items_per_page' => 30,
  19349.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  19350.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  19351.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  19352.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  19353.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  19354.             'api_platform.collection.pagination' => [
  19355.                 'enabled' => true,
  19356.                 'partial' => false,
  19357.                 'client_enabled' => false,
  19358.                 'client_items_per_page' => false,
  19359.                 'client_partial' => false,
  19360.                 'items_per_page' => 30,
  19361.                 'maximum_items_per_page' => NULL,
  19362.                 'page_parameter_name' => 'page',
  19363.                 'enabled_parameter_name' => 'pagination',
  19364.                 'items_per_page_parameter_name' => 'itemsPerPage',
  19365.                 'partial_parameter_name' => 'partial',
  19366.             ],
  19367.             'api_platform.http_cache.etag' => true,
  19368.             'api_platform.http_cache.max_age' => NULL,
  19369.             'api_platform.http_cache.shared_max_age' => NULL,
  19370.             'api_platform.http_cache.vary' => [
  19371.                 => 'Accept',
  19372.             ],
  19373.             'api_platform.http_cache.public' => NULL,
  19374.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  19375.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  19376.             'api_platform.asset_package' => NULL,
  19377.             'api_platform.defaults' => [
  19378.                 'attributes' => [
  19379.                 ],
  19380.             ],
  19381.             'api_platform.resource_class_directories' => [
  19382.                 => (\dirname(__DIR__4).'/src/Entity'),
  19383.             ],
  19384.             'api_platform.oauth.enabled' => false,
  19385.             'api_platform.oauth.clientId' => '',
  19386.             'api_platform.oauth.clientSecret' => '',
  19387.             'api_platform.oauth.type' => 'oauth2',
  19388.             'api_platform.oauth.flow' => 'application',
  19389.             'api_platform.oauth.tokenUrl' => '',
  19390.             'api_platform.oauth.authorizationUrl' => '',
  19391.             'api_platform.oauth.refreshUrl' => '',
  19392.             'api_platform.oauth.scopes' => [
  19393.             ],
  19394.             'api_platform.oauth.pkce' => false,
  19395.             'api_platform.openapi.termsOfService' => NULL,
  19396.             'api_platform.openapi.contact.name' => NULL,
  19397.             'api_platform.openapi.contact.url' => NULL,
  19398.             'api_platform.openapi.contact.email' => NULL,
  19399.             'api_platform.openapi.license.name' => NULL,
  19400.             'api_platform.openapi.license.url' => NULL,
  19401.             'api_platform.swagger.versions' => [
  19402.                 => 3,
  19403.             ],
  19404.             'api_platform.enable_swagger_ui' => true,
  19405.             'api_platform.enable_re_doc' => true,
  19406.             'api_platform.swagger.api_keys' => [
  19407.             ],
  19408.             'api_platform.swagger_ui.extra_configuration' => [
  19409.             ],
  19410.             'api_platform.graphql.enabled' => false,
  19411.             'api_platform.graphql.graphiql.enabled' => false,
  19412.             'api_platform.graphql.graphql_playground.enabled' => false,
  19413.             'api_platform.graphql.collection.pagination' => [
  19414.                 'enabled' => true,
  19415.             ],
  19416.             'api_platform.validator.serialize_payload_fields' => [
  19417.             ],
  19418.             'api_platform.validator.query_parameter_validation' => true,
  19419.             'api_platform.elasticsearch.enabled' => false,
  19420.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  19421.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  19422.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  19423.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  19424.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  19425.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  19426.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  19427.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  19428.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  19429.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  19430.             'doctrine.entity_managers' => [
  19431.                 'default' => 'doctrine.orm.default_entity_manager',
  19432.             ],
  19433.             'doctrine.default_entity_manager' => 'default',
  19434.             'doctrine.dbal.connection_factory.types' => [
  19435.             ],
  19436.             'doctrine.connections' => [
  19437.                 'default' => 'doctrine.dbal.default_connection',
  19438.             ],
  19439.             'doctrine.default_connection' => 'default',
  19440.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  19441.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  19442.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  19443.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  19444.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  19445.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  19446.             'doctrine.orm.cache.memcache_host' => 'localhost',
  19447.             'doctrine.orm.cache.memcache_port' => 11211,
  19448.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  19449.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  19450.             'doctrine.orm.cache.memcached_host' => 'localhost',
  19451.             'doctrine.orm.cache.memcached_port' => 11211,
  19452.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  19453.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  19454.             'doctrine.orm.cache.redis_host' => 'localhost',
  19455.             'doctrine.orm.cache.redis_port' => 6379,
  19456.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  19457.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  19458.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  19459.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  19460.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  19461.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  19462.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  19463.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  19464.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  19465.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  19466.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  19467.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  19468.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  19469.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  19470.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  19471.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  19472.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  19473.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  19474.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  19475.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  19476.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  19477.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  19478.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  19479.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  19480.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  19481.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  19482.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  19483.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  19484.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  19485.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  19486.             'doctrine.orm.auto_generate_proxy_classes' => true,
  19487.             'doctrine.orm.proxy_namespace' => 'Proxies',
  19488.             'doctrine.migrations.preferred_em' => NULL,
  19489.             'doctrine.migrations.preferred_connection' => NULL,
  19490.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  19491.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  19492.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  19493.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  19494.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  19495.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  19496.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  19497.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  19498.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  19499.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  19500.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  19501.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  19502.             'eight_points_guzzle.plugin.header.headers' => [
  19503.             ],
  19504.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  19505.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  19506.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  19507.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  19508.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  19509.             'fos_js_routing.request_context_base_url' => NULL,
  19510.             'fos_js_routing.cache_control' => [
  19511.                 'enabled' => false,
  19512.             ],
  19513.             'fos_user.backend_type_orm' => true,
  19514.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  19515.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  19516.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  19517.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  19518.             'fos_user.registration.confirmation.from_email' => [
  19519.                 'mdp@nanoe.net' => 'Nanoe',
  19520.             ],
  19521.             'fos_user.resetting.email.from_email' => [
  19522.                 'mdp@nanoe.net' => 'Nanoe',
  19523.             ],
  19524.             'fos_user.registration.confirmation.from_address' => [
  19525.                 'address' => 'mdp@nanoe.net',
  19526.                 'sender_name' => 'Nanoe',
  19527.             ],
  19528.             'fos_user.resetting.email.from_address' => [
  19529.                 'address' => 'mdp@nanoe.net',
  19530.                 'sender_name' => 'Nanoe',
  19531.             ],
  19532.             'fos_user.storage' => 'orm',
  19533.             'fos_user.firewall_name' => 'main',
  19534.             'fos_user.model_manager_name' => NULL,
  19535.             'fos_user.model.user.class' => 'App\\Entity\\Users',
  19536.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  19537.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  19538.             'fos_user.profile.form.validation_groups' => [
  19539.                 => 'Profile',
  19540.                 => 'Default',
  19541.             ],
  19542.             'fos_user.registration.confirmation.enabled' => false,
  19543.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  19544.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  19545.             'fos_user.registration.form.validation_groups' => [
  19546.                 => 'Registration',
  19547.                 => 'Default',
  19548.             ],
  19549.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  19550.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  19551.             'fos_user.change_password.form.validation_groups' => [
  19552.                 => 'ChangePassword',
  19553.                 => 'Default',
  19554.             ],
  19555.             'fos_user.resetting.retry_ttl' => 0,
  19556.             'fos_user.resetting.token_ttl' => 86400,
  19557.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  19558.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  19559.             'fos_user.resetting.form.validation_groups' => [
  19560.                 => 'ResetPassword',
  19561.                 => 'Default',
  19562.             ],
  19563.             'jms_serializer.twig_enabled' => 'default',
  19564.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  19565.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  19566.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig',
  19567.             'knp_paginator.page_range' => 5,
  19568.             'knp_paginator.page_limit' => NULL,
  19569.             'knp_snappy.pdf.options' => [
  19570.             ],
  19571.             'knp_snappy.pdf.env' => [
  19572.             ],
  19573.             'knp_snappy.image.options' => [
  19574.             ],
  19575.             'knp_snappy.image.env' => [
  19576.             ],
  19577.             'nelmio_alice.functions_blacklist' => [
  19578.                 => 'current',
  19579.                 => 'shuffle',
  19580.                 => 'date',
  19581.                 => 'time',
  19582.                 => 'file',
  19583.                 => 'md5',
  19584.                 => 'sha1',
  19585.                 => 'current',
  19586.                 => 'shuffle',
  19587.                 => 'date',
  19588.                 10 => 'time',
  19589.                 11 => 'file',
  19590.                 12 => 'md5',
  19591.                 13 => 'sha1',
  19592.             ],
  19593.             'nelmio_alice.locale' => 'en_US',
  19594.             'nelmio_alice.seed' => 1,
  19595.             'nelmio_alice.loading_limit' => 5,
  19596.             'nelmio_alice.max_unique_values_retry' => 150,
  19597.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  19598.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  19599.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  19600.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  19601.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  19602.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  19603.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  19604.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  19605.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  19606.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  19607.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  19608.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  19609.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  19610.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  19611.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  19612.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  19613.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  19614.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  19615.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  19616.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  19617.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  19618.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  19619.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  19620.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  19621.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  19622.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  19623.             'oneup_uploader.config.gallery' => [
  19624.                 'frontend' => 'dropzone',
  19625.                 'custom_frontend' => [
  19626.                     'name' => NULL,
  19627.                     'class' => NULL,
  19628.                 ],
  19629.                 'storage' => [
  19630.                     'service' => NULL,
  19631.                     'type' => 'filesystem',
  19632.                     'filesystem' => NULL,
  19633.                     'directory' => NULL,
  19634.                     'stream_wrapper' => NULL,
  19635.                     'sync_buffer_size' => '100K',
  19636.                 ],
  19637.                 'route_prefix' => '',
  19638.                 'endpoints' => [
  19639.                     'upload' => NULL,
  19640.                     'progress' => NULL,
  19641.                     'cancel' => NULL,
  19642.                 ],
  19643.                 'allowed_mimetypes' => [
  19644.                 ],
  19645.                 'disallowed_mimetypes' => [
  19646.                 ],
  19647.                 'error_handler' => NULL,
  19648.                 'max_size' => 9223372036854775807,
  19649.                 'use_orphanage' => false,
  19650.                 'enable_progress' => false,
  19651.                 'enable_cancelation' => false,
  19652.                 'namer' => 'oneup_uploader.namer.uniqid',
  19653.                 'root_folder' => false,
  19654.             ],
  19655.             'oneup_uploader.controllers' => [
  19656.                 'gallery' => [
  19657.                     => 'oneup_uploader.controller.gallery',
  19658.                     => [
  19659.                         'enable_progress' => false,
  19660.                         'enable_cancelation' => false,
  19661.                         'route_prefix' => '',
  19662.                         'endpoints' => [
  19663.                             'upload' => NULL,
  19664.                             'progress' => NULL,
  19665.                             'cancel' => NULL,
  19666.                         ],
  19667.                     ],
  19668.                 ],
  19669.             ],
  19670.             'oneup_uploader.maxsize' => [
  19671.                 'gallery' => 2097152,
  19672.             ],
  19673.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  19674.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  19675.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  19676.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  19677.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  19678.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  19679.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  19680.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  19681.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  19682.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  19683.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  19684.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  19685.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  19686.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  19687.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  19688.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  19689.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  19690.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  19691.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  19692.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  19693.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  19694.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  19695.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  19696.             'stof_doctrine_extensions.translation_fallback' => true,
  19697.             'stof_doctrine_extensions.persist_default_translation' => false,
  19698.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  19699.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  19700.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  19701.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  19702.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  19703.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  19704.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  19705.             'monolog.use_microseconds' => true,
  19706.             'monolog.swift_mailer.handlers' => [
  19707.             ],
  19708.             'monolog.handlers_to_channels' => [
  19709.                 'monolog.handler.console' => [
  19710.                     'type' => 'exclusive',
  19711.                     'elements' => [
  19712.                         => 'event',
  19713.                         => 'doctrine',
  19714.                         => 'console',
  19715.                     ],
  19716.                 ],
  19717.                 'monolog.handler.main' => [
  19718.                     'type' => 'exclusive',
  19719.                     'elements' => [
  19720.                         => 'event',
  19721.                     ],
  19722.                 ],
  19723.             ],
  19724.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  19725.             'swiftmailer.mailer.default.spool.enabled' => true,
  19726.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  19727.             'swiftmailer.mailer.default.single_address' => NULL,
  19728.             'swiftmailer.mailer.default.delivery.enabled' => true,
  19729.             'swiftmailer.spool.enabled' => true,
  19730.             'swiftmailer.delivery.enabled' => true,
  19731.             'swiftmailer.single_address' => NULL,
  19732.             'swiftmailer.mailers' => [
  19733.                 'default' => 'swiftmailer.mailer.default',
  19734.             ],
  19735.             'swiftmailer.default_mailer' => 'default',
  19736.             'event_dispatcher.event_aliases' => [
  19737.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  19738.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  19739.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  19740.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  19741.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  19742.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  19743.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  19744.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  19745.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  19746.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  19747.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  19748.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  19749.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  19750.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  19751.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  19752.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  19753.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  19754.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  19755.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  19756.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  19757.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  19758.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  19759.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  19760.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  19761.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  19762.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  19763.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  19764.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  19765.             ],
  19766.             'fragment.renderer.hinclude.global_template' => NULL,
  19767.             'fragment.path' => '/_fragment',
  19768.             'kernel.http_method_override' => true,
  19769.             'kernel.trusted_hosts' => [
  19770.             ],
  19771.             'kernel.default_locale' => 'fr',
  19772.             'kernel.enabled_locales' => [
  19773.             ],
  19774.             'kernel.error_controller' => 'error_controller',
  19775.             'debug.file_link_format' => NULL,
  19776.             'asset.request_context.base_path' => NULL,
  19777.             'asset.request_context.secure' => NULL,
  19778.             'translator.logging' => false,
  19779.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  19780.             'debug.error_handler.throw_at' => -1,
  19781.             'router.request_context.host' => 'localhost',
  19782.             'router.request_context.scheme' => 'http',
  19783.             'router.request_context.base_url' => '',
  19784.             'router.resource' => 'kernel::loadRoutes',
  19785.             'request_listener.http_port' => 80,
  19786.             'request_listener.https_port' => 443,
  19787.             'session.metadata.storage_key' => '_sf2_meta',
  19788.             'session.storage.options' => [
  19789.                 'cache_limiter' => '0',
  19790.                 'cookie_secure' => 'auto',
  19791.                 'cookie_httponly' => true,
  19792.                 'cookie_samesite' => 'lax',
  19793.                 'gc_probability' => 1,
  19794.             ],
  19795.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  19796.             'session.metadata.update_threshold' => 0,
  19797.             'form.type_extension.csrf.enabled' => true,
  19798.             'form.type_extension.csrf.field_name' => '_token',
  19799.             'validator.translation_domain' => 'validators',
  19800.             'profiler_listener.only_exceptions' => false,
  19801.             'profiler_listener.only_main_requests' => false,
  19802.             'twig.form.resources' => [
  19803.                 => 'form_div_layout.html.twig',
  19804.                 => 'Form\\form_theme_layout.html.twig',
  19805.             ],
  19806.             'twig.default_path' => (\dirname(__DIR__4).'/src/Resources/views'),
  19807.             'security.role_hierarchy.roles' => [
  19808.                 'ROLE_ENTREPRENEUR' => [
  19809.                     => 'ROLE_USER',
  19810.                 ],
  19811.                 'ROLE_EQUIPE' => [
  19812.                     => 'ROLE_ENTREPRENEUR',
  19813.                 ],
  19814.                 'ROLE_ADMIN' => [
  19815.                     => 'ROLE_EQUIPE',
  19816.                 ],
  19817.                 'ROLE_SUPER_ADMIN' => [
  19818.                     => 'ROLE_ADMIN',
  19819.                 ],
  19820.                 'ROLE_MOBILEMONEY' => [
  19821.                     => 'ROLE_MOBILEMONEY',
  19822.                 ],
  19823.                 'ROLE_MVOLA_MONEY' => [
  19824.                     => 'ROLE_MOBILEMONEY',
  19825.                 ],
  19826.                 'ROLE_ORANGE_MONEY' => [
  19827.                     => 'ROLE_MOBILEMONEY',
  19828.                 ],
  19829.             ],
  19830.             'security.access.denied_url' => NULL,
  19831.             'security.authentication.manager.erase_credentials' => true,
  19832.             'security.authentication.session_strategy.strategy' => 'migrate',
  19833.             'security.access.always_authenticate_before_granting' => false,
  19834.             'security.authentication.hide_user_not_found' => true,
  19835.             'security.firewalls' => [
  19836.                 => 'mobile',
  19837.                 => 'api_mobile',
  19838.                 => 'login',
  19839.                 => 'api',
  19840.                 => 'main',
  19841.                 => 'dev',
  19842.             ],
  19843.             'security.mobile._indexed_authenticators' => [
  19844.             ],
  19845.             'security.api_mobile._indexed_authenticators' => [
  19846.             ],
  19847.             'security.login._indexed_authenticators' => [
  19848.             ],
  19849.             'security.api._indexed_authenticators' => [
  19850.             ],
  19851.             'security.main._indexed_authenticators' => [
  19852.             ],
  19853.             'lexik_jwt_authentication.token_ttl' => 3600,
  19854.             'lexik_jwt_authentication.clock_skew' => 0,
  19855.             'lexik_jwt_authentication.user_identity_field' => 'username',
  19856.             'lexik_jwt_authentication.user_id_claim' => 'username',
  19857.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  19858.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  19859.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  19860.             'web_profiler.debug_toolbar.mode' => 2,
  19861.             'maker.compatible_check.doctrine.supports_attributes' => true,
  19862.             'old_sound_rabbit_mq.base_amqp' => [
  19863.             ],
  19864.             'data_collector.templates' => [
  19865.                 'data_collector.request' => [
  19866.                     => 'request',
  19867.                     => '@WebProfiler/Collector/request.html.twig',
  19868.                 ],
  19869.                 'api_platform.data_collector.request' => [
  19870.                     => 'api_platform.data_collector.request',
  19871.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  19872.                 ],
  19873.                 'data_collector.time' => [
  19874.                     => 'time',
  19875.                     => '@WebProfiler/Collector/time.html.twig',
  19876.                 ],
  19877.                 'data_collector.memory' => [
  19878.                     => 'memory',
  19879.                     => '@WebProfiler/Collector/memory.html.twig',
  19880.                 ],
  19881.                 'data_collector.validator' => [
  19882.                     => 'validator',
  19883.                     => '@WebProfiler/Collector/validator.html.twig',
  19884.                 ],
  19885.                 'data_collector.ajax' => [
  19886.                     => 'ajax',
  19887.                     => '@WebProfiler/Collector/ajax.html.twig',
  19888.                 ],
  19889.                 'data_collector.form' => [
  19890.                     => 'form',
  19891.                     => '@WebProfiler/Collector/form.html.twig',
  19892.                 ],
  19893.                 'data_collector.exception' => [
  19894.                     => 'exception',
  19895.                     => '@WebProfiler/Collector/exception.html.twig',
  19896.                 ],
  19897.                 'data_collector.logger' => [
  19898.                     => 'logger',
  19899.                     => '@WebProfiler/Collector/logger.html.twig',
  19900.                 ],
  19901.                 'data_collector.events' => [
  19902.                     => 'events',
  19903.                     => '@WebProfiler/Collector/events.html.twig',
  19904.                 ],
  19905.                 'data_collector.router' => [
  19906.                     => 'router',
  19907.                     => '@WebProfiler/Collector/router.html.twig',
  19908.                 ],
  19909.                 'data_collector.cache' => [
  19910.                     => 'cache',
  19911.                     => '@WebProfiler/Collector/cache.html.twig',
  19912.                 ],
  19913.                 'data_collector.translation' => [
  19914.                     => 'translation',
  19915.                     => '@WebProfiler/Collector/translation.html.twig',
  19916.                 ],
  19917.                 'data_collector.security' => [
  19918.                     => 'security',
  19919.                     => '@Security/Collector/security.html.twig',
  19920.                 ],
  19921.                 'data_collector.twig' => [
  19922.                     => 'twig',
  19923.                     => '@WebProfiler/Collector/twig.html.twig',
  19924.                 ],
  19925.                 'data_collector.doctrine' => [
  19926.                     => 'db',
  19927.                     => '@Doctrine/Collector/db.html.twig',
  19928.                 ],
  19929.                 'data_collector.http_client' => [
  19930.                     => 'http_client',
  19931.                     => '@WebProfiler/Collector/http_client.html.twig',
  19932.                 ],
  19933.                 'swiftmailer.data_collector' => [
  19934.                     => 'swiftmailer',
  19935.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  19936.                 ],
  19937.                 'eight_points_guzzle.data_collector' => [
  19938.                     => 'eight_points_guzzle',
  19939.                     => '@EightPointsGuzzle/debug.html.twig',
  19940.                 ],
  19941.                 'jms_serializer.data_collector' => [
  19942.                     => 'jms_serializer',
  19943.                     => '@JMSSerializer/Collector/panel.html.twig',
  19944.                 ],
  19945.                 'mailer.data_collector' => [
  19946.                     => 'mailer',
  19947.                     => '@WebProfiler/Collector/mailer.html.twig',
  19948.                 ],
  19949.                 'data_collector.config' => [
  19950.                     => 'config',
  19951.                     => '@WebProfiler/Collector/config.html.twig',
  19952.                 ],
  19953.             ],
  19954.             'console.command.ids' => [
  19955.             ],
  19956.         ];
  19957.     }
  19958.     protected function throw($message)
  19959.     {
  19960.         throw new RuntimeException($message);
  19961.     }
  19962. }