diff --git a/app/ModLog.php b/app/ModLog.php index 0e0b2b5e4..b5e892fc5 100644 --- a/app/ModLog.php +++ b/app/ModLog.php @@ -8,6 +8,8 @@ class ModLog extends Model { protected $visible = ['id']; + protected $fillable = ['*']; + public function admin() { return $this->belongsTo(User::class, 'user_id');