Allow to override Installer::createPlatformRepo

main
Yanick Witschi 3 years ago committed by GitHub
parent 1e72b23fd3
commit ea6b0836c4
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