Update core/Command/TwoFactorAuth/State.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 3 years ago committed by Louis
parent 116b8c68a6
commit 9bd9c09aae
  1. 2
      core/Command/TwoFactorAuth/State.php

@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class State extends Base {
public function __construct(
private IRegistry $registry,
protected IUserManager $userManager,
IUserManager $userManager,
) {
parent::__construct(
'twofactorauth:state',

Loading…
Cancel
Save