Removed requirement for serial number

Some folks will use a license file instead
This commit is contained in:
snipe 2016-11-29 14:06:33 -08:00
parent b6ffb8b3df
commit ce056c39e5

View file

@ -23,7 +23,6 @@ class License extends Depreciable
protected $table = 'licenses';
protected $rules = array(
'name' => 'required|string|min:3|max:255',
'serial' => 'required|min:5',
'seats' => 'required|min:1|max:10000|integer',
'license_email' => 'email|min:0|max:120',
'license_name' => 'string|min:0|max:100',