Fix ctor call in OC\Core\Command\Upgrade
This commit is contained in:
parent
a4f0483f56
commit
136b0c22c9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Upgrade extends Command {
|
|||
* @param IConfig $config
|
||||
*/
|
||||
public function __construct(IConfig $config) {
|
||||
parent::__construct();
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue