From 3f75763d7de6428334baaed19f6ce6ab28cdf050 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 2 Jan 2020 21:20:55 -0700 Subject: [PATCH] Update Story model, change daily limit to 10 --- app/Story.php | 2 ++ 1 file changed, 2 insertions(+) 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. *