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

index 08f1422d458f293f7e4ecbe7680546e8f25bf367..a593993128f99874dbec4bd0ee122000b2358dcb 100644 (file)
@@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 class Disable extends Base {
        public function __construct(
                private ProviderManager $manager,
-               protected IUserManager $userManager,
+               IUserManager $userManager,
        ) {
                parent::__construct(
                        'twofactorauth:disable',