Update core/Command/TwoFactorAuth/Enable.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 12 months ago committed by Louis
parent 34e8887ddb
commit 6e33efa543

@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class Enable extends Base {
public function __construct(
private ProviderManager $manager,
protected IUserManager $userManager,
IUserManager $userManager,
) {
parent::__construct(
'twofactorauth:enable',

Loading…
Cancel
Save