Update Like model, increase max likes per day from 500 to 1500

This commit is contained in:
Daniel Supernault 2024-04-29 02:46:14 -06:00
parent 7f8bba4415
commit 4223119f58
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

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