diff --git a/app/HashtagFollow.php b/app/HashtagFollow.php index 0503330b0..126701fe1 100644 --- a/app/HashtagFollow.php +++ b/app/HashtagFollow.php @@ -12,6 +12,8 @@ class HashtagFollow extends Model 'hashtag_id' ]; + const MAX_LIMIT = 250; + public function hashtag() { return $this->belongsTo(Hashtag::class);