فهرست منبع

Update Like model

Daniel Supernault 6 سال پیش
والد
کامیت
3b7127ba32
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app/Like.php

+ 1 - 0
app/Like.php

@@ -15,6 +15,7 @@ class Like extends Model
      * @var array
      * @var array
      */
      */
     protected $dates = ['deleted_at'];
     protected $dates = ['deleted_at'];
+    protected $fillable = ['profile_id', 'status_id'];
 
 
     public function actor()
     public function actor()
     {
     {