Browse Source

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 years ago
parent
commit
9b2d855d19
No account linked to committer's email address
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      core/Command/TwoFactorAuth/State.php

+ 0
- 4
core/Command/TwoFactorAuth/State.php View File

@@ -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…
Cancel
Save