mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update HashtagFollow model
This commit is contained in:
parent
d371c5a7de
commit
3b457c7afe
1 changed files with 5 additions and 1 deletions
|
@ -6,5 +6,9 @@ use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
class HashtagFollow extends Model
|
class HashtagFollow extends Model
|
||||||
{
|
{
|
||||||
//
|
protected $fillable = [
|
||||||
|
'user_id',
|
||||||
|
'profile_id',
|
||||||
|
'hashtag_id'
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue