diff options
Diffstat (limited to 'core/Command/Check.php')
-rw-r--r-- | core/Command/Check.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Command/Check.php b/core/Command/Check.php index 18c45323f37..529cb541f6d 100644 --- a/core/Command/Check.php +++ b/core/Command/Check.php @@ -29,11 +29,8 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; class Check extends Base { - private SystemConfig $config; - - public function __construct(SystemConfig $config) { + public function __construct(private SystemConfig $config) { parent::__construct(); - $this->config = $config; } protected function configure() { |