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

Update StatusHashtag model, add status_visibility to $fillable

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

+ 2 - 1
app/StatusHashtag.php

@@ -9,7 +9,8 @@ class StatusHashtag extends Model
     public $fillable = [
     	'status_id', 
     	'hashtag_id', 
-    	'profile_id'
+    	'profile_id',
+    	'status_visibility'
     ];
 
 	public function status()