예제 #1
0
파일: Lottory.php 프로젝트: poykub/wph
 public function getPatient()
 {
     return @$this->hasOne(Patient::className(), ['hn' => 'hn']);
 }