aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/TwoFactorAuth/Enable.php2
1 files changed, 1 insertions, 1 deletions
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',