mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 11:03:37 +08:00
Rename ActivityPost to EventPost
This commit is contained in:
parent
1b4b03356a
commit
8e24e7197e
|
@ -1,6 +1,6 @@
|
|||
<?php namespace Flarum\Core\Models;
|
||||
|
||||
class DiscussionRenamedPost extends ActivityPost
|
||||
class DiscussionRenamedPost extends EventPost
|
||||
{
|
||||
/**
|
||||
* The type of post this is, to be stored in the posts table.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php namespace Flarum\Core\Models;
|
||||
|
||||
abstract class ActivityPost extends Post implements MergeableInterface
|
||||
abstract class EventPost extends Post implements MergeableInterface
|
||||
{
|
||||
use MergeableTrait;
|
||||
|
Loading…
Reference in New Issue
Block a user