mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 15:13:42 +08:00
Rename ActivityPost to EventPost
This commit is contained in:
parent
00be36ad16
commit
6bdf36253c
|
@ -1,6 +1,6 @@
|
||||||
<?php namespace Flarum\Core\Models;
|
<?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.
|
* The type of post this is, to be stored in the posts table.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php namespace Flarum\Core\Models;
|
<?php namespace Flarum\Core\Models;
|
||||||
|
|
||||||
abstract class ActivityPost extends Post implements MergeableInterface
|
abstract class EventPost extends Post implements MergeableInterface
|
||||||
{
|
{
|
||||||
use MergeableTrait;
|
use MergeableTrait;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user