X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=95d11d99e6c69cd00b05bfb78735230c7c7f3644;hb=81cbe34e4d519c62ac441197fe070709e4324304;hp=18b1cd3f51d8dcf436127fcc94f6c82c0557d50a;hpb=08e0ed2b70ba5986a96c701f84a7679c98a6f2fd;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(); }