@@ -17,7 +17,6 @@ |
||
17 | 17 | use yii\grid\GridView; |
18 | 18 | use yii\grid\DataColumn; |
19 | 19 | use yii\helpers\Html; |
20 | -use yii\helpers\Url; |
|
21 | 20 | use yii\web\View; |
22 | 21 | use yii\widgets\Pjax; |
23 | 22 | /* @var $this View */ |
@@ -10,13 +10,11 @@ |
||
10 | 10 | * @license https://vistart.me/license/ |
11 | 11 | */ |
12 | 12 | |
13 | -use rhosocial\organization\grid\OrganizationListActionColumn; |
|
14 | 13 | use rhosocial\organization\Organization; |
15 | 14 | use yii\data\ActiveDataProvider; |
16 | 15 | use yii\grid\DataColumn; |
17 | 16 | use yii\grid\GridView; |
18 | 17 | use yii\grid\SerialColumn; |
19 | -use yii\helpers\Html; |
|
20 | 18 | use yii\web\View; |
21 | 19 | |
22 | 20 | /* @var $dataProvider ActiveDataProvider */ |
@@ -13,7 +13,6 @@ |
||
13 | 13 | namespace rhosocial\organization\web\organization\controllers; |
14 | 14 | |
15 | 15 | use rhosocial\organization\exceptions\NumberOfOrganizationsExceededException; |
16 | -use rhosocial\user\UserProfileSearch; |
|
17 | 16 | use Yii; |
18 | 17 | use yii\filters\AccessControl; |
19 | 18 | use yii\filters\VerbFilter; |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use rhosocial\organization\web\organization\Module; |
19 | 19 | use Yii; |
20 | 20 | use yii\base\Action; |
21 | -use yii\web\BadRequestHttpException; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * Class UpdateMemberAction |