aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorFaraz Samapoor <f.samapoor@gmail.com>2023-06-20 19:05:07 +0330
committerLouis <6653109+artonge@users.noreply.github.com>2023-06-24 23:14:23 +0200
commit6e33efa5432601b6bd3ca5307619112b10953a4d (patch)
treec6e5ce872564db26a51c8fb0987f6ba3b0678549 /core/Command
parent34e8887ddb7062749af5fb97811d107a9e4b9d24 (diff)
downloadnextcloud-server-6e33efa5432601b6bd3ca5307619112b10953a4d.tar.gz
nextcloud-server-6e33efa5432601b6bd3ca5307619112b10953a4d.zip
Update core/Command/TwoFactorAuth/Enable.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/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',