예제 #1
0
 public function getUniversity()
 {
     return $this->hasOne(University::className(), ['uni_id' => 'uni_id']);
 }