diff options
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 |