mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:38:08 +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…
x
Reference in New Issue
Block a user