Example #1
0
 public function getGymSports()
 {
     return $this->hasMany(GymSports::className(), ['gym_id' => 'id']);
 }