mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
Rename ActivityPost to EventPost
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php namespace Flarum\Sticky;
|
<?php namespace Flarum\Sticky;
|
||||||
|
|
||||||
use Flarum\Core\Models\Model;
|
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.
|
* The type of post this is, to be stored in the posts table.
|
||||||
|
Reference in New Issue
Block a user