Use the correct Base class
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
221f558f66
commit
826ea8c3f9
1 changed files with 0 additions and 4 deletions
|
@ -26,7 +26,6 @@ declare(strict_types = 1);
|
||||||
|
|
||||||
namespace OC\Core\Command\TwoFactorAuth;
|
namespace OC\Core\Command\TwoFactorAuth;
|
||||||
|
|
||||||
use OC\Core\Command\Base;
|
|
||||||
use OCP\Authentication\TwoFactorAuth\IRegistry;
|
use OCP\Authentication\TwoFactorAuth\IRegistry;
|
||||||
use OCP\IUserManager;
|
use OCP\IUserManager;
|
||||||
use Symfony\Component\Console\Input\InputArgument;
|
use Symfony\Component\Console\Input\InputArgument;
|
||||||
|
@ -38,9 +37,6 @@ class State extends Base {
|
||||||
/** @var IRegistry */
|
/** @var IRegistry */
|
||||||
private $registry;
|
private $registry;
|
||||||
|
|
||||||
/** @var IUserManager */
|
|
||||||
private $userManager;
|
|
||||||
|
|
||||||
public function __construct(IRegistry $registry, IUserManager $userManager) {
|
public function __construct(IRegistry $registry, IUserManager $userManager) {
|
||||||
parent::__construct('twofactorauth:state');
|
parent::__construct('twofactorauth:state');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue