mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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>
This commit is contained in:
parent
6e33efa543
commit
faaa8cc4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue