We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a70d3 commit 0e98e80Copy full SHA for 0e98e80
1 file changed
app/Services/MediaWikiHostResolver.php
@@ -23,12 +23,6 @@ class MediaWikiHostResolver {
23
'mw1.43-wbs1' => '143',
24
];
25
26
- // https://phabricator.wikimedia.org/T409530
27
- // This service could have other methods in future, e.g. getBackendHostForWiki()
28
- // public function getBackendHostForWiki(Wiki $wiki): string {
29
- // return $this->getBackendHostForDomain($wiki->domain);
30
- // }
31
-
32
/**
33
* @throws UnknownDBVersionException
34
* @throws UnknownWikiDomainException
0 commit comments