fix: fivem license input rule length

Adds support for a new fivem license key format length of 33 making it one char longer
This commit is contained in:
Alex 2021-07-31 18:46:16 +03:00 committed by GitHub
parent eca02ba006
commit b09be7179f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:64"
"rules": "required|string|max:33"
},
{
"name": "Max Players",