aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ServiceWiring.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ServiceWiring.php')
-rw-r--r--includes/ServiceWiring.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/ServiceWiring.php b/includes/ServiceWiring.php
index 9073de1c0eac..d6b4d65433ce 100644
--- a/includes/ServiceWiring.php
+++ b/includes/ServiceWiring.php
@@ -218,6 +218,10 @@ return [
return new GenderCache( $services->getNamespaceInfo() );
},
+ 'HtmlCacheUpdater' => function ( MediaWikiServices $services ) : HtmlCacheUpdater {
+ return new HtmlCacheUpdater();
+ },
+
'HttpRequestFactory' =>
function ( MediaWikiServices $services ) : HttpRequestFactory {
return new HttpRequestFactory();