コード例 #1
0
ファイル: Comment.php プロジェクト: hungphongbk/ulibi
 public function getAuthorAvatarAttribute()
 {
     $author = Ulibier::find($this->username);
     return $author->thumbnail_400;
 }