aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Html/FormOptions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Html/FormOptions.php')
-rw-r--r--includes/Html/FormOptions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Html/FormOptions.php b/includes/Html/FormOptions.php
index d72d14a06e81..f880a5578e95 100644
--- a/includes/Html/FormOptions.php
+++ b/includes/Html/FormOptions.php
@@ -29,8 +29,8 @@
namespace MediaWiki\Html;
use ArrayAccess;
+use MediaWiki\Request\WebRequest;
use MWException;
-use WebRequest;
/**
* Helper class to keep track of options when mixing links and form elements.