Example #1
0
 public function getUserData()
 {
     return $this->hasOne(UserData::className(), ['user_id' => 'id']);
 }