Skip to content

Commit

Permalink
Update core/Command/TwoFactorAuth/Cleanup.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
  • Loading branch information
2 people authored and artonge committed Jun 20, 2023
1 parent 0171f71 commit ee5a0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/TwoFactorAuth/Cleanup.php
Expand Up @@ -35,7 +35,7 @@
class Cleanup extends Base {
public function __construct(
private IRegistry $registry,
protected IUserManager $userManager,
IUserManager $userManager,
) {
parent::__construct(
null,
Expand Down

0 comments on commit ee5a0b0

Please sign in to comment.