mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 00:43:39 +08:00
Rename ActivityPost to EventPost
This commit is contained in:
parent
00be36ad16
commit
6bdf36253c
|
@ -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