Exemple #1
0
 public function getProfile()
 {
     return $this->hasOne(\anda\user\models\Profile::className(), ['user_id' => 'id']);
 }