Explorar o código

Update HashtagFollow model, add MAX_LIMIT of 250 tags per account

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
ed35214161
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);