From 9bd9c09aaeb24d06d439a19d6996b0de5a3e3519 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Tue, 20 Jun 2023 19:04:43 +0330 Subject: [PATCH] Update core/Command/TwoFactorAuth/State.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/State.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/TwoFactorAuth/State.php b/core/Command/TwoFactorAuth/State.php index acd35638ee6..ddae1fe963a 100644 --- a/core/Command/TwoFactorAuth/State.php +++ b/core/Command/TwoFactorAuth/State.php @@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\OutputInterface; class State extends Base { public function __construct( private IRegistry $registry, - protected IUserManager $userManager, + IUserManager $userManager, ) { parent::__construct( 'twofactorauth:state', -- 2.39.5