@@ -164,7 +164,7 @@ |
||
| 164 | 164 | |
| 165 | 165 | /** |
| 166 | 166 | * @inheritdoc |
| 167 | - * @return \query\UserQuery the active query used by this AR class. |
|
| 167 | + * @return \app\models\query\UserQuery the active query used by this AR class. |
|
| 168 | 168 | */ |
| 169 | 169 | public static function find() |
| 170 | 170 | { |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | 67 | * @inheritdoc |
| 68 | - * @return \query\UserProfileQuery the active query used by this AR class. |
|
| 68 | + * @return \app\models\query\UserProfileQuery the active query used by this AR class. |
|
| 69 | 69 | */ |
| 70 | 70 | public static function find() |
| 71 | 71 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\modules\admin\actions; |
| 4 | 4 | |
| 5 | -use Yii; |
|
| 6 | 5 | use yii\base\Action; |
| 7 | 6 | use app\traits\ControllerTrait; |
| 8 | 7 | |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\modules\admin\actions; |
| 4 | 4 | |
| 5 | -use Yii; |
|
| 6 | 5 | use yii\base\Action; |
| 7 | 6 | use app\traits\ControllerTrait; |
| 8 | 7 | |