mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Update core/Command/TwoFactorAuth/Disable.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
9bd9c09aae
commit
34e8887ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
class Disable extends Base {
|
||||
public function __construct(
|
||||
private ProviderManager $manager,
|
||||
protected IUserManager $userManager,
|
||||
IUserManager $userManager,
|
||||
) {
|
||||
parent::__construct(
|
||||
'twofactorauth:disable',
|
||||
|
|
|
|||
Loading…
Reference in a new issue