mirror of
https://github.com/flarum/core.git
synced 2025-02-24 03:05:12 +01:00
fix return type hint for event post content attribute
This commit is contained in:
parent
f31f02d4cc
commit
085c924a07
@ -17,7 +17,7 @@ abstract class AbstractEventPost extends Post
|
||||
* Unserialize the content attribute from the database's JSON value.
|
||||
*
|
||||
* @param string $value
|
||||
* @return string
|
||||
* @return array
|
||||
*/
|
||||
public function getContentAttribute($value)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user