diff --git a/Plugin.php b/Plugin.php index 0c80059..4f28b7d 100644 --- a/Plugin.php +++ b/Plugin.php @@ -57,7 +57,9 @@ protected function extendUserModel() 'company', 'street_addr', 'city', - 'zip' + 'zip', + 'state_id', + 'country_id' ]); $model->implement[] = 'RainLab.Location.Behaviors.LocationModel';