예제 #1
0
 public function getContact()
 {
     return $this->hasOne(Contacts::className(), ['university_id' => 'id']);
 }