mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 04:31:57 +08:00
Rename ActivityPost to EventPost
This commit is contained in:
parent
73c101b075
commit
c99055c6a3
@ -1,9 +1,9 @@
|
||||
<?php namespace Flarum\Categories;
|
||||
|
||||
use Flarum\Core\Models\Model;
|
||||
use Flarum\Core\Models\ActivityPost;
|
||||
use Flarum\Core\Models\EventPost;
|
||||
|
||||
class DiscussionMovedPost extends ActivityPost
|
||||
class DiscussionMovedPost extends EventPost
|
||||
{
|
||||
/**
|
||||
* The type of post this is, to be stored in the posts table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user