]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/TwoFactorAuth/State.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 20 Jun 2023 15:34:43 +0000 (19:04 +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/State.php

index acd35638ee6a07968c26b867bd8b69915dabb884..ddae1fe963aa5a7dc87be6e6dfb3952fdfb2a945 100644 (file)
@@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 class State extends Base {
        public function __construct(
                private IRegistry $registry,
-               protected IUserManager $userManager,
+               IUserManager $userManager,
        ) {
                parent::__construct(
                        'twofactorauth:state',