Ejemplo n.º 1
0
 public function getFormattedDescriptionAttribute()
 {
     return html_newlines_to_p($this->description);
 }
Ejemplo n.º 2
0
 public function getFormattedBodyAttribute()
 {
     return html_newlines_to_p($this->body);
 }