瀏覽代碼

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.