country field value changed to company.country
This commit is contained in:
@ -97,10 +97,6 @@ class Companies extends Controller
|
||||
}
|
||||
|
||||
setting()->set($real_key, $value);
|
||||
|
||||
if ($key == 'country') {
|
||||
setting()->set('default.' . $key, $value);
|
||||
}
|
||||
}
|
||||
|
||||
// Save all settings
|
||||
|
Reference in New Issue
Block a user