1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Rename ActivityPost to EventPost

This commit is contained in:
Toby Zerner
2015-05-18 18:47:49 +09:30
parent 73c101b075
commit c99055c6a3

View File

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