diff --git a/app/Story.php b/app/Story.php index 7473ea7f..30d0f212 100644 --- a/app/Story.php +++ b/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. *