1
0
Fork 0

Merge pull request #9662 from Toflar/patch-1

Allow to override Installer::createPlatformRepo
pull/9667/head
Jordi Boggiano 2021-02-02 09:15:46 +01:00 committed by GitHub
commit d9454938b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();