country field value changed to company.country

This commit is contained in:
Cihan Şentürk
2021-09-20 09:56:33 +03:00
parent eeb26abf16
commit c08db42e93
7 changed files with 4 additions and 11 deletions

View File

@ -97,10 +97,6 @@ class Companies extends Controller
}
setting()->set($real_key, $value);
if ($key == 'country') {
setting()->set('default.' . $key, $value);
}
}
// Save all settings