From: Faraz Samapoor Date: Tue, 20 Jun 2023 15:34:43 +0000 (+0330) Subject: Update core/Command/TwoFactorAuth/State.php X-Git-Tag: v28.0.0beta1~827^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9bd9c09aaeb24d06d439a19d6996b0de5a3e3519;p=nextcloud-server.git Update core/Command/TwoFactorAuth/State.php Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- 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',