X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=091a5cae68bc0ca1cdf40d26ebb1cae0cb056e2a;hp=18b1cd3f51d8dcf436127fcc94f6c82c0557d50a;hb=a38af7ba26579bb3004f673e44d39710887763aa;hpb=fb44a171b20b1ca832b93c8d788070fc6b13d932 diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 18b1cd3f51..091a5cae68 100644 --- a/includes/EventRelayerGroup.php +++ b/includes/EventRelayerGroup.php @@ -18,8 +18,6 @@ * @file */ -use MediaWiki\MediaWikiServices; - /** * Factory class for spawning EventRelayer objects using configuration * @@ -39,14 +37,6 @@ class EventRelayerGroup { $this->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