Пример #1
0
 /**
  * Get the post's content.
  *
  * @param $value
  * @return mixed
  */
 public function getContentAttribute($value)
 {
     return Markdown::convertToHTML($value);
 }