summaryrefslogtreecommitdiffstats
path: root/core/Command/Config/System/GetConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Config/System/GetConfig.php')
-rw-r--r--core/Command/Config/System/GetConfig.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/core/Command/Config/System/GetConfig.php b/core/Command/Config/System/GetConfig.php
index 265fc70900f..01bbf82d5d1 100644
--- a/core/Command/Config/System/GetConfig.php
+++ b/core/Command/Config/System/GetConfig.php
@@ -29,15 +29,8 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class GetConfig extends Base {
- /** * @var SystemConfig */
- protected $systemConfig;
-
- /**
- * @param SystemConfig $systemConfig
- */
public function __construct(SystemConfig $systemConfig) {
- parent::__construct();
- $this->systemConfig = $systemConfig;
+ parent::__construct($systemConfig);
}
protected function configure() {