diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-20 19:07:13 +0330 |
---|---|---|
committer | Louis <6653109+artonge@users.noreply.github.com> | 2023-06-24 23:14:23 +0200 |
commit | faaa8cc4e12d8731e53530538ac84247dd03def1 (patch) | |
tree | 96cfdb718f78fb578a8aef52f15f877d8df42003 /core/Command/TwoFactorAuth | |
parent | 6e33efa5432601b6bd3ca5307619112b10953a4d (diff) | |
download | nextcloud-server-faaa8cc4e12d8731e53530538ac84247dd03def1.tar.gz nextcloud-server-faaa8cc4e12d8731e53530538ac84247dd03def1.zip |
Update core/Command/TwoFactorAuth/Cleanup.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/TwoFactorAuth')
-rw-r--r-- | core/Command/TwoFactorAuth/Cleanup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Cleanup.php b/core/Command/TwoFactorAuth/Cleanup.php index e70c93bcc1c..1b2c6e22632 100644 --- a/core/Command/TwoFactorAuth/Cleanup.php +++ b/core/Command/TwoFactorAuth/Cleanup.php @@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\OutputInterface; class Cleanup extends Base { public function __construct( private IRegistry $registry, - protected IUserManager $userManager, + IUserManager $userManager, ) { parent::__construct( null, |