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