diff --git a/app/Models/Location.php b/app/Models/Location.php index ce6d06906e..2da77b7ff5 100755 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -20,7 +20,7 @@ class Location extends SnipeModel protected $table = 'locations'; protected $rules = array( 'name' => 'required|min:2|max:255|unique_undeleted', - 'city' => 'min:3|max:255|nullable', + 'city' => 'min:2|max:255|nullable', 'country' => 'min:2|max:2|nullable', 'address' => 'max:80|nullable', 'address2' => 'max:80|nullable',