Skip to content

Commit

Permalink
Fix INotifier reference
Browse files Browse the repository at this point in the history
This issue got introduced by backport https://gerrit.wikimedia.org/r/c/mediawiki/extensions/BlueSpiceFoundation/+/734909

ERM26664

[REL1_31 only]

Change-Id: Ic8febd29b35d3cc7ca62ba7be0ebfdf2d930f4d1
  • Loading branch information
rvogel committed Nov 24, 2021
1 parent 832f525 commit 697353f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@
namespace BlueSpice;

use MediaWiki\Logger\LoggerFactory;
use MediaWiki\MediaWikiServices;
use Message;
use MessageLocalizer;
use MWStake\MediaWiki\Component\Notifications\INotifier;
use Psr\Log\LoggerInterface;
use Status;
use WikiPage;

abstract class Task implements ITask, IServiceProvider, MessageLocalizer {

Expand Down

0 comments on commit 697353f

Please sign in to comment.