Update HashtagFollow model

pull/1480/head
Daniel Supernault 6 years ago
parent d371c5a7de
commit 3b457c7afe
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save