Update RateLimit trait

pull/1513/head
Daniel Supernault 6 years ago
parent 9141e70131
commit 880c8e8a71
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -68,4 +68,19 @@ trait User {
{
return 100;
}
public function getMaxCollectionsPerHourAttribute()
{
return 10;
}
public function getMaxCollectionsPerDayAttribute()
{
return 20;
}
public function getMaxCollectionsPerMonthAttribute()
{
return 100;
}
}
Loading…
Cancel
Save