installer: Fix class name in example override

Change-Id: I9092eb14befff800ea62f38de14dd5695ce486e3
This commit is contained in:
Taavi Väänänen 2025-01-25 16:55:50 +02:00 committed by Reedy
parent fc1759bfe6
commit d7861aff03

View file

@ -11,7 +11,7 @@ Example override:
$overrides['LocalSettingsGenerator'] = 'MyLocalSettingsGenerator';
class MyLocalSettingsGenerator extends LocalSettingsGenerator {
class MyLocalSettingsGenerator extends MediaWiki\Installer\LocalSettingsGenerator {
function getText() {
// Modify an existing setting
$this->values['wgDefaultSkin'] = 'vector';