mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 17:22:46 +08:00
Remove incorrect attribute
This commit is contained in:
parent
177ac74596
commit
dc7c31e1c2
|
@ -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