aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site/CachingSiteStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/site/CachingSiteStore.php')
-rw-r--r--includes/site/CachingSiteStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/site/CachingSiteStore.php b/includes/site/CachingSiteStore.php
index 9d5526a27fc8..c7fb4dc1ddd2 100644
--- a/includes/site/CachingSiteStore.php
+++ b/includes/site/CachingSiteStore.php
@@ -20,7 +20,7 @@
namespace MediaWiki\Site;
-use BagOStuff;
+use Wikimedia\ObjectCache\BagOStuff;
/**
* Hold a configured list of sites (SiteList), with a caching layer.