소스 검색

Merge pull request #10023 from nextcloud/bugfix/noid/class-name-already-in-use

Use the correct Base class
tags/v14.0.0beta1
Morris Jobke 5 년 전
부모
커밋
9b2d855d19
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      core/Command/TwoFactorAuth/State.php

+ 0
- 4
core/Command/TwoFactorAuth/State.php 파일 보기

@@ -26,7 +26,6 @@ declare(strict_types = 1);

namespace OC\Core\Command\TwoFactorAuth;

use OC\Core\Command\Base;
use OCP\Authentication\TwoFactorAuth\IRegistry;
use OCP\IUserManager;
use Symfony\Component\Console\Input\InputArgument;
@@ -38,9 +37,6 @@ class State extends Base {
/** @var IRegistry */
private $registry;

/** @var IUserManager */
private $userManager;

public function __construct(IRegistry $registry, IUserManager $userManager) {
parent::__construct('twofactorauth:state');


Loading…
취소
저장