Merge pull request #9662 from Toflar/patch-1
Allow to override Installer::createPlatformRepopull/9667/head
commit
d9454938b0
|
@ -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