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/HTMLFormFieldCloner.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/HTMLFormFieldCloner.php')
-rw-r--r-- | includes/htmlform/fields/HTMLFormFieldCloner.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLFormFieldCloner.php b/includes/htmlform/fields/HTMLFormFieldCloner.php index d1271f52f006..38a36ccf4a99 100644 --- a/includes/htmlform/fields/HTMLFormFieldCloner.php +++ b/includes/htmlform/fields/HTMLFormFieldCloner.php @@ -1,5 +1,7 @@ <?php +use MediaWiki\Request\DerivativeRequest; + /** * A container for HTMLFormFields that allows for multiple copies of the set of * fields to be displayed to and entered by the user. |