/** * @return \yii\db\ActiveQuery */ public function getPoints() { return $this->hasMany(Points::className(), ['member_id' => 'member_id']); }