From 121e5393d76778045630b03ea10a82ffdecc191f Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 21 Mar 2025 15:11:06 -0400 Subject: Namespace all remaining files in includes/changetags Bug: T353458 Change-Id: I3cf44dfe5425f2efb8409c83571c427447b053af --- includes/htmlform/fields/HTMLTagFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/htmlform/fields') diff --git a/includes/htmlform/fields/HTMLTagFilter.php b/includes/htmlform/fields/HTMLTagFilter.php index 175551917e60..21c0ba1bc227 100644 --- a/includes/htmlform/fields/HTMLTagFilter.php +++ b/includes/htmlform/fields/HTMLTagFilter.php @@ -2,7 +2,7 @@ namespace MediaWiki\HTMLForm\Field; -use ChangeTags; +use MediaWiki\ChangeTags\ChangeTags; use MediaWiki\HTMLForm\HTMLFormField; /** -- cgit v1.2.3