mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +02:00
Post can't be abstract because it needs to be instantiable for querying
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user