Spaces:
Running
Running
File size: 327 Bytes
82413ac | 1 2 3 4 5 6 7 8 9 10 11 | <?php
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'This file is part of MediaWiki and is not a valid entry point.' );
}
class Scribunto_LuaWikibaseClientLiteLibrary extends Scribunto_LuaLibraryBase {
public function register() {
$this->getEngine()->registerInterface( __DIR__ . '/mw.wikibase.lua', [], [] );
}
}
|