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>
pull/38775/head
Faraz Samapoor 2023-06-20 19:04:56 +07:00 committed by Louis
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',