Преглед на файлове

Update Story model, change daily limit to 10

Daniel Supernault преди 5 години
родител
ревизия
3f75763d7d
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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.
      *