Update Story model

This commit is contained in:
Daniel Supernault 2020-01-28 21:32:32 -07:00
parent c5e171c4a8
commit 9f2659da6a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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.