mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
fix return type hint for event post content attribute
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user