@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Yii; |
| 6 | 6 | use app\models\User; |
| 7 | -use app\models\UserProfile; |
|
| 8 | 7 | |
| 9 | 8 | class SignupForm extends \yii\base\Model |
| 10 | 9 | { |
@@ -227,7 +227,6 @@ |
||
| 227 | 227 | /** |
| 228 | 228 | * Prepare profile attributes for twitter |
| 229 | 229 | * |
| 230 | - * @param array $data Data from social network |
|
| 231 | 230 | * @return array |
| 232 | 231 | */ |
| 233 | 232 | private function parseProfileTwitter() |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Yii; |
| 6 | 6 | use yii\behaviors\TimestampBehavior; |
| 7 | 7 | use Intervention\Image\ImageManagerStatic as Image; |
| 8 | -use app\helpers\Util; |
|
| 9 | 8 | use app\models\query\NewsQuery; |
| 10 | 9 | |
| 11 | 10 | /** |