aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Encryption/Status.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Encryption/Status.php')
-rw-r--r--core/Command/Encryption/Status.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/Command/Encryption/Status.php b/core/Command/Encryption/Status.php
index 34ebabe1b73..691b399203d 100644
--- a/core/Command/Encryption/Status.php
+++ b/core/Command/Encryption/Status.php
@@ -27,11 +27,10 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class Status extends Base {
- protected IManager $encryptionManager;
-
- public function __construct(IManager $encryptionManager) {
+ public function __construct(
+ protected IManager $encryptionManager,
+ ) {
parent::__construct();
- $this->encryptionManager = $encryptionManager;
}
protected function configure() {