Browse Source

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

Daniel Supernault 1 năm trước cách đây
mục cha
commit
4223119f58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = 500;
+    const MAX_PER_DAY = 1500;
 
 
     /**
     /**
      * The attributes that should be mutated to dates.
      * The attributes that should be mutated to dates.