mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update StatusHashtag model, add status_visibility to $fillable
This commit is contained in:
parent
a0eb1f1906
commit
39e58f60a2
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ class StatusHashtag extends Model
|
|||
public $fillable = [
|
||||
'status_id',
|
||||
'hashtag_id',
|
||||
'profile_id'
|
||||
'profile_id',
|
||||
'status_visibility'
|
||||
];
|
||||
|
||||
public function status()
|
||||
|
|
Loading…
Reference in a new issue