aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLAutoCompleteSelectField.php')
-rw-r--r--includes/htmlform/fields/HTMLAutoCompleteSelectField.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
index 88a7960a24c8..840c82bf6c3b 100644
--- a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
+++ b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
@@ -2,9 +2,9 @@
namespace MediaWiki\HTMLForm\Field;
-use FormatJson;
use InvalidArgumentException;
use MediaWiki\HTMLForm\HTMLFormField;
+use MediaWiki\Json\FormatJson;
use MediaWiki\Xml\XmlSelect;
/**