Merge "Add SessionManager::invalidateSessionsForUser"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 8e95034..e282bda 100644 (file)
@@ -139,6 +139,10 @@ return [
                return $store;
        },
 
+       'GenderCache' => function( MediaWikiServices $services ) {
+               return new GenderCache();
+       },
+
        ///////////////////////////////////////////////////////////////////////////
        // NOTE: When adding a service here, don't forget to add a getter function
        // in the MediaWikiServices class. The convenience getter should just call