浏览代码

Update Story model

Daniel Supernault 5 年之前
父节点
当前提交
9f2659da6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Story.php

+ 1 - 1
app/Story.php

@@ -10,7 +10,7 @@ class Story extends Model
 {
     use HasSnowflakePrimary;
 
-    public const MAX_PER_DAY = 10;
+    public const MAX_PER_DAY = 20;
 
     /**
      * Indicates if the IDs are auto-incrementing.