Prechádzať zdrojové kódy

Update Follower model

Daniel Supernault 6 rokov pred
rodič
commit
bef3b88d30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Follower.php

+ 1 - 1
app/Follower.php

@@ -10,7 +10,7 @@ class Follower extends Model
     protected $fillable = ['profile_id', 'following_id', 'local_profile'];
 
     const MAX_FOLLOWING = 7500;
-    const FOLLOW_PER_HOUR = 20;
+    const FOLLOW_PER_HOUR = 30;
 
     public function actor()
     {