mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 13:30:47 +08:00
fixed class property hint for event post content attribute
This commit is contained in:
parent
085c924a07
commit
b2dbb0439c
|
@ -11,6 +11,9 @@
|
|||
|
||||
namespace Flarum\Post;
|
||||
|
||||
/**
|
||||
* @property array $content
|
||||
*/
|
||||
abstract class AbstractEventPost extends Post
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user