diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2025-03-21 15:11:06 -0400 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2025-03-25 13:12:55 +0000 |
commit | 121e5393d76778045630b03ea10a82ffdecc191f (patch) | |
tree | 4f94017f1a91aabc14f0817e62d77e1accd21e4c /includes/logging/LogEventsList.php | |
parent | 361a7dec6e4c49027888ce16ebaf40b5cfc75b29 (diff) | |
download | mediawikicore-121e5393d76778045630b03ea10a82ffdecc191f.tar.gz mediawikicore-121e5393d76778045630b03ea10a82ffdecc191f.zip |
Namespace all remaining files in includes/changetags
Bug: T353458
Change-Id: I3cf44dfe5425f2efb8409c83571c427447b053af
Diffstat (limited to 'includes/logging/LogEventsList.php')
-rw-r--r-- | includes/logging/LogEventsList.php | 2 |
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; |