Sfoglia il codice sorgente

Update Like model, increase rate limit to 500 likes per day

Daniel Supernault 2 anni fa
parent
commit
ab7676f963
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Like.php

+ 1 - 1
app/Like.php

@@ -9,7 +9,7 @@ class Like extends Model
 {
 {
     use SoftDeletes;
     use SoftDeletes;
 
 
-    const MAX_PER_DAY = 200;
+    const MAX_PER_DAY = 500;
 
 
     /**
     /**
      * The attributes that should be mutated to dates.
      * The attributes that should be mutated to dates.