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