mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 18:45:49 +00:00
Reduce minimum group name length to 2 (from 3)
eg: IT
This commit is contained in:
@ -10,7 +10,7 @@ class Group extends SnipeModel
|
||||
protected $table = 'permission_groups';
|
||||
|
||||
public $rules = array(
|
||||
'name' => 'required|min:3|max:255',
|
||||
'name' => 'required|min:2|max:255',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user