Completed
Push — master ( 77c36b...b3e9fb )
by Charles
01:53
created
components/HttpClientComponent.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace yrc\components;
4 4
 
5
-use yii\base\BaseObject;
6
-use yii\httpclient\Client;
7
-use yii\httpclient\Request;
8
-use yii\httpclient\RequestEvent;
5
+use yii\base\BaseObject;
6
+use yii\httpclient\Client;
7
+use yii\httpclient\RequestEvent;
9 8
 use Yii;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.