X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEventRelayerGroup.php;h=091a5cae68bc0ca1cdf40d26ebb1cae0cb056e2a;hb=388bbf3f7baefea02f9c89c4ade958059fa4282d;hp=95d11d99e6c69cd00b05bfb78735230c7c7f3644;hpb=ef44b9075c0e2746ec2df0aaefa0ae9b9174d2fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EventRelayerGroup.php b/includes/EventRelayerGroup.php index 95d11d99e6..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,15 +37,6 @@ class EventRelayerGroup { $this->configByChannel = $config; } - /** - * @deprecated since 1.27 Use MediaWikiServices::getInstance()->getEventRelayerGroup() - * @return EventRelayerGroup - */ - public static function singleton() { - wfDeprecated( __METHOD__, '1.27' ); - return MediaWikiServices::getInstance()->getEventRelayerGroup(); - } - /** * @param string $channel * @return EventRelayer Relayer instance that handles the given channel