X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites%22%2C%22%22%29.%20%22?a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=091a5cae68bc0ca1cdf40d26ebb1cae0cb056e2a;hb=512b7cd8d73facec6b69047eedf102ae2c38c3d6;hp=18b1cd3f51d8dcf436127fcc94f6c82c0557d50a;hpb=2480aae0c97d822e10b50619e7b48b25c45af073;p=lhc%2Fweb%2Fwiklou.git 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