1
0
Эх сурвалжийг харах

Update Notification model

Daniel Supernault 6 жил өмнө
parent
commit
da68aa1c26
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      app/Notification.php

+ 2 - 0
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');