From 34e8887ddb7062749af5fb97811d107a9e4b9d24 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Tue, 20 Jun 2023 19:04:56 +0330 Subject: [PATCH] Update core/Command/TwoFactorAuth/Disable.php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- core/Command/TwoFactorAuth/Disable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php index 08f1422d458..a593993128f 100644 --- a/core/Command/TwoFactorAuth/Disable.php +++ b/core/Command/TwoFactorAuth/Disable.php @@ -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', -- 2.39.5