소스 검색

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.