mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed requirement for serial number
Some folks will use a license file instead
This commit is contained in:
parent
b6ffb8b3df
commit
ce056c39e5
|
@ -23,7 +23,6 @@ class License extends Depreciable
|
||||||
protected $table = 'licenses';
|
protected $table = 'licenses';
|
||||||
protected $rules = array(
|
protected $rules = array(
|
||||||
'name' => 'required|string|min:3|max:255',
|
'name' => 'required|string|min:3|max:255',
|
||||||
'serial' => 'required|min:5',
|
|
||||||
'seats' => 'required|min:1|max:10000|integer',
|
'seats' => 'required|min:1|max:10000|integer',
|
||||||
'license_email' => 'email|min:0|max:120',
|
'license_email' => 'email|min:0|max:120',
|
||||||
'license_name' => 'string|min:0|max:100',
|
'license_name' => 'string|min:0|max:100',
|
||||||
|
|
Loading…
Reference in a new issue