mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +02:00
Rename ActivityPost to EventPost
This commit is contained in:
@@ -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;
|
||||||
|
|
Reference in New Issue
Block a user