Register EventLogging schemas in extension.json

Change-Id: I60012747daa927264474e7a4867ad0f9124d793c
This commit is contained in:
Kunal Mehta
2018-06-23 00:02:07 +02:00
parent 3c1de1b67e
commit 07cf9bbedf
2 changed files with 3 additions and 5 deletions

View File

@@ -141,10 +141,6 @@ class UniversalLanguageSelectorHooks {
}
}
public static function onEventLoggingRegisterSchemas( array &$schemas ) {
$schemas['UniversalLanguageSelector'] = 17799034;
}
/**
* @param array &$testModules array of javascript testing modules. 'qunit' is fed
* using tests/qunit/QUnitTestResources.php.