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

View file

@ -10,7 +10,7 @@ class Story extends Model
{ {
use HasSnowflakePrimary; use HasSnowflakePrimary;
public const MAX_PER_DAY = 10; public const MAX_PER_DAY = 20;
/** /**
* Indicates if the IDs are auto-incrementing. * Indicates if the IDs are auto-incrementing.