diff options
author | Amir Sarabadani <ladsgroup@gmail.com> | 2023-08-25 14:29:41 +0200 |
---|---|---|
committer | Amir Sarabadani <ladsgroup@gmail.com> | 2023-08-25 15:44:17 +0200 |
commit | f4e68e055f46b99d3c881425fb096dac7ee97fec (patch) | |
tree | d1f7b123d0ab2ad0570f12e20cce8e81ddf6e3f7 /includes/logging/LogEventsList.php | |
parent | 80d62c5ea865c12d85feb87a3564b55aec6e3168 (diff) | |
download | mediawikicore-f4e68e055f46b99d3c881425fb096dac7ee97fec.tar.gz mediawikicore-f4e68e055f46b99d3c881425fb096dac7ee97fec.zip |
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
Diffstat (limited to 'includes/logging/LogEventsList.php')
-rw-r--r-- | includes/logging/LogEventsList.php | 1 |
1 files changed, 1 insertions, 0 deletions
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; |