コード例 #1
0
ファイル: Profile.php プロジェクト: productionEA/pockeyt-api
 public function getFormattedDescriptionAttribute()
 {
     return html_newlines_to_p($this->description);
 }
コード例 #2
0
ファイル: Post.php プロジェクト: productionEA/pockeyt-api
 public function getFormattedBodyAttribute()
 {
     return html_newlines_to_p($this->body);
 }