diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-20 19:04:43 +0330 |
---|---|---|
committer | Louis <6653109+artonge@users.noreply.github.com> | 2023-06-24 23:14:23 +0200 |
commit | 9bd9c09aaeb24d06d439a19d6996b0de5a3e3519 (patch) | |
tree | 4a5784a878436e7f396cdbdc504dd6396b8a1d1d /core/Command | |
parent | 116b8c68a6fd5146797c5f756e2ee84131d3e64c (diff) | |
download | nextcloud-server-9bd9c09aaeb24d06d439a19d6996b0de5a3e3519.tar.gz nextcloud-server-9bd9c09aaeb24d06d439a19d6996b0de5a3e3519.zip |
Update core/Command/TwoFactorAuth/State.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/TwoFactorAuth/State.php | 2 |
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', |