Merge pull request #9662 from Toflar/patch-1

Allow to override Installer::createPlatformRepo
main
Jordi Boggiano 3 years ago committed by GitHub
commit d9454938b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -708,7 +708,7 @@ class Installer
return 0; return 0;
} }
private function createPlatformRepo($forUpdate) protected function createPlatformRepo($forUpdate)
{ {
if ($forUpdate) { if ($forUpdate) {
$platformOverrides = $this->config->get('platform') ?: array(); $platformOverrides = $this->config->get('platform') ?: array();

Loading…
Cancel
Save