Example #1
0
 public function getAuthor()
 {
     return BugTracker\Accounts::find($this->author);
 }
Example #2
0
 public function getVerifiedBy()
 {
     return BugTracker\Accounts::find($this->verified_by);
 }