X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=091a5cae68bc0ca1cdf40d26ebb1cae0cb056e2a;hb=593f14fa18e5d110a9fc0f9df1ecb8de725fbd8c;hp=9360693a4b8e368635d624a02d2b0dd16a98630b;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 9360693a4b..091a5cae68 100644 --- a/includes/EventRelayerGroup.php +++ b/includes/EventRelayerGroup.php @@ -1,10 +1,26 @@ configByChannel = $config; } - /** - * @deprecated since 1.27 Use MediaWikiServices::getInstance()->getEventRelayerGroup() - * @return EventRelayerGroup - */ - public static function singleton() { - return MediaWikiServices::getInstance()->getEventRelayerGroup(); - } - /** * @param string $channel * @return EventRelayer Relayer instance that handles the given channel