X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=95d11d99e6c69cd00b05bfb78735230c7c7f3644;hb=31bfcb39d903d76a8ef99bbcf00596937c812cad;hp=18b1cd3f51d8dcf436127fcc94f6c82c0557d50a;hpb=15f6eff90c305d405fe4331c8a8dc8caa842e5b3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 18b1cd3f51..95d11d99e6 100644 --- a/includes/EventRelayerGroup.php +++ b/includes/EventRelayerGroup.php @@ -44,6 +44,7 @@ class EventRelayerGroup { * @return EventRelayerGroup */ public static function singleton() { + wfDeprecated( __METHOD__, '1.27' ); return MediaWikiServices::getInstance()->getEventRelayerGroup(); }