mirror of
https://github.com/flarum/framework.git
synced 2025-03-11 04:35:16 +08:00
fix return type hint for event post content attribute
This commit is contained in:
parent
aa442f2cb8
commit
84a3edaba8
@ -17,7 +17,7 @@ abstract class AbstractEventPost extends Post
|
|||||||
* Unserialize the content attribute from the database's JSON value.
|
* Unserialize the content attribute from the database's JSON value.
|
||||||
*
|
*
|
||||||
* @param string $value
|
* @param string $value
|
||||||
* @return string
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getContentAttribute($value)
|
public function getContentAttribute($value)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user