Allow to override Installer::createPlatformRepo
parent
1e72b23fd3
commit
ea6b0836c4
|
@ -708,7 +708,7 @@ class Installer
|
|||
return 0;
|
||||
}
|
||||
|
||||
private function createPlatformRepo($forUpdate)
|
||||
protected function createPlatformRepo($forUpdate)
|
||||
{
|
||||
if ($forUpdate) {
|
||||
$platformOverrides = $this->config->get('platform') ?: array();
|
||||
|
|
Loading…
Reference in New Issue