mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Rename ActivityPost to EventPost
This commit is contained in:
parent
d4b8c9c8d7
commit
2be7c4affc
|
@ -1,9 +1,9 @@
|
|||
<?php namespace Flarum\Sticky;
|
||||
|
||||
use Flarum\Core\Models\Model;
|
||||
use Flarum\Core\Models\ActivityPost;
|
||||
use Flarum\Core\Models\EventPost;
|
||||
|
||||
class DiscussionStickiedPost extends ActivityPost
|
||||
class DiscussionStickiedPost extends EventPost
|
||||
{
|
||||
/**
|
||||
* The type of post this is, to be stored in the posts table.
|
||||
|
|
Loading…
Reference in New Issue
Block a user