@@ -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 | { |