Explorar el Código

Update StatusHashtag model, add status_visibility to $fillable

Daniel Supernault hace 6 años
padre
commit
39e58f60a2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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()