Skip to content
Snippets Groups Projects
Commit 136b0c22 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fix ctor call in OC\Core\Command\Upgrade

parent a4f0483f
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class Upgrade extends Command {
* @param IConfig $config
*/
public function __construct(IConfig $config) {
parent::__construct();
$this->config = $config;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment