@@ -10,7 +10,6 @@ |
||
10 | 10 | use yii\web\{IdentityInterface, ConflictHttpException, BadRequestHttpException, NotFoundHttpException, Controller}; |
11 | 11 | use Itstructure\UsersModule\Module; |
12 | 12 | use Itstructure\UsersModule\interfaces\{ModelInterface, ValidateComponentInterface}; |
13 | -use Itstructure\UsersModule\components\ProfileValidateComponent; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * Class BaseController |