1
0
Fork 0

Allow to override Installer::createPlatformRepo

pull/9662/head
Yanick Witschi 2021-02-01 15:17:02 +01:00 committed by GitHub
parent 1e72b23fd3
commit ea6b0836c4
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;
}
private function createPlatformRepo($forUpdate)
protected function createPlatformRepo($forUpdate)
{
if ($forUpdate) {
$platformOverrides = $this->config->get('platform') ?: array();