Merge "ExternalStoreDB::getMaster: Hard deprecate now it's unused in prod"
This commit is contained in:
commit
f6f6bef180
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class ExternalStoreDB extends ExternalStoreMedium {
|
||||||
* @return MaintainableDBConnRef
|
* @return MaintainableDBConnRef
|
||||||
*/
|
*/
|
||||||
public function getMaster( $cluster ) {
|
public function getMaster( $cluster ) {
|
||||||
// wfDeprecated( __METHOD__, '1.37' );
|
wfDeprecated( __METHOD__, '1.37' );
|
||||||
return $this->getPrimary( $cluster );
|
return $this->getPrimary( $cluster );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue