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