Explorar el Código

Update Story model

Daniel Supernault hace 5 años
padre
commit
9f2659da6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.