示例#1
0
 public function getAuthorAvatarAttribute()
 {
     $author = Ulibier::find($this->username);
     return $author->thumbnail_400;
 }