Completed
Push — master ( e7dddd...39da6f )
by Andrii
11:07
created
src/storage/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hiam\mrdp\storage;
12 12
 
13 13
 use Yii;
14
-use yii\base\InvalidConfigException;
15 14
 use yii\db\Exception;
16 15
 use yii\db\Expression;
17 16
 
Please login to merge, or discard this patch.
src/storage/ClientQuery.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace hiam\mrdp\storage;
12 12
 
13
-use yii\db\Query;
14
-
15 13
 class ClientQuery extends \yii\db\ActiveQuery
16 14
 {
17 15
     public function init()
Please login to merge, or discard this patch.