Skip to content

Commit

Permalink
Update core/Command/Encryption/DecryptAll.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Faraz Samapoor <[email protected]>
  • Loading branch information
2 people authored and artonge committed Jun 20, 2023
1 parent 9c2abae commit 90035e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Command/Encryption/DecryptAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
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,
Expand Down

0 comments on commit 90035e9

Please sign in to comment.