예제 #1
0
파일: Comments.php 프로젝트: lryl/Lysine2
 public function getAuthor()
 {
     return BugTracker\Accounts::find($this->author);
 }
예제 #2
0
파일: Bugs.php 프로젝트: lryl/Lysine2
 public function getVerifiedBy()
 {
     return BugTracker\Accounts::find($this->verified_by);
 }