Increase size of state field

This commit is contained in:
snipe 2017-06-15 21:04:10 -07:00
parent 30a9704625
commit 1052be670d

View file

@ -17,7 +17,7 @@ class Location extends SnipeModel
protected $rules = array(
'name' => 'required|min:3|max:255|unique_undeleted',
'city' => 'min:3|max:255',
'state' => 'min:0|max:2',
'state' => 'min:0|max:32',
'country' => 'min:2|max:2',
'address' => 'min:5|max:80',
'address2' => 'min:2|max:80',