Completed
Push — master ( cac6d5...300877 )
by Igor
02:18
created
modules/admin/controllers/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use yii\web\NotFoundHttpException;
10 10
 use yii\filters\VerbFilter;
11 11
 use yii2mod\editable\EditableAction;
12
-use yii2mod\user\models\SignupForm;
13 12
 
14 13
 /**
15 14
  * UserController implements the CRUD actions for UserModel model.
Please login to merge, or discard this patch.
views/layouts/main.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use app\widgets\Alert;
3 2
 use kartik\alert\AlertBlock;
4 3
 use yii\helpers\Html;
5 4
 use yii\bootstrap\Nav;
Please login to merge, or discard this patch.