Update Story model, change daily limit to 10

This commit is contained in:
Daniel Supernault 2020-01-02 21:20:55 -07:00
parent ab1a884ee8
commit 3f75763d7d
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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