Răsfoiți Sursa

Update HashtagFollow model, add MAX_LIMIT of 250 tags per account

Daniel Supernault 2 ani în urmă
părinte
comite
ed35214161
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      app/HashtagFollow.php

+ 2 - 0
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);