From e6926de15e4c9c442d6194b74adef1a98b460752 Mon Sep 17 00:00:00 2001 From: TimFoerster Date: Fri, 1 May 2020 00:55:47 +0200 Subject: [PATCH] Update Plugin.php fixes #34 --- Plugin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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';