Explorar o código

Update Story model, change daily limit to 10

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
3f75763d7d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Story.php

+ 2 - 0
app/Story.php

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