Update Like model, increase rate limit to 500 likes per day

pull/4138/head
Daniel Supernault 2023-01-31 05:00:10 -07:00
rodzic 171492301b
commit ab7676f963
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

@ -9,7 +9,7 @@ class Like extends Model
{
use SoftDeletes;
const MAX_PER_DAY = 200;
const MAX_PER_DAY = 500;
/**
* The attributes that should be mutated to dates.