Update WikibaseClient::getStore() call

Bug: T277482
Change-Id: I9c1af47257121e0d3346c5aa3d62ce746f47a0d2
Depends-On: I6b80739641d55730d8e0a217d9f23aa9392bdf35
This commit is contained in:
Lucas Werkmeister 2021-03-31 19:52:21 +02:00
parent ee096440ed
commit 004da5f9ad

View file

@ -157,7 +157,7 @@ class MathWikibaseConfig {
self::$defaultConfig = new MathWikibaseConfig(
WikibaseClient::getEntityIdParser(),
$wikibaseClient->getStore()->getEntityRevisionLookup(),
WikibaseClient::getStore()->getEntityRevisionLookup(),
$wikibaseClient->getLanguageFallbackLabelDescriptionLookupFactory(),
$site
);