Rename ActivityPost to EventPost

This commit is contained in:
Toby Zerner 2015-05-18 18:47:55 +09:30
parent d4b8c9c8d7
commit 2be7c4affc

View File

@ -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.