From 6e33efa5432601b6bd3ca5307619112b10953a4d Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Tue, 20 Jun 2023 19:05:07 +0330 Subject: [PATCH] Update core/Command/TwoFactorAuth/Enable.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/Enable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/TwoFactorAuth/Enable.php b/core/Command/TwoFactorAuth/Enable.php index 2138fcd6dbb..b0d80c43a61 100644 --- a/core/Command/TwoFactorAuth/Enable.php +++ b/core/Command/TwoFactorAuth/Enable.php @@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface; class Enable extends Base { public function __construct( private ProviderManager $manager, - protected IUserManager $userManager, + IUserManager $userManager, ) { parent::__construct( 'twofactorauth:enable', -- 2.39.5