]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/TwoFactorAuth/Cleanup.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 20 Jun 2023 15:37:13 +0000 (19:07 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Sat, 24 Jun 2023 21:14:23 +0000 (23:14 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
core/Command/TwoFactorAuth/Cleanup.php

index e70c93bcc1c9d1238aad3977546a00d0e8311106..1b2c6e2263242231c405bf9958a4da99239aaa70 100644 (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,