mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 10:53:47 +02:00
Replace all instances of 255 as a max length with 191; ref #2421
This commit is contained in:
@@ -25,7 +25,7 @@ class Setting extends Model
|
||||
* @var array
|
||||
*/
|
||||
public static $validationRules = [
|
||||
'key' => 'required|string|between:1,255',
|
||||
'key' => 'required|string|between:1,191',
|
||||
'value' => 'string',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user