mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 15:44:33 +00:00
Update getEntityIdParser method callers to static
Bug: T275886 Depends-On: I5bcd59b954521b74eeae4f2f207ebb35ccba97d7 Change-Id: I1f930a809a6094e2079b972a78cc3403ddeb6f73
This commit is contained in:
parent
a5f2825e53
commit
6a8f7df8ad
|
@ -156,7 +156,7 @@ class MathWikibaseConfig {
|
|||
}
|
||||
|
||||
self::$defaultConfig = new MathWikibaseConfig(
|
||||
$wikibaseClient->getEntityIdParser(),
|
||||
WikibaseClient::getEntityIdParser(),
|
||||
$wikibaseClient->getStore()->getEntityRevisionLookup(),
|
||||
$wikibaseClient->getLanguageFallbackLabelDescriptionLookupFactory(),
|
||||
$site
|
||||
|
|
Loading…
Reference in a new issue