aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Command/TwoFactorAuth/Disable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php
index 08f1422d458..a593993128f 100644
--- a/core/Command/TwoFactorAuth/Disable.php
+++ b/core/Command/TwoFactorAuth/Disable.php
@@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class Disable extends Base {
public function __construct(
private ProviderManager $manager,
- protected IUserManager $userManager,
+ IUserManager $userManager,
) {
parent::__construct(
'twofactorauth:disable',