From f4e68e055f46b99d3c881425fb096dac7ee97fec Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Fri, 25 Aug 2023 14:29:41 +0200 Subject: Reorg: Move Status to MediaWiki\Status\ This class is used heavily basically everywhere, moving it to Utils wouldn't make much sense. Also with this change, we can move StatusValue to MediaWiki\Status as well. Bug: T321882 Depends-On: I5f89ecf27ce1471a74f31c6018806461781213c3 Change-Id: I04c1dcf5129df437589149f0f3e284974d7c98fa --- includes/logging/LogEventsList.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/logging/LogEventsList.php') diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index ad032bee7161..0e4a07d5467f 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -31,6 +31,7 @@ use MediaWiki\MainConfigNames; use MediaWiki\MediaWikiServices; use MediaWiki\Page\PageReference; use MediaWiki\Permissions\Authority; +use MediaWiki\Status\Status; class LogEventsList extends ContextSource { public const NO_ACTION_LINK = 1; -- cgit v1.2.3