diff options
Diffstat (limited to 'core/Command/Config/App/SetConfig.php')
-rw-r--r-- | core/Command/Config/App/SetConfig.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php index e983d32d97e..345067cfd45 100644 --- a/core/Command/Config/App/SetConfig.php +++ b/core/Command/Config/App/SetConfig.php @@ -20,12 +20,6 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Question\Question; class SetConfig extends Base { - public function __construct( - protected IAppConfig $appConfig, - ) { - parent::__construct(); - } - protected function configure() { parent::configure(); |