aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/TwoFactorAuth/State.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/State.php b/core/Command/TwoFactorAuth/State.php
index acd35638ee6..ddae1fe963a 100644
--- a/core/Command/TwoFactorAuth/State.php
+++ b/core/Command/TwoFactorAuth/State.php
@@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class State extends Base {
public function __construct(
private IRegistry $registry,
- protected IUserManager $userManager,
+ IUserManager $userManager,
) {
parent::__construct(
'twofactorauth:state',