Fix warning
parent
39f16fb7ff
commit
72b7b169e7
|
@ -35,7 +35,7 @@ class VcsRepository extends ArrayRepository
|
|||
|
||||
$this->url = $config['url'];
|
||||
$this->io = $io;
|
||||
$this->type = $config['type'];
|
||||
$this->type = isset($config['type']) ? $config['type'] : 'vcs';
|
||||
}
|
||||
|
||||
public function setDebug($debug)
|
||||
|
|
Loading…
Reference in New Issue