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

@ -89,7 +89,6 @@ class CreateCompany extends Job implements HasOwner, HasSource, ShouldCreate
'company.country' => $this->request->get('country'),
'default.currency' => $this->request->get('currency'),
'default.locale' => $this->request->get('locale', 'en-GB'),
'default.country' => $this->request->get('country'),
]);
if (!empty($this->request->settings)) {