Example #1
0
 /**
  * Get the first 100 characters of the message.
  *
  * @return string
  */
 public function getAbstractAttribute()
 {
     return \Markdown::parseParagraph(substr($this->getOriginal('message'), 0, 100));
 }