Skip to content

Commit

Permalink
Merge pull request nextcloud#10023 from nextcloud/bugfix/noid/class-n…
Browse files Browse the repository at this point in the history
…ame-already-in-use

Use the correct Base class
  • Loading branch information
MorrisJobke authored Jun 27, 2018
2 parents 221f558 + 826ea8c commit 9b2d855
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/Command/TwoFactorAuth/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace OC\Core\Command\TwoFactorAuth;

use OC\Core\Command\Base;
use OCP\Authentication\TwoFactorAuth\IRegistry;
use OCP\IUserManager;
use Symfony\Component\Console\Input\InputArgument;
Expand All @@ -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');

Expand Down

0 comments on commit 9b2d855

Please sign in to comment.