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
      */
     protected $dates = ['deleted_at'];
+    protected $fillable = ['profile_id', 'status_id'];
 
     public function actor()
     {