diff options
author | Amir Sarabadani <ladsgroup@gmail.com> | 2023-09-07 13:46:15 +0200 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2023-09-11 21:44:34 +0100 |
commit | 5bd33d46efe9e7fd49194dcf4263ab1f23bf130c (patch) | |
tree | 277d3f280663702b6a32e2d4e7e2ed00183fd926 /includes/shell | |
parent | 2f2802eb75266605df7b2e664be3c4efea9363f9 (diff) | |
download | mediawikicore-5bd33d46efe9e7fd49194dcf4263ab1f23bf130c.tar.gz mediawikicore-5bd33d46efe9e7fd49194dcf4263ab1f23bf130c.zip |
Reorg: Move WebRequest to includes\Request
This has been approved as part of RFC T166010
Bug: T321882
Change-Id: I6bbdbbe6ea48cc1f50bc568bb8780fc7c5361a6f
Diffstat (limited to 'includes/shell')
-rw-r--r-- | includes/shell/ShellboxClientFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/shell/ShellboxClientFactory.php b/includes/shell/ShellboxClientFactory.php index d60b215cb95c..5f23dfae3ad8 100644 --- a/includes/shell/ShellboxClientFactory.php +++ b/includes/shell/ShellboxClientFactory.php @@ -5,11 +5,11 @@ namespace MediaWiki\Shell; use GuzzleHttp\Psr7\Uri; use GuzzleHttp\RequestOptions; use MediaWiki\Http\HttpRequestFactory; +use MediaWiki\Request\WebRequest; use RuntimeException; use Shellbox\Client; use Shellbox\RPC\LocalRpcClient; use Shellbox\RPC\RpcClient; -use WebRequest; /** * This is a service which provides a configured client to access a remote |