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:
Faraz Samapoor 2023-06-20 19:07:13 +03:30 committed by Louis
parent 6e33efa543
commit faaa8cc4e1

View file

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