mirror of
https://github.com/flarum/framework.git
synced 2025-01-06 10:33:46 +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 Tobscure\Permissible\Permissible;
|
||||||
use Flarum\Core\Events\PostWasDeleted;
|
use Flarum\Core\Events\PostWasDeleted;
|
||||||
|
|
||||||
abstract class Post extends Model
|
class Post extends Model
|
||||||
{
|
{
|
||||||
use Permissible;
|
use Permissible;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user