aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging
diff options
context:
space:
mode:
Diffstat (limited to 'includes/logging')
-rw-r--r--includes/logging/LogEventsList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php
index 9ffee3b16bf9..67787ab929ab 100644
--- a/includes/logging/LogEventsList.php
+++ b/includes/logging/LogEventsList.php
@@ -25,11 +25,11 @@
namespace MediaWiki\Logging;
-use ChangeTags;
use InvalidArgumentException;
use MapCacheLRU;
use MediaWiki\Block\Block;
use MediaWiki\Block\DatabaseBlockStore;
+use MediaWiki\ChangeTags\ChangeTags;
use MediaWiki\Context\ContextSource;
use MediaWiki\Context\IContextSource;
use MediaWiki\Context\RequestContext;