Fix
This commit is contained in:
@@ -10,11 +10,7 @@ class Comment extends Model
|
||||
{
|
||||
use HasComments;
|
||||
|
||||
protected $fillable = [
|
||||
'comment',
|
||||
'user_id',
|
||||
'is_approved'
|
||||
];
|
||||
protected $guarded = [];
|
||||
|
||||
protected $casts = [
|
||||
'is_approved' => 'boolean'
|
||||
|
||||
Reference in New Issue
Block a user