mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +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…
Reference in New Issue
Block a user