Update Story model, change daily limit to 10

pull/1906/head
Daniel Supernault 6 years ago
parent ab1a884ee8
commit 3f75763d7d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save