diff --git a/addons/default/visiosoft/location-module/resources/config/settings/settings.php b/addons/default/visiosoft/location-module/resources/config/settings/settings.php index 97c4c0e51..cc295bd84 100644 --- a/addons/default/visiosoft/location-module/resources/config/settings/settings.php +++ b/addons/default/visiosoft/location-module/resources/config/settings/settings.php @@ -29,8 +29,7 @@ return [ 'default_country' => [ 'type' => 'anomaly.field_type.relationship', "config" => [ - "related" => \Visiosoft\LocationModule\Country\CountryModel::class, - 'default_value' => 212, + "related" => \Visiosoft\LocationModule\Country\CountryModel::class ] ], 'country_for_phone_field' => [ @@ -108,4 +107,4 @@ return [ ], ], ], -]; \ No newline at end of file +];