Renames preparatory to parser tests refactor
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 33569e6..8734bd6 100644 (file)
@@ -166,7 +166,8 @@ return [
 
        'LinkCache' => function( MediaWikiServices $services ) {
                return new LinkCache(
-                       $services->getTitleFormatter()
+                       $services->getTitleFormatter(),
+                       ObjectCache::getMainWANInstance()
                );
        },