فهرست منبع

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.