mirror of
https://github.com/flarum/framework.git
synced 2025-03-03 16:17:41 +08:00
Post can't be abstract because it needs to be instantiable for querying
This commit is contained in:
parent
3b61ecaa1c
commit
c25ee7035a
@ -3,7 +3,7 @@
|
||||
use Tobscure\Permissible\Permissible;
|
||||
use Flarum\Core\Events\PostWasDeleted;
|
||||
|
||||
abstract class Post extends Model
|
||||
class Post extends Model
|
||||
{
|
||||
use Permissible;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user