示例#1
0
 public function getAdmin()
 {
     return $this->hasOne(GymAdmin::className(), ['id' => 'gym_admin_id']);
 }