Преглед на файлове

Update Like model, increase max likes per day from 500 to 1500

Daniel Supernault преди 1 година
родител
ревизия
4223119f58
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Like.php

+ 1 - 1
app/Like.php

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