<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'App\Service\UserService' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/Service/UserService.php';

$this->services['App\\Service\\UserService'] = $instance = new \App\Service\UserService(($this->privates['App\\Repository\\User\\DoctrineUserRepository'] ?? $this->load('getDoctrineUserRepositoryService.php')), ($this->services['App\\Service\\NegotiationService'] ?? $this->load('getNegotiationServiceService.php')), ($this->privates['App\\Service\\Campaign\\ReportService'] ?? $this->load('getReportServiceService.php')), ($this->privates['App\\Service\\ResearchService'] ?? $this->load('getResearchServiceService.php')), ($this->services['App\\Service\\ContentVersionService'] ?? $this->load('getContentVersionServiceService.php')), ($this->privates['App\\Service\\CommentContentService'] ?? $this->load('getCommentContentServiceService.php')), ($this->privates['App\\Service\\CommentTaskService'] ?? $this->load('getCommentTaskServiceService.php')), ($this->privates['App\\Service\\Campaign\\NoticeService'] ?? $this->load('getNoticeServiceService.php')), ($this->privates['App\\Service\\NegotiationMessageService'] ?? $this->load('getNegotiationMessageServiceService.php')), ($this->privates['App\\Service\\Campaign\\Tasklist\\TasklistService'] ?? $this->load('getTasklistServiceService.php')), ($this->services['App\\Service\\Campaign\\LandingPageService'] ?? $this->load('getLandingPageServiceService.php')), ($this->privates['App\\Service\\CommentLandingPageService'] ?? $this->load('getCommentLandingPageServiceService.php')));

$instance->setUserFactory(($this->services['App\\Service\\User\\Factory'] ?? $this->load('getFactoryService.php')));
$instance->setTaskService(($this->services['App\\Service\\Campaign\\Tasklist\\TaskService'] ?? $this->load('getTaskServiceService.php')));

return $instance;
