mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
fixed class property hint for event post content attribute
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
namespace Flarum\Post;
|
namespace Flarum\Post;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @property array $content
|
||||||
|
*/
|
||||||
abstract class AbstractEventPost extends Post
|
abstract class AbstractEventPost extends Post
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user