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>
pull/38775/head
Faraz Samapoor 2 years ago committed by Louis
parent 6e33efa543
commit faaa8cc4e1
  1. 2
      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,

Loading…
Cancel
Save