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

index 2138fcd6dbbd3687baed9ed53e4c48464d0121b5..b0d80c43a611e6db1aa53ea6e60cda0afc643dac 100644 (file)
@@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 class Enable extends Base {
        public function __construct(
                private ProviderManager $manager,
-               protected IUserManager $userManager,
+               IUserManager $userManager,
        ) {
                parent::__construct(
                        'twofactorauth:enable',