示例#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);
 }