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 d166757930
commit e5f2355d17

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;