Browse Source

Update HashtagFollow model

Daniel Supernault 6 năm trước cách đây
mục cha
commit
3b457c7afe
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      app/HashtagFollow.php

+ 5 - 1
app/HashtagFollow.php

@@ -6,5 +6,9 @@ use Illuminate\Database\Eloquent\Model;
 
 class HashtagFollow extends Model
 {
-    //
+    protected $fillable = [
+    	'user_id',
+    	'profile_id',
+    	'hashtag_id'
+    ];
 }