Update HashtagFollow model, add MAX_LIMIT of 250 tags per account

pull/4363/head
Daniel Supernault 2 years ago
parent 1a83c5858d
commit ed35214161
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -12,6 +12,8 @@ class HashtagFollow extends Model
'hashtag_id'
];
const MAX_LIMIT = 250;
public function hashtag()
{
return $this->belongsTo(Hashtag::class);

Loading…
Cancel
Save