mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 00:03:37 +08:00
Remove incorrect attribute
This commit is contained in:
parent
85b9b35471
commit
3e749f9e48
|
@ -165,10 +165,9 @@ class CommentPost extends Post
|
|||
/**
|
||||
* Get the content rendered as HTML.
|
||||
*
|
||||
* @param string $value
|
||||
* @return string
|
||||
*/
|
||||
public function getContentHtmlAttribute($value)
|
||||
public function getContentHtmlAttribute()
|
||||
{
|
||||
return static::$formatter->render($this->attributes['content'], $this);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user