Sfoglia il codice sorgente

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>
tags/v28.0.0beta1
Faraz Samapoor 11 mesi fa
parent
commit
34e8887ddb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      core/Command/TwoFactorAuth/Disable.php

+ 1
- 1
core/Command/TwoFactorAuth/Disable.php Vedi File

@@ -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',

Loading…
Annulla
Salva