diff --git a/app/Notification.php b/app/Notification.php index cd4212b15..ae5cd567f 100644 --- a/app/Notification.php +++ b/app/Notification.php @@ -16,6 +16,8 @@ class Notification extends Model */ protected $dates = ['deleted_at']; + protected $fillable = ['*']; + public function actor() { return $this->belongsTo(Profile::class, 'actor_id', 'id');