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