diff options
-rw-r--r-- | core/Command/TwoFactorAuth/Cleanup.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |