diff options
author | Amir Sarabadani <ladsgroup@gmail.com> | 2022-10-26 15:42:53 +0200 |
---|---|---|
committer | Amir Sarabadani <ladsgroup@gmail.com> | 2022-10-26 16:49:10 +0200 |
commit | 2bdc0b2b7209441a42a784157633a8a01b321922 (patch) | |
tree | 5de795473267f382c75103adb203ff1872ea9e00 /includes/htmlform/fields/HTMLCheckMatrix.php | |
parent | d2499f8ffb9fd95720efefc0831d3ea89bb3dd16 (diff) | |
download | mediawikicore-2bdc0b2b7209441a42a784157633a8a01b321922.tar.gz mediawikicore-2bdc0b2b7209441a42a784157633a8a01b321922.zip |
Reorg: Move some of request related classes to MediaWiki/Request
Moving:
- DerivativeRequest
- FauxRequest
- FauxRequestUpload
- PathRouter
- WebRequest
- WebRequestUpload
Bug: T166010
Change-Id: I5ea70120d745f2876ae31d039f3f8a51e49e9ad8
Diffstat (limited to 'includes/htmlform/fields/HTMLCheckMatrix.php')
-rw-r--r-- | includes/htmlform/fields/HTMLCheckMatrix.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLCheckMatrix.php b/includes/htmlform/fields/HTMLCheckMatrix.php index 1a8d3b8c00b0..6793afcf9eb6 100644 --- a/includes/htmlform/fields/HTMLCheckMatrix.php +++ b/includes/htmlform/fields/HTMLCheckMatrix.php @@ -1,6 +1,7 @@ <?php use MediaWiki\MainConfigNames; +use MediaWiki\Request\WebRequest; /** * A checkbox matrix |