mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Update core/Command/Encryption/DecryptAll.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
9c2abae59c
commit
90035e98c1
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
use Symfony\Component\Console\Question\ConfirmationQuestion;
|
||||
|
||||
class DecryptAll extends Command {
|
||||
protected bool $wasTrashbinEnabled;
|
||||
protected bool $wasMaintenanceModeEnabled;
|
||||
protected bool $wasTrashbinEnabled = false;
|
||||
protected bool $wasMaintenanceModeEnabled = false;
|
||||
|
||||
public function __construct(
|
||||
protected IManager $encryptionManager,
|
||||
|
|
|
|||
Loading…
Reference in a new issue