From 9f2659da6af3a83b0e2c7b1fd89f5084f4e35b2f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 28 Jan 2020 21:32:32 -0700 Subject: [PATCH] Update Story model --- app/Story.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Story.php b/app/Story.php index 3e6c0266e..700d1659e 100644 --- a/app/Story.php +++ b/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.