Completed
Push — master ( c064eb...85769a )
by Igor
03:38
created
models/behaviors/user-profile/filemanager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Intervention\Image\ImageManagerStatic as Image;
4
-use yii\helpers\ArrayHelper;
5 4
 use app\models\File;
6 5
 use app\helpers\Generator;
7 6
 
Please login to merge, or discard this patch.
modules/admin/controllers/common/DeleteAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7 6
 use app\traits\ModelTrait;
8 7
 
Please login to merge, or discard this patch.
modules/admin/controllers/common/UpdateAttributesAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7 6
 use app\traits\ModelTrait;
8 7
 
Please login to merge, or discard this patch.