Use parent constuctor in ConfigForm.php
Problem/Motivation
$this->setConfigFactory is already done from the parent class. so not requited to set again in the constructor.
Edited by drupalbot
$this->setConfigFactory is already done from the parent class. so not requited to set again in the constructor.