Completed
Push — master ( 142578...5f4f14 )
by Igor
06:03
created
models/forms/SignupForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use app\models\User;
7
-use app\models\UserProfile;
8 7
 
9 8
 class SignupForm extends \yii\base\Model
10 9
 {
Please login to merge, or discard this patch.
models/News.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Yii;
6 6
 use yii\behaviors\TimestampBehavior;
7 7
 use Intervention\Image\ImageManagerStatic as Image;
8
-use app\helpers\Util;
9 8
 use app\models\query\NewsQuery;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
components/auth/AuthHandler.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\helpers;
4 4
 
5
-use Yii;
6 5
 use yii\helpers\Html;
7 6
 
8 7
 class Util
Please login to merge, or discard this patch.