Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPoints()
 {
     return $this->hasMany(Point::className(), ['team_id' => 'id']);
 }