From: Faraz Samapoor Date: Tue, 20 Jun 2023 15:35:07 +0000 (+0330) Subject: Update core/Command/TwoFactorAuth/Enable.php X-Git-Tag: v28.0.0beta1~827^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e33efa5432601b6bd3ca5307619112b10953a4d;p=nextcloud-server.git Update core/Command/TwoFactorAuth/Enable.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/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',