Passed
Push — master ( 02c72e...05e7db )
by vistart
04:22
created
web/user/controllers/OrganizationController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,12 +12,10 @@
 block discarded – undo
12 12
 
13 13
 namespace rhosocial\organization\web\user\controllers;
14 14
 
15
-use rhosocial\organization\forms\SetUpForm;
16 15
 use rhosocial\organization\Organization;
17 16
 use Yii;
18 17
 use yii\filters\AccessControl;
19 18
 use yii\filters\VerbFilter;
20
-use yii\web\BadRequestHttpException;
21 19
 use yii\web\Controller;
22 20
 use yii\web\UnauthorizedHttpException;
23 21
 
Please login to merge, or discard this patch.