1
0
Fork 0

Update User Ratelimit

This commit is contained in:
Daniel Supernault 2019-07-30 19:52:02 -06:00
parent dbfcff840a
commit e01ece173c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ trait User {
public function getMaxPostsPerHourAttribute()
{
return 20;
return 50;
}
public function getMaxPostsPerDayAttribute()