| @@ 90-100 (lines=11) @@ | ||
| 87 | * @param MemberService $membersService |
|
| 88 | * @param ConfigService $configService |
|
| 89 | */ |
|
| 90 | public function __construct( |
|
| 91 | FederatedUserService $federatedUserService, RemoteService $remoteService, |
|
| 92 | CircleService $circlesService, MemberService $membersService, ConfigService $configService |
|
| 93 | ) { |
|
| 94 | parent::__construct(); |
|
| 95 | $this->federatedUserService = $federatedUserService; |
|
| 96 | $this->remoteService = $remoteService; |
|
| 97 | $this->circleService = $circlesService; |
|
| 98 | $this->memberService = $membersService; |
|
| 99 | $this->configService = $configService; |
|
| 100 | } |
|
| 101 | ||
| 102 | ||
| 103 | /** |
|
| @@ 89-99 (lines=11) @@ | ||
| 86 | * @param MemberService $membersService |
|
| 87 | * @param ConfigService $configService |
|
| 88 | */ |
|
| 89 | public function __construct( |
|
| 90 | FederatedUserService $federatedUserService, RemoteService $remoteService, |
|
| 91 | CircleService $circlesService, MemberService $membersService, ConfigService $configService |
|
| 92 | ) { |
|
| 93 | parent::__construct(); |
|
| 94 | $this->federatedUserService = $federatedUserService; |
|
| 95 | $this->remoteService = $remoteService; |
|
| 96 | $this->circleService = $circlesService; |
|
| 97 | $this->memberService = $membersService; |
|
| 98 | $this->configService = $configService; |
|
| 99 | } |
|
| 100 | ||
| 101 | ||
| 102 | /** |
|
| @@ 87-96 (lines=10) @@ | ||
| 84 | * @param MemberService $memberService |
|
| 85 | * @param ConfigService $configService |
|
| 86 | */ |
|
| 87 | public function __construct( |
|
| 88 | FederatedUserService $federatedUserService, RemoteService $remoteService, |
|
| 89 | MemberService $memberService, ConfigService $configService |
|
| 90 | ) { |
|
| 91 | parent::__construct(); |
|
| 92 | $this->federatedUserService = $federatedUserService; |
|
| 93 | $this->remoteService = $remoteService; |
|
| 94 | $this->memberService = $memberService; |
|
| 95 | $this->configService = $configService; |
|
| 96 | } |
|
| 97 | ||
| 98 | ||
| 99 | protected function configure() { |
|