mirror of
https://github.com/flarum/core.git
synced 2025-07-22 09:11:19 +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 Flarum\Core\Events\PostWasDeleted;
|
||||
|
||||
abstract class Post extends Model
|
||||
class Post extends Model
|
||||
{
|
||||
use Permissible;
|
||||
|
||||
|
Reference in New Issue
Block a user