mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Remove incorrect attribute
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user