Ver código fonte

Update Story model

Daniel Supernault 5 anos atrás
pai
commit
9f2659da6a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Story.php

+ 1 - 1
app/Story.php

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