1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 09:11:19 +02:00

Post can't be abstract because it needs to be instantiable for querying

This commit is contained in:
Toby Zerner
2015-05-11 10:40:41 +09:30
parent 3b61ecaa1c
commit c25ee7035a

View File

@@ -3,7 +3,7 @@
use Tobscure\Permissible\Permissible;
use Flarum\Core\Events\PostWasDeleted;
abstract class Post extends Model
class Post extends Model
{
use Permissible;