Update Story model

pull/1969/head
Daniel Supernault 2020-01-28 21:32:32 -07:00
rodzic c5e171c4a8
commit 9f2659da6a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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