Merge pull request #10023 from nextcloud/bugfix/noid/class-name-already-in-use
Use the correct Base class
This commit is contained in:
commit
9b2d855d19
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue