aboutsummaryrefslogtreecommitdiffstats
path: root/includes/preferences/Hook
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2024-02-08 10:30:18 -0500
committerJames D. Forrester <jforrester@wikimedia.org>2024-02-14 08:18:33 -0500
commit59c0aa213423df4428515eedb9d67433e38f9427 (patch)
tree8b1be48767738aa8000d74139e5f6330db7730b2 /includes/preferences/Hook
parent6e1bca9cf447a57c43262d31509bc967d6e96289 (diff)
downloadmediawikicore-59c0aa213423df4428515eedb9d67433e38f9427.tar.gz
mediawikicore-59c0aa213423df4428515eedb9d67433e38f9427.zip
Namespace HTMLForm and friends
Bug: T353458 Change-Id: I09e66c3223018ec47e0549ee7f6a590b676f4eef
Diffstat (limited to 'includes/preferences/Hook')
-rw-r--r--includes/preferences/Hook/PreferencesFormPreSaveHook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/preferences/Hook/PreferencesFormPreSaveHook.php b/includes/preferences/Hook/PreferencesFormPreSaveHook.php
index 8b7e5853ae21..2aec90824ef8 100644
--- a/includes/preferences/Hook/PreferencesFormPreSaveHook.php
+++ b/includes/preferences/Hook/PreferencesFormPreSaveHook.php
@@ -2,7 +2,7 @@
namespace MediaWiki\Preferences\Hook;
-use HTMLForm;
+use MediaWiki\HTMLForm\HTMLForm;
use MediaWiki\User\User;
/**